[Home]

Summary:ASTERISK-14544: Is not setting the CALLERID(num) from the dahdi-channels.conf information
Reporter:Greg Nutt (timeshell)Labels:
Date Opened:2009-07-27 16:27:39Date Closed:2009-08-04 16:53:47
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
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@DID_trunk_3:1] NoOp("DAHDI/5-1", "") in new stack
   -- Executing [s@DID_trunk_3:2] NoOp("DAHDI/5-1", "") in new stack
   -- Executing [s@DID_trunk_3:3] NoOp("DAHDI/5-1", "Back Door") in new stack
   -- Executing [s@DID_trunk_3:4] NoOp("DAHDI/5-1", ""Back Door" <>") in new stack
Comments:By: Greg Nutt (timeshell) 2009-07-28 16:49:33

Please close this issue.  There was confusion between the callerid= setting in the dahdi-channels.conf file and the trunk context file in the users.conf.  This apparently does work now that I have corrected the setting in users.conf.

By: Jason Parker (jparker) 2009-08-04 16:53:46

per reporter