[asterisk-bugs] [Asterisk 0015940]: [patch] IAX does not allow CALLERID(num) contain non-numbers.

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Oct 7 09:15:12 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15940 
====================================================================== 
Reported By:                dimas
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15940
Category:                   Channels/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     confirmed
Asterisk Version:           SVN 
JIRA:                       SWP-225 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-09-22 19:40 CDT
Last Modified:              2009-10-07 09:15 CDT
====================================================================== 
Summary:                    [patch] IAX does not allow CALLERID(num) contain
non-numbers.
Description: 
( I already explained the issue here:
http://lists.digium.com/pipermail/asterisk-dev/2009-August/039257.html )

The thing is that IAX channel driver "shrinks" (ast_shrink_phone_number)
caller number. Which was probably the good thing before. However nowadays
when you have Skype support integrated, skype names passed via
CALLERID(num) get damaged.

I believe that only drivers which know they can not pass arbitrary number
(like DAHDI for example) should do shrinking of number before sending out.
While inside Asterisk (or relayed to another Asterisk with SIP/IAX) we
should presever original number.

Obviously I can create a patch for chan_iax which removes the shrinking
because this patch is trivial. However issue may be more global and affect
other drivers so I believe it is better to hear from Digium guys first -
maybe they have another opinion about how to solve that issue or do not
consider it an issue at all :)
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0006450 [patch] Characters are removed from cal...
====================================================================== 

---------------------------------------------------------------------- 
 (0111982) oej (manager) - 2009-10-07 09:15
 https://issues.asterisk.org/view.php?id=15940#c111982 
---------------------------------------------------------------------- 
Leif and I have a very old propsal for Alphanumeric caller id names. I
don't think we can't solve this properly without separating alphanumeric
and numeric numbers.  Time to take the dust off that old proposal. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-10-07 09:15 oej            Note Added: 0111982                          
======================================================================




More information about the asterisk-bugs mailing list