Hello, I'm giving hangup-handlers a try on a new Asterisk 11.2.1 setup. My plan is to use this handler to update my CDRs with values such as Asterish and Tech cause (see function HANGUP_CAUSE). I want to have my custom hangup-handler be run only once and when "the second channel" hangs up.
At the moment, I'm issuing a couple of "channel originate Local/1@mycontext1 extension 123456789@mycontext2" commands. I'm observing that as I'm using expressions such as Local/1@mycontext1, a Local <ZOMBIE> channel is hanged before the second channel stops ringing. When the second channel itself ends, my handler is not run anymore. What would you suggest me to do ? Should I delay my Set(CHANNEL(hangup_handler_wipe)= ...) statement till both channels are bridged together ? Regards
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
