]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
include variables in channel_create
authorMathieu Rene <mrene@avgs.ca>
Wed, 3 Mar 2010 03:20:27 +0000 (03:20 +0000)
committerMathieu Rene <mrene@avgs.ca>
Wed, 3 Mar 2010 03:20:27 +0000 (03:20 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16873 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_channel.c

index ff02c7d293e6f43043274f2f0e9eb8b0feb0b1fd..7bad363160427f191fe0517feb37b168e4e20d41 100644 (file)
@@ -1635,6 +1635,7 @@ SWITCH_DECLARE(void) switch_channel_event_set_extended_data(switch_channel_t *ch
        switch_mutex_lock(channel->profile_mutex);
 
        if (switch_channel_test_flag(channel, CF_VERBOSE_EVENTS) ||
+               event->event_id == SWITCH_EVENT_CHANNEL_CREATE ||
                event->event_id == SWITCH_EVENT_CHANNEL_ORIGINATE ||
                event->event_id == SWITCH_EVENT_CHANNEL_UUID ||
                event->event_id == SWITCH_EVENT_CHANNEL_ANSWER ||