aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-15 18:23:14 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-15 18:23:14 +0000
commite4ec391346c6207fe981583548d98c89d6a5b736 (patch)
treef07532bd5df8ef6709d8ac067c14c18112721160 /configs
parent9d2992959ff9a643954db2921afc5994c6a3c5eb (diff)
Merged revisions 168711 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r168711 | oej | 2009-01-15 18:55:53 +0100 (Tor, 15 Jan 2009) | 4 lines Clarify some misunderstandings and make it even more clear that you can refer to a peer in the register= line. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@168717 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample10
1 files changed, 7 insertions, 3 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 03206f0b9..5fd2657ba 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -383,13 +383,17 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;
;
;
+; domain is either
+; - domain in DNS
+; - host name in DNS
+; - the name of a peer defined below or in realtime
+; The domain is where you register your username, so your SIP uri you are registering to
+; is username@domain
+;
; If no extension is given, the 's' extension is used. The extension needs to
; be defined in extensions.conf to be able to accept calls from this SIP proxy
; (provider).
;
-; host is either a host name defined in DNS or the name of a section defined
-; below.
-;
; A similar effect can be achieved by adding a "callbackextension" option in a peer section.
; this is equivalent to having the following line in the general section:
;