[asterisk-bugs] [Asterisk 0015592]: Is not setting the CALLERID(num) from the dahdi-channels.conf information
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Aug 4 16:53:47 CDT 2009
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=15592
======================================================================
Reported By: timeshell
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 15592
Category: Channels/chan_dahdi
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: 1.6.0.9
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-07-27 16:27 CDT
Last Modified: 2009-08-04 16:53 CDT
======================================================================
Summary: Is not setting the CALLERID(num) from the
dahdi-channels.conf information
Description:
Apparently the callerid number isn't being set in the chan_dahdi driver
from the dahdi-channels.conf settings. I have been trying to configure
callerid to show a name and number in the following ways:
callerid=Back Door <0000000000>
cid_number=0000000000
fullname=Back Door
Here is the code I use to try to display the ${CALLERID()} info:
exten = s,1,Noop(${CALLERID(num)})
exten = s,n,Noop(${CALLERID(number)})
exten = s,n,Noop(${CALLERID(name)})
exten = s,n,Noop(${CALLERID(all)})
And here is the CLI result:
-- Executing [s at DID_trunk_3:1] NoOp("DAHDI/5-1", "") in new stack
-- Executing [s at DID_trunk_3:2] NoOp("DAHDI/5-1", "") in new stack
-- Executing [s at DID_trunk_3:3] NoOp("DAHDI/5-1", "Back Door") in new
stack
-- Executing [s at DID_trunk_3:4] NoOp("DAHDI/5-1", ""Back Door" <>") in
new stack
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-08-04 16:53 qwell Status resolved => closed
======================================================================
More information about the asterisk-bugs
mailing list