Hey there,<br><br>i have a python script that drops a call.call file into the /var/spool/asterisk/outgoing directory<br>the extension it points to reads like this<br><br>[outboundmsg1]<br>exten => s,1,Answer<br>exten => s,2,Wait(3)
<br>exten => s,3,AGI(server_dialout.py)<br>exten => s,4,Hangup<br><br><br>the problem is that when the script is run, there is no pause to answer, and even if the phone is not answered, the script <br>continues to run.
<br><br>any idea how to make the answer function stop and wait for the answer?<br>thanks<br>