aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-02 13:48:06 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-02 13:48:06 +0000
commit61e3c796d87a6d2105251dc165fb98768db31a92 (patch)
tree48fd1f156fbf99a9294f53868da7867911b67569 /configs/sip.conf.sample
parent260086dc5a2c0467358e00d0cf856b11102a9a96 (diff)
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/trunk@198791 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-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 20467f1aa..08089d927 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -475,7 +475,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][~expiry]
+; register => [transport://]user[@domain][:secret[:authuser]]@host[:port][/extension][~expiry]
;
;
;