-
- Downloads
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
Showing
- CHANGES 3 additions, 0 deletionsCHANGES
- apps/app_dial.c 10 additions, 28 deletionsapps/app_dial.c
- apps/app_followme.c 2 additions, 2 deletionsapps/app_followme.c
- apps/app_queue.c 5 additions, 5 deletionsapps/app_queue.c
- channels/chan_local.c 6 additions, 0 deletionschannels/chan_local.c
- configs/cdr.conf.sample 3 additions, 2 deletionsconfigs/cdr.conf.sample
- funcs/func_channel.c 34 additions, 0 deletionsfuncs/func_channel.c
- include/asterisk/channel.h 21 additions, 0 deletionsinclude/asterisk/channel.h
- include/asterisk/pbx.h 65 additions, 0 deletionsinclude/asterisk/pbx.h
- main/autoservice.c 10 additions, 0 deletionsmain/autoservice.c
- main/channel.c 45 additions, 48 deletionsmain/channel.c
- main/channel_internal_api.c 5 additions, 0 deletionsmain/channel_internal_api.c
- main/features.c 58 additions, 81 deletionsmain/features.c
- main/pbx.c 363 additions, 19 deletionsmain/pbx.c
Loading
Please register or sign in to comment