[asterisk-bugs] [Asterisk 0015539]: [patch] Register request line contains wrong address when domain and registrar host differ
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Dec 15 12:47:44 CST 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15539
======================================================================
Reported By: Nick_Lewis
Assigned To: dvossel
======================================================================
Project: Asterisk
Issue ID: 15539
Category: Channels/chan_sip/Registration
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-07-20 12:00 CDT
Last Modified: 2009-12-15 12:47 CST
======================================================================
Summary: [patch] Register request line contains wrong address
when domain and registrar host differ
Description:
If sip.conf contains a register string of the form []user at domain[]@host[]
then the address in the sip register request line is the domain even though
the request is sent to the host.
For example myself at sip.me.net@registrar.me.net results in
REGISTER sip.me.net SIP/2.0
instead of
REGISTER registrar.me.net SIP/2.0
======================================================================
----------------------------------------------------------------------
(0115289) svnbot (reporter) - 2009-12-15 12:47
https://issues.asterisk.org/view.php?id=15539#c115289
----------------------------------------------------------------------
Repository: asterisk
Revision: 235134
U branches/1.6.2/channels/chan_sip.c
------------------------------------------------------------------------
r235134 | dvossel | 2009-12-15 12:47:43 -0600 (Tue, 15 Dec 2009) | 7 lines
reverses minor sip registration regression
reverses the changes caused by issue
https://issues.asterisk.org/view.php?id=15539. The
issue reported was expected behavior.
(issue https://issues.asterisk.org/view.php?id=15539)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=235134
Issue History
Date Modified Username Field Change
======================================================================
2009-12-15 12:47 svnbot Checkin
2009-12-15 12:47 svnbot Note Added: 0115289
======================================================================
More information about the asterisk-bugs
mailing list