From ee1e461a57bf71c7dd218457c4f5c0a55f5d6ffd Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Sat, 3 Dec 2005 01:24:40 +0000 Subject: [PATCH] Documenting the default registerattempts setting as 0, continue hammering the server for ever and ever ;-) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7299 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/sip.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index e95704a888..4d279aa9cc 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 ------------------------