[Asterisk-cvs] asterisk/configs manager.conf.sample,1.5,1.6
kpfleming
kpfleming
Tue Oct 4 18:29:28 CDT 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv1322/configs
Modified Files:
manager.conf.sample
Log Message:
allow write timeout to be set on a per-user basis in AMI (issue #5352)
Index: manager.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/manager.conf.sample,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- manager.conf.sample 17 Mar 2005 15:56:55 -0000 1.5
+++ manager.conf.sample 4 Oct 2005 22:25:15 -0000 1.6
@@ -30,6 +30,12 @@
;deny=0.0.0.0/0.0.0.0
;permit=209.16.236.73/255.255.255.0
;
+; If the device connected via this user accepts input slowly,
+; the timeout for writes to it can be increased to keep it
+; from being disconnected (value is in milliseconds)
+;
+; writetimeout = 100
+;
; Authorization for various classes
;read = system,call,log,verbose,command,agent,user
;write = system,call,log,verbose,command,agent,user
More information about the svn-commits
mailing list