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

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Dec 7 13:56:57 CST 2010


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18424 
====================================================================== 
Reported By:                oej
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18424
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           1.4.37 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-12-04 09:16 CST
Last Modified:              2010-12-07 13:56 CST
====================================================================== 
Summary:                    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.

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-12-07 13:56 lmadsen        Description Updated                          
======================================================================




More information about the asterisk-bugs mailing list