[asterisk-commits] file: trunk r105378 - /trunk/configs/sip.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 29 12:34:47 CST 2008
Author: file
Date: Fri Feb 29 12:34:46 2008
New Revision: 105378
URL: http://svn.digium.com/view/asterisk?view=rev&rev=105378
Log:
Add documentation for setting username/password in SIP dial string.
(closes issue #11587)
Reported by: sobomax
Patches:
dialstring_doc.diff uploaded by sobomax (license 359)
Modified:
trunk/configs/sip.conf.sample
Modified: trunk/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/sip.conf.sample?view=diff&rev=105378&r1=105377&r2=105378
==============================================================================
--- trunk/configs/sip.conf.sample (original)
+++ trunk/configs/sip.conf.sample Fri Feb 29 12:34:46 2008
@@ -7,7 +7,7 @@
; syntaxes for dialing SIP devices.
; SIP/devicename
; SIP/username at domain (SIP uri)
-; SIP/username at host:port
+; SIP/username[:password[:md5secret[:authname]]]@host[:port]
; SIP/devicename/extension
;
;
@@ -23,6 +23,15 @@
; SIP/proxyhostname/user or SIP/user at proxyhostname
; where the proxyhostname is defined in a section below
; This syntax also works with ATA's with FXO ports
+;
+; SIP/username[:password[:md5secret[:authname]]]@host[:port]
+; This form allows you to specify password or md5secret and authname
+; without altering any authentication data in config.
+; Examples:
+;
+; SIP/*98 at mysipproxy
+; SIP/sales:topsecret::account02 at domain.com:5062
+; SIP/12345678::bc53f0ba8ceb1ded2b70e05c3f91de4f:myname at 192.168.0.1
;
; All of these dial strings specify the SIP request URI.
; In addition, you can specify a specific To: header by adding an
More information about the asterisk-commits
mailing list