[asterisk-bugs] [Asterisk 0015592]: Is not setting the CALLERID(num) from the dahdi-channels.conf information

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Jul 27 16:27:39 CDT 2009


The following issue has been SUBMITTED. 
====================================================================== 
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-27 16:27 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-07-27 16:27 timeshell      New Issue                                    
2009-07-27 16:27 timeshell      Asterisk Version          => 1.6.0.9         
2009-07-27 16:27 timeshell      Regression                => No              
2009-07-27 16:27 timeshell      SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list