[Asterisk-cvs] asterisk/configs iax.conf.sample,1.34,1.35
markster at lists.digium.com
markster at lists.digium.com
Sat Oct 9 21:41:55 CDT 2004
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv2043/configs
Modified Files:
iax.conf.sample
Log Message:
Add autokill to IAX2, too
Index: iax.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/iax.conf.sample,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- iax.conf.sample 9 Oct 2004 03:12:48 -0000 1.34
+++ iax.conf.sample 10 Oct 2004 01:42:46 -0000 1.35
@@ -163,6 +163,16 @@
;
;regcontext=iaxregistrations
;
+; If we don't get ACK to our NEW within 2000ms, and autokill is set
+; to yes, then we cancel the whole thing (that's enough time for one
+; retransmission only). This is used to keep things from stalling for a long
+; time for a host that is not available, but would be ill advised for bad
+; connections. In addition to 'yes' or 'no' you can also specify a number
+; of milliseconds. See 'qualify' for individual peers to turn on for just
+; a specific peer.
+;
+autokill=yes
+;
; Guest sections for unauthenticated connection attempts. Just
; specify an empty secret, or provide no secret section.
;
More information about the svn-commits
mailing list