[asterisk-bugs] [Asterisk 0012474]: [patch] Registration when using fromuser at fromdomain:pass at host is incomplete
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed May 20 06:57:58 CDT 2009
The following issue has been set as DUPLICATE OF issue 0015165.
======================================================================
https://issues.asterisk.org/view.php?id=12474
======================================================================
Reported By: one47
Assigned To: oej
======================================================================
Project: Asterisk
Issue ID: 12474
Category: Channels/chan_sip/Registration
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: 1.4.19
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-04-18 09:21 CDT
Last Modified: 2009-05-20 06:57 CDT
======================================================================
Summary: [patch] Registration when using
fromuser at fromdomain:pass at host is incomplete
Description:
The standard SIP registration line is:
user[:password[:authuser]]@host[:port][/exten]
which can be extended as
user[@fromdomain][:password[:authuser]]@host[:port][/exten]
In this 2nd form, sip channel fails to set fromdomain correctly, to the
REGISTER command is sent as
REGISTER sip:host SIP/2.0
instead of
REGISTER sip:fromdomain SIP/2.0
This is supported by the existing comments in chan_sip.c
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
duplicate of 0015165 SIP Registrations ignore the "from...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-05-20 06:57 lmadsen Relationship added duplicate of 0015165
======================================================================
More information about the asterisk-bugs
mailing list