From ac35b92b628064a1fcf962895f0befd57aff0442 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Fri, 29 Jun 2012 17:02:32 +0000 Subject: Hangup handlers - Dialplan subroutines that run when the channel hangs up. Hangup handlers are an alternative to the h extension. They can be used in addition to the h extension. The idea is to attach a Gosub routine to a channel that will execute when the call hangs up. Whereas which h extension gets executed depends on the location of dialplan execution when the call hangs up, hangup handlers are attached to the call channel. You can attach multiple handlers that will execute in the order of most recently added first. (closes issue ASTERISK-19549) Reported by: Mark Murawski Tested by: rmudgett Review: https://reviewboard.asterisk.org/r/2002/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369493 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 5fd87b7a3..82654e51c 100644 --- a/CHANGES +++ b/CHANGES @@ -46,6 +46,9 @@ Core have their own verbosity level. The command 'core set verbose' will now set a separate level for each remote console without affecting any other console. + * Hangup handlers can be attached to channels using the CHANNEL(hangup_handler_xxx) + options. Hangup handlers will run when the channel is hung up similar to the + h extension. CLI Changes ------------------- -- cgit v1.2.3