aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-02 13:50:21 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-02 13:50:21 +0000
commitcbd342d4e22dedd4ddc5f9926960b494a924a8d5 (patch)
treefc08d4e6bad8f0ca5368eb9748601799338162da /configs
parentd4a72269d117093d3b9f8903b266dda13f5ce7f0 (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.1@198793 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 ec3fafa6d..20828f920 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -431,7 +431,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]
;
;
;