i have a python script that drops a call.call file into the /var/spool/asterisk/outgoing directory
the extension it points to reads like this
[outboundmsg1]
exten => s,1,Answer
exten => s,2,Wait(3)
exten => s,3,AGI(server_dialout.py)
exten => s,4,Hangup
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
continues to run.
any idea how to make the answer function stop and wait for the answer?
thanks
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
