[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:10:59 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:10 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...
====================================================================== 

---------------------------------------------------------------------- 
 (0111979) lmadsen (administrator) - 2009-10-07 09:10
 https://issues.asterisk.org/view.php?id=15940#c111979 
---------------------------------------------------------------------- 
Hmmm, I'm almost thinking we should have a function or something that just
turns off all shrinking instead of doing the shrinking. That way existing
setups that require the shrinking to work as-is are not disturbed, but at
the same time allow the administrator to get around the CALLERID()
shrinking. Perhaps we could do something like:

exten => start,n,Set(CALLERID(shrink)=<yes|no|1|0>)

Thoughts?

This is getting to the point we should move this to the -dev list. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-10-07 09:10 lmadsen        Note Added: 0111979                          
======================================================================




More information about the asterisk-bugs mailing list