aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-05 14:47:09 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-05 14:47:09 +0000
commit50c4036a0e6d61b77902a242557986db63c7f7bc (patch)
tree7d876a2d1633748e40a7b801373ef199fcfb2cd5 /configs/sip.conf.sample
parent0371a9f7c2da3a6fb2041199c2b6d1d166767966 (diff)
more cleanups for outbound registrations (bug #4457)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5844 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-rwxr-xr-xconfigs/sip.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 5a988d954..c852e1ccb 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -82,6 +82,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; inband : Inband audio (requires 64 kbit codec -alaw, ulaw)
;compactheaders = yes ; send compact sip headers.
+;sipdebug = yes ; Turn on SIP debugging by default, from
+ ; the moment the channel loads this configuration
;
; If regcontext is specified, Asterisk will dynamically
@@ -121,6 +123,10 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; (instead of type=friend) if you have calls in both directions
;registertimeout=20 ; retry registration calls every 20 seconds (default)
+;registerattempts=10 ; Number of registration attempts before we give up
+ ; 0 = continue forever, hammering the other server until it
+ ; accepts the registration
+ ; Default is 10 tries
;callevents=no ; generate manager events when sip ua performs events (e.g. hold)
;---------------------------------------------- NAT SUPPORT ------------------------