]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add more stuff to event in hangup hook api
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 2 Sep 2009 16:34:49 +0000 (16:34 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 2 Sep 2009 16:34:49 +0000 (16:34 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14740 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core_state_machine.c

index 12de83d27cee3f860abf6c087980ec11bc23b01a..9fdf8a7f549ab3c5f233c85dd4051a23120ed5eb 100644 (file)
@@ -454,10 +454,13 @@ SWITCH_DECLARE(void) switch_core_session_run(switch_core_session_t *session)
                                                }
 
                                                SWITCH_STANDARD_STREAM(stream);
+                                               
                                                switch_channel_get_variables(session->channel, &stream.param_event);
+                                               switch_channel_event_set_data(session->channel, stream.param_event);
                                                expanded = switch_channel_expand_variables(session->channel, arg);
-                                               
+
                                                switch_api_execute(cmd, expanded, use_session, &stream);
+                                               
                                                switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Hangup Command %s(%s):\n%s\n", cmd, switch_str_nil(expanded),
                                                                                  switch_str_nil((char *) stream.data));