[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 Jul 28 16:49:33 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15592 
====================================================================== 
Reported By:                timeshell
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15592
Category:                   Channels/chan_dahdi
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
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:              
====================================================================== 
Date Submitted:             2009-07-27 16:27 CDT
Last Modified:              2009-07-28 16:49 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

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

---------------------------------------------------------------------- 
 (0108325) timeshell (reporter) - 2009-07-28 16:49
 https://issues.asterisk.org/view.php?id=15592#c108325 
---------------------------------------------------------------------- 
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. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-07-28 16:49 timeshell      Note Added: 0108325                          
======================================================================




More information about the asterisk-bugs mailing list