aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-03 01:24:40 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-03 01:24:40 +0000
commit7580402fbacde8ca3ead5a49e324544658254a86 (patch)
tree9b4da46cd2075512cb30a87eb973c62479f17253 /configs
parent7aad9e8d84e40bee78def7d235394355535f9417 (diff)
Documenting the default registerattempts setting as 0, continue hammering the server for ever and ever ;-)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7299 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index e95704a88..4d279aa9c 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -148,7 +148,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;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
+ ; Default is 0 tries, continue forever
;callevents=no ; generate manager events when sip ua performs events (e.g. hold)
;----------------------------------------- NAT SUPPORT ------------------------