aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 19:56:14 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 19:56:14 +0000
commit117cf34fd9430165c3f21b20ceca8417284ca849 (patch)
treefcf609172ae456d997af56ec6bbf3a62f200caa4 /configs/sip.conf.sample
parente29770f04dcbc37ab526063d18e54bc300976563 (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: http://svn.digium.com/svn/asterisk/trunk@46489 f38db490-d61c-443f-a65b-d21fe96a405b
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