Hi all, Is there something like a global h exten, that gets called on every hang up, no matter what exten? Thanks, Gabriel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090318/6c6f20d4/attachment.htm
On Wed, 18 Mar 2009, Gabriel Ortiz Lour wrote:> Is there something like a global h exten, that gets called on every > hang up, no matter what exten?(no matter what context) Nope -- but it sounds like a great idea. I do it this way... I define an "h" template: [h](!) exten = h,1, goto(finish-call,h,1) And then every context references the template: [block-me](digit-timeout,h,i,max-timeout,pound-main,s) Thanks in advance, ------------------------------------------------------------------------ Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
I had a patch created for 1.4.X for this. http://bugs.digium.com/bug_view_page.php?bug_id=14159 ----- Original Message ----- From: Gabriel Ortiz Lour To: asterisk-users at lists.digium.com Sent: Wednesday, March 18, 2009 8:23 PM Subject: [asterisk-users] Global h exten Hi all, Is there something like a global h exten, that gets called on every hang up, no matter what exten? Thanks, Gabriel ------------------------------------------------------------------------------ _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list 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/20090406/94e9b4df/attachment.htm
I had a patch created for 1.4.X for this. http://bugs.digium.com/bug_view_page.php?bug_id=14159 ----- Original Message ----- From: Gabriel Ortiz Lour To: asterisk-users at lists.digium.com Sent: Wednesday, March 18, 2009 8:23 PM Subject: [asterisk-users] Global h exten Hi all, Is there something like a global h exten, that gets called on every hang up, no matter what exten? Thanks, Gabriel ------------------------------------------------------------------------------ _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list 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/20090406/05dc1a22/attachment.htm