[asterisk-bugs] [Asterisk 0014367]: Description of registration string in sip.conf.sample is incorrect
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Feb 11 16:03:51 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14367
======================================================================
Reported By: Nick_Lewis
Assigned To: oej
======================================================================
Project: Asterisk
Issue ID: 14367
Category: Channels/chan_sip/Registration
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: 1.6.1-beta4
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-01-29 12:14 CST
Last Modified: 2009-02-11 16:03 CST
======================================================================
Summary: Description of registration string in
sip.conf.sample is incorrect
Description:
The format of the registration string is described in sip.conf.sample (and
also recently in log messages) as
register =>
[transport://]user[:secret[:authuser]]@domain[:port][/extension][~expiry]
The "@domain" portion is incorrect. It must instead be "@host". If a
domain is to be used then the format is currently
register =>
[transport://]username@domain[:secret[:authuser]]@host[:port][/extension][~expiry]
The @host must be a fully qualified domain name or ip address whereas the
@domain can be a root zone domain (as used in the AOR)
An example of @domain is "sizko.com" whereas an example of @host is
"registrar1.voipservers.sizko.com"
There may be an AOR of "bobroberts at sizko.com" but the registration request
is sent to "registrar1.voipservers.sizko.com"
======================================================================
----------------------------------------------------------------------
(0099946) blitzrage (administrator) - 2009-02-11 16:03
http://bugs.digium.com/view.php?id=14367#c99946
----------------------------------------------------------------------
Actually, I'm going to reassign this to oej as he can probably tell quite
quickly if this is accurate. Feel free to reassign back to me as I can
commit the change if you wish oej.
Thanks!
Issue History
Date Modified Username Field Change
======================================================================
2009-02-11 16:03 blitzrage Note Added: 0099946
======================================================================
More information about the asterisk-bugs
mailing list