]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
index veriables on SWITCH_EVENT_CHANNEL_EXECUTE_COMPLETE
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 8 Dec 2008 17:17:29 +0000 (17:17 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 8 Dec 2008 17:17:29 +0000 (17:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10656 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_channel.c

index 0ab57e923d302dedc3f388067267468b800aba37..83911040ee39d4b0138144fe409086aea8a24ad6 100644 (file)
@@ -1194,6 +1194,7 @@ SWITCH_DECLARE(void) switch_channel_event_set_data(switch_channel_t *channel, sw
                event->event_id == SWITCH_EVENT_CHANNEL_HANGUP ||
                event->event_id == SWITCH_EVENT_REQUEST_PARAMS ||
                event->event_id == SWITCH_EVENT_CHANNEL_DATA ||
+               event->event_id == SWITCH_EVENT_CHANNEL_EXECUTE_COMPLETE ||
                event->event_id == SWITCH_EVENT_SESSION_HEARTBEAT ||
                event->event_id == SWITCH_EVENT_CUSTOM
                ) {