From 7fe3f9692a059efdf16375d4db4e6c0c5509f6db Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Wed, 27 May 2009 16:04:56 +0000 Subject: [PATCH] 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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@197088 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index cb5bf7fe0e..4b40fd4def 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] ; ; ;