Hi !<br>I have a python script that create and move .call files to /var/spool/asterisk/outgoing<br>Sometimes...(in this case after 500 successfull calls) Asterisk donīt make the calls and <span id="result_box" class="short_text" lang="en"><span class="hps">the .call files are</span> <span class="hps atn">in the "</span><span class="">outgoing"</span> <span class="hps">forever...<br>
Any Ideas?<br><br>I'm using Asterisk 1.4.22 (in 1.4.36 was the same </span></span><span id="result_box" class="short_text" lang="en"><span class="hps">behavior</span></span><span id="result_box" class="short_text" lang="en"><span class="hps">)<br>
<br><br>In my python script I move .call files using ...<br><br>import shutil<br>shutil.move('/var/tmp/1.call','/var/spool/asterisk/outgoing/1.call')<br><br><br></span></span>