[Home]

Summary:ASTERISK-00102: CallerID appends character in h323 chan driver
Reporter:rdesalis (rdesalis)Labels:
Date Opened:2003-08-15 06:31:05Date Closed:2004-09-25 02:40:14
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Two config ling from extension.conf

exten => _1NX.,1,SetCallerID,6400047602100
exten => _1NX.,2,Dial,H323/${EXTEN:1}

  what comes out in the h323 datastream and logs is:-

    dialled digits
       {
       {src digits}
       { "6400047602100)" }
       .......

note the unbalanced closing backet. We tried changing the
number length, and doing called ID with different functions,
but it looks like a bug.
Comments:By: Mark Spencer (markster) 2003-08-16 15:58:16

No one else seems to have this problem, perhaps it's a version problem.