Why doesn&#39;t this manager.conf code work on Asterisk 1.6.2 and 1.8.9? It works perfectly on Asterisk 1.4<br><br>In
 Asterisk 1.6 it appears to disconnect as soon as events occur and in 
1.8.9 it can&#39;t be read at all. Apparently it has some syntax issues with
 1.8.9.<br>
<br>Is it possible to tell at a glance what the issues might be? I am 
setting up my program in trace mode to see what is going on, but I&#39;d 
like to know where the syntax issues lie.<br><br><br><br><br><blockquote>;<br>
; Asterisk Call Management support<br>;<br><br>; By default asterisk will listen on localhost only.<br>[general]<br>displaysystemname = no<br>enabled = yes<br>webenabled = yes<br>port = 5038<br><br>;httptimeout = 1800<br>

<br>bindaddr = 0.0.0.0<br>;displayconnects = yes<br>;<br>; Add a Unix epoch timestamp to events (not action responses)<br>;<br>;timestampevents = yes<br><br>[username]<br>secret=password<br>deny=<a href="http://0.0.0.0/0.0.0.0" target="_blank">0.0.0.0/0.0.0.0</a><br>

;permit=<a href="http://10.0.2.2/255.255.255.255" target="_blank">10.0.2.2/255.255.255.255</a><br>permit=<a href="http://127.0.0.1/255.255.255.0" target="_blank">127.0.0.1/255.255.255.0</a><br>read = system,call,all<br>;read = system,call,log,verbose,command,agent,user,config<br>

;write = system,call,log,verbose,command,agent,user,config<br><br>; If the device connected via this user accepts input slowly,<br>; the timeout for writes to it can be increased to keep it<br>; from being disconnected (value is in milliseconds)<br>

;<br>; writetimeout = 100<br>;<br>; Authorization for various classes<br>#include &quot;manager.d/*.conf&quot;<br></blockquote><br><br>Thanks<br><br>/voipc