[asterisk-bugs] [Asterisk 0018616]: ${CALLERID(subaddr)} returns the trailing '}', ${CALLERID(dnid-subaddr)} works OK

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jan 13 17:50:09 CST 2011


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18616 
====================================================================== 
Reported By:                alecdavis
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18616
Category:                   Functions/func_callerid
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.8.1.1 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2011-01-13 17:50 CST
Last Modified:              2011-01-13 17:50 CST
====================================================================== 
Summary:                    ${CALLERID(subaddr)} returns the trailing '}', 
${CALLERID(dnid-subaddr)} works OK
Description: 
Workaround is to trim it back off.
exten => s,n,Set(CALLERID(num)=${CALLERID(subaddr):0:4} )

Looks like it stems from the subaddress thats being set for the call
notice "DAHDI/i1/4XXX9100:8512}-5a" has it as well.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-13 17:50 alecdavis      New Issue                                    
2011-01-13 17:50 alecdavis      Asterisk Version          => 1.8.1.1         
2011-01-13 17:50 alecdavis      Regression                => No              
2011-01-13 17:50 alecdavis      SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list