aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-29 18:34:46 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-29 18:34:46 +0000
commit44fae75b3b9d325fb8951f31909f108a4e5c72fe (patch)
tree669f9be8eaa7ab86745e5ed80e24036673e24118 /configs
parentf7b3368798ba6133ac1e7fa7cd995b9d01596951 (diff)
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) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@105378 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample11
1 files changed, 10 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index df7f1a27d..df18aea12 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -7,7 +7,7 @@
; syntaxes for dialing SIP devices.
; SIP/devicename
; SIP/username@domain (SIP uri)
-; SIP/username@host:port
+; SIP/username[:password[:md5secret[:authname]]]@host[:port]
; SIP/devicename/extension
;
;
@@ -24,6 +24,15 @@
; 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@mysipproxy
+; SIP/sales:topsecret::account02@domain.com:5062
+; SIP/12345678::bc53f0ba8ceb1ded2b70e05c3f91de4f:myname@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
; exclamation mark after the dial string, like