Re-order handlers in CEL to ensure that HANGUP events happen after APP_END
authorMatthew Jordan <mjordan@digium.com>
Tue, 16 Jul 2013 22:25:33 +0000 (22:25 +0000)
committerMatthew Jordan <mjordan@digium.com>
Tue, 16 Jul 2013 22:25:33 +0000 (22:25 +0000)
commit16233478175bbe0515c33215d3585d521fd6ea55
treeba16324f1065225d741fd5ec2841431ed3906aa8
parente1b75afdb824d1c817e8a3c2a28c215d17ffc6a0
Re-order handlers in CEL to ensure that HANGUP events happen after APP_END

When a channel is hungup, both an APP_END event and a HANGUP event can be
fired. To ensure that HANGUP events occur after APP_END events, the method
callbacks for the APP_END event should be processed prior to the callbacks
for the HANGUP event.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394530 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/cel.c