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

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jan 29 12:14:40 CST 2009


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14367 
====================================================================== 
Reported By:                Nick_Lewis
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14367
Category:                   Channels/chan_sip/Registration
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
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-01-29 12:14 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"

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-29 12:14 Nick_Lewis     New Issue                                    
2009-01-29 12:14 Nick_Lewis     Asterisk Version          => 1.6.1-beta4     
2009-01-29 12:14 Nick_Lewis     Regression                => No              
2009-01-29 12:14 Nick_Lewis     SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list