Hi, following I would like to implement: 1. I receive a call. 2. I hang up the call. 3. I execute a macro I thought about using call files first... but they don't support macros, or? Then I figured I could use php agi after I receive the call, hang up the call with php agi and execute the macro with "exec ...". Unfortunately, the php agi seems to die with the hangup. Does anybody have an idea of how this can be done? Cheers, Arik
Look for deadAGI zoa Arik Funke wrote:> Hi, > > following I would like to implement: > > 1. I receive a call. > 2. I hang up the call. > 3. I execute a macro > > I thought about using call files first... but they don't support > macros, or? > > Then I figured I could use php agi after I receive the call, hang up > the call with php agi and execute the macro with "exec ...". > > Unfortunately, the php agi seems to die with the hangup. Does anybody > have an idea of how this can be done? > > Cheers, > Arik > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > 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 -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 254 bytes Desc: OpenPGP digital signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050923/0fbe381a/signature.pgp
Arik Funke wrote:> Hi, > > following I would like to implement: > > 1. I receive a call. > 2. I hang up the call. > 3. I execute a macro > > I thought about using call files first... but they don't support macros, > or? > > Then I figured I could use php agi after I receive the call, hang up the > call with php agi and execute the macro with "exec ...". > > Unfortunately, the php agi seems to die with the hangup. Does anybody > have an idea of how this can be done?Are you using DeadAGI? Kevin