[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 20:57:27 CST 2011
A NOTE has been added to this issue.
======================================================================
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: feedback
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 20:57 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.
======================================================================
----------------------------------------------------------------------
(0130477) alecdavis (manager) - 2011-01-13 20:57
https://issues.asterisk.org/view.php?id=18616#c130477
----------------------------------------------------------------------
Oops.
Thanks.
Issue History
Date Modified Username Field Change
======================================================================
2011-01-13 20:57 alecdavis Note Added: 0130477
======================================================================
More information about the asterisk-bugs
mailing list