[asterisk-bugs] [Asterisk 0014367]: Description of registration string in sip.conf.sample is incorrect

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Jun 1 16:11:37 CDT 2009


The following issue has been ASSIGNED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=14367 
====================================================================== 
Reported By:                Nick_Lewis
Assigned To:                file
====================================================================== 
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-06-01 16:11 CDT
====================================================================== 
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"

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-06-01 16:11 lmadsen        Assigned To              oej => file         
======================================================================




More information about the asterisk-bugs mailing list