[asterisk-bugs] [Asterisk 0016235]: Placing a URI call fails when URI string contains a non-standard port

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Nov 12 14:22:49 CST 2009


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16235 
====================================================================== 
Reported By:                test011
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16235
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.2.0-rc5 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-11-12 14:22 CST
Last Modified:              2009-11-12 14:22 CST
====================================================================== 
Summary:                    Placing a URI call fails when URI string contains a
non-standard port
Description: 
You can make a direct URI call with, say, a softphone register to an
Asterisk like this,

123 at myhome.dyndns.earth

with some entry in extensions.conf like this,

Dial(${EXTEN}@${SIPDOMAIN},.....)

Yes, this works great. Let's assume something else,

123 at myhome.dyndns.earth:8777  (notice the port number at the end)

This does not work. Because ${SIPDOMAIN} does not have ":8777" part of the
URI dialed. It seems Asterisk just throws that part away. If it's not, I
guess it's not documented well enough.

Some document claims that ${SIPDOMAIN} will contain all the string after
'@' But I guess this is not the case.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-11-12 14:22 test011        New Issue                                    
2009-11-12 14:22 test011        Asterisk Version          => 1.6.2.0-rc5     
2009-11-12 14:22 test011        Regression                => No              
2009-11-12 14:22 test011        SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list