[asterisk-bugs] [Asterisk 0014233]: port :0 added to SIP INVITE URI when 'outboundproxy' used in [general] section of sip.conf

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Jan 16 18:32:54 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14233 
====================================================================== 
Reported By:                chris-mac
Assigned To:                otherwiseguy
====================================================================== 
Project:                    Asterisk
Issue ID:                   14233
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1 
SVN Revision (number only!): 168551 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-01-13 15:21 CST
Last Modified:              2009-01-16 18:32 CST
====================================================================== 
Summary:                    port :0 added to SIP INVITE URI when 'outboundproxy'
used in [general] section of sip.conf
Description: 
How to reproduce:

extensions.conf:
exten => _X.,1,Dial(SIP/enum-test at sip.nemox.net,45)

without 'outboundproxy' set in sip.conf [general] INVITE (sent directly to
final destination):
INVITE sip:enum-test at sip.nemox.net SIP/2.0
...

with 'outboundproxy' set INVITE (request sent via proxy):
INVITE sip:enum-test at sip.nemox.net:0 SIP/2.0 
...

NOTE: port :0 appended to URI!!! - Maybe this is related to
http://bugs.digium.com/view.php?id=14055 ?
====================================================================== 

---------------------------------------------------------------------- 
 (0098076) svnbot (reporter) - 2009-01-16 18:32
 http://bugs.digium.com/view.php?id=14233#c98076 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 169079

_U  branches/1.6.1/
U   branches/1.6.1/channels/chan_sip.c

------------------------------------------------------------------------
r169079 | twilson | 2009-01-16 18:32:54 -0600 (Fri, 16 Jan 2009) | 15
lines

Merged revisions 169044 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r169044 | twilson | 2009-01-16 18:03:39 -0600 (Fri, 16 Jan 2009) | 8
lines
  
  Fix port :0 added to SIP INVITE URI when outboundproxy used
  
  (closes issue http://bugs.digium.com/view.php?id=14233)
  Reported by: chris-mac
  Patches: 
        asterisk-bug14233.diff.txt uploaded by jamesgolovich (license 176)
  Tested by: jamesgolovich, chris-mac, otherwiseguy
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=169079 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-16 18:32 svnbot         Checkin                                      
2009-01-16 18:32 svnbot         Note Added: 0098076                          
======================================================================




More information about the asterisk-bugs mailing list