Igor Battiston (BZSolutions)
2004-Oct-26 02:32 UTC
[Asterisk-Users] Little problem with AGI
Hi :) I'm writing a simple AGI for a little callingcard system I need to return to my AGI when call is terminated from caller or called, because I want to permit to the caller to place another call... I'm writing my AGI in php and when I have $ritorno = $agi->agi_exec("EXEC DIAL Local/8@SIP_inbound|30|H"); When the called ANSWER my AGI finish Is it possible to wait DIAL execution in AGI and continue AGI execution after DIAL finish? Thx :) -Igor- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041026/b5e6e12d/attachment.htm
Igor Battiston (BZSolutions)
2004-Oct-26 02:51 UTC
[Asterisk-Users] Little problem with AGI
It's work :) the my problem was that extension 8 contain an AGI to play a random MP3 and when the AGI of extensions 8 start my first AGI dead.... is it normal? Thx a lot :) -Igor- ----- Original Message ----- From: Igor Battiston (BZSolutions) To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Tuesday, October 26, 2004 11:32 AM Subject: [Asterisk-Users] Little problem with AGI Hi :) I'm writing a simple AGI for a little callingcard system I need to return to my AGI when call is terminated from caller or called, because I want to permit to the caller to place another call... I'm writing my AGI in php and when I have $ritorno = $agi->agi_exec("EXEC DIAL Local/8@SIP_inbound|30|H"); When the called ANSWER my AGI finish Is it possible to wait DIAL execution in AGI and continue AGI execution after DIAL finish? Thx :) -Igor- ------------------------------------------------------------------------------ _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041026/37d37acf/attachment.htm