summaryrefslogtreecommitdiff
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-10-30 19:56:14 +0000
committerOlle Johansson <oej@edvina.net>2006-10-30 19:56:14 +0000
commitf98f457727a7525b696c4cff88d0a3c808456c87 (patch)
treefcf609172ae456d997af56ec6bbf3a62f200caa4 /configs/sip.conf.sample
parent753a03161da52342883402bebb241f05df7e1a3e (diff)
Change name of "contact" setting to "callback" which better reflects what it
is to the person that configures asterisk. That we use it internally in the contact header is a totally different story. Still not convinced this is a good option. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/sip.conf.sample')
-rw-r--r--configs/sip.conf.sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index cfbe1dda4..1d79cb303 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -192,10 +192,10 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; 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 "contact" option in a peer section.
+; 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:
;
-; register => username:secret@host/contact
+; register => username:secret@host/callbackextension
;
; and more readable because you don't have to write the parameters in two places
; (note that the "port" is ignored - this is a bug that should be fixed).
@@ -450,7 +450,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; sendrpid
; outboundproxy
; rfc2833compensate
-; contact
+; callbackextension
;[sip_proxy]
; For incoming calls only. Example: FWD (Free World Dialup)
@@ -479,7 +479,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;host=sip.provider1.com
;username=4015552299 ; how your provider knows you
;secret=youwillneverguessit
-;contact=123 ; tell asterisk to register as username:secret@host/contact
+;callbackextension=123 ; Register with this server and require calls coming back to this extension
;------------------------------------------------------------------------------
; Definitions of locally connected SIP devices