aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-02 13:49:24 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-02 13:49:24 +0000
commit3be57a7ae72a62b46d6abb0e7c37e0275cd856cc (patch)
treea04372c4f3bbdf7fe2f4daf9b64323199859ac18 /configs
parent7f49728ca950cb6902350241ef6ac3f0e41d1bfb (diff)
Merged revisions 198791 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r198791 | file | 2009-06-02 10:48:06 -0300 (Tue, 02 Jun 2009) | 5 lines Correct documentation for the register line, specifically where the domain should be specified. (closes issue #14367) Reported by: Nick_Lewis ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@198792 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 4b40fd4de..0fb6afe54 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -400,7 +400,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;----------------------------------------- OUTBOUND SIP REGISTRATIONS ------------------------
; Asterisk can register as a SIP user agent to a SIP proxy (provider)
; Format for the register statement is:
-; register => [transport://]user[:secret[:authuser]]@domain[:port][/extension]
+; register => [transport://]user[@domain][:secret[:authuser]]@host[:port][/extension]
;
;
;