[Freeswitch-trunk] [commit] r13525 - freeswitch/trunk/src
FreeSWITCH SVN
anthm at freeswitch.org
Mon Jun 1 05:45:57 PDT 2009
Author: anthm
Date: Mon Jun 1 07:45:56 2009
New Revision: 13525
Log:
extended data from hangup_complete event
Modified:
freeswitch/trunk/src/switch_channel.c
Modified: freeswitch/trunk/src/switch_channel.c
==============================================================================
--- freeswitch/trunk/src/switch_channel.c (original)
+++ freeswitch/trunk/src/switch_channel.c Mon Jun 1 07:45:56 2009
@@ -1359,6 +1359,7 @@
event->event_id == SWITCH_EVENT_CHANNEL_PROGRESS ||
event->event_id == SWITCH_EVENT_CHANNEL_PROGRESS_MEDIA ||
event->event_id == SWITCH_EVENT_CHANNEL_HANGUP ||
+ event->event_id == SWITCH_EVENT_CHANNEL_HANGUP_COMPLETE ||
event->event_id == SWITCH_EVENT_REQUEST_PARAMS ||
event->event_id == SWITCH_EVENT_CHANNEL_DATA ||
event->event_id == SWITCH_EVENT_CHANNEL_EXECUTE_COMPLETE ||
More information about the Freeswitch-trunk
mailing list