[asterisk-bugs] [Asterisk 0018424]: [patch] Temporary answers are sent to the wrong IP

Asterisk Bug Tracker noreply at bugs.digium.com
Thu May 12 06:24:46 CDT 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18424 
====================================================================== 
Reported By:                oej
Assigned To:                mnicholson
====================================================================== 
Project:                    Asterisk
Issue ID:                   18424
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Target Version:             1.4/1.6.2 Issues (Final Release)
Asterisk Version:           SVN 
JIRA:                       SWP-2683 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 unable to reproduce
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-12-04 09:16 CST
Last Modified:              2011-05-12 06:24 CDT
====================================================================== 
Summary:                    [patch] Temporary answers are sent to the wrong IP
Description: 
When sending a bad message to asterisk we use a temporary pvt to respond.
If I send a message from a SIP device behind a NAT to an Asterisk on a
public IP, Asterisk ALWAYS answer to the address in the via: header. This
is not compliant with RFC 3261 and also opens up for using Asterisk for
sending messages to other host. If I send a SIP message with a via: header
for pbx.digium.com all the responses will be sent there.

We should really ALWAYS send responses to the sender's IP and port
(another issue here in the tracker correctly points that out). In other
cases, you can sort it out by setting NAT=yes in the general section.
However, that doesn't apply on temp_pvt.

====================================================================== 

---------------------------------------------------------------------- 
 (0134826) mnicholson (administrator) - 2011-05-12 06:24
 https://issues.asterisk.org/view.php?id=18424#c134826 
---------------------------------------------------------------------- 
I checked both the latest SVN code for the 1.4 branch and the trunk branch.
If you are still seeing this problem with the latest 1.4 SVN code, please
re-open the issue and include 'sip debug' output demonstrating the problem. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-05-12 06:24 mnicholson     Note Added: 0134826                          
======================================================================




More information about the asterisk-bugs mailing list