this is what i have in my event driven router. exten => X.,1,Answer() exten => X.,2,MAGI() exten => X.,3,Hangup()
look in google for info about MAGI patch regards On 5/23/06, Álvaro Palma <[EMAIL PROTECTED]> wrote:
I'm developing an application that monitors the state of the incoming calls using Manager events. So, as a part of it, I need to "override" the control of the extensions by the dialplan itself. The problem is that, if I don't declare the incoming extension, Asterisk hangs up the call by default. So I want to know if there's some kind of "ManagerControl() application to do this, so my dial plan will look like: [incoming_extensions] exten => _XXXXXXX,1,ManagerControl(....) Thanks a lot for your help. -- Atly. Alvaro Palma _______________________________________________ --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
-- "Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org" _______________________________________________ --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
