aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-27 16:04:56 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-27 16:04:56 +0000
commit2d2c385420340581979e303d701ada367ce7dc3f (patch)
tree96f905cdd3539711102ab276f1730181ceae1ffd /configs
parenta1d296466ee67317691d7068112971dec4dfecb9 (diff)
Change register format example to match wording.
This change does not affect any other 1.6 branches as they have already been updated for other changes, which uses the word 'domain' as I have here. (closes issue #15204) Reported by: okrief git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@197088 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 cb5bf7fe0..4b40fd4de 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]]@host[:port][/extension]
+; register => [transport://]user[:secret[:authuser]]@domain[:port][/extension]
;
;
;