[asterisk-bugs] [Asterisk-GUI 0013552]: CallerID with Name and Number

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Oct 2 15:38:00 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13552 
====================================================================== 
Reported By:                infiniti_guy
Assigned To:                bkruse
====================================================================== 
Project:                    Asterisk-GUI
Issue ID:                   13552
Category:                   New/Feature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     closed
Asterisk Version:           1.4.21.2 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!): 3870 
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2008-09-24 14:20 CDT
Last Modified:              2008-10-02 15:38 CDT
====================================================================== 
Summary:                    CallerID with Name and Number
Description: 
Caller ID in GUI doe snot support entering in the name and number format
(e.g. to support CallerID(all) function): "Name" <0123456789>. The GUI
blocks this kind of entry. Can this be added, IMO that would make the
feature nicer?
====================================================================== 

---------------------------------------------------------------------- 
 (0093091) infiniti_guy (reporter) - 2008-10-02 15:38
 http://bugs.digium.com/view.php?id=13552#c93091 
---------------------------------------------------------------------- 
bk,

Ok, I now understand what you are saying regarding functionality.

I decided to do a quick test on this via the asterisk console to see if
the name is being passed to the trunk when I have CID set as a number only
(e.g. with no name).

e.g. CID_6001 = 9996660000 in extensions.conf

Here's what I got from the asterisk console when placing a trunk call:
Macro("SIP/6001-0e2d0ef0",
"trunkdial-failover-0.3|SIP/Trunk/3500101||Trunk|") in new stack
    -- Executing [s at macro-trunkdial-failover-0.3:1]
Set("SIP/6001-0e2d0ef0", "CALLERID(num)=9996660000") in new stack
    -- Executing [s at macro-trunkdial-failover-0.3:2]
GotoIf("SIP/6001-0e2d0ef0", "[1;   35;40m1?1-dial|1") in new stack
    -- Goto (macro-trunkdial-failover-0.3,1-dial,1)
    -- Executing [1-dial at macro-trunkdial-failover-0.3:1]
Dial("SIP/6001-0e2d0ef0", "SIP/Trunk/3500101") in new stack
    -- Called Trunk/3500101

CallerId is passed to the trunk from line s,1 of
macro-trunkdial-failover-0.3 which uses the CallerID(num). This report
shows that the CallerID name is not being passed from the vaule "fullname"
of the user for outgoing trunk calls. Does this mean that the GUI, as it is
currently, does not support passing a CallerID name to outgoing trunks?

If you want to drop this, I'm ok with that.. but I do suspect an issue
here that may be worth considering :-)

-c 
 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-10-02 15:38 infiniti_guy   Note Added: 0093091                          
======================================================================




More information about the asterisk-bugs mailing list