]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4378 actually fire the event
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 18 Jul 2012 17:37:08 +0000 (12:37 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 18 Jul 2012 17:37:12 +0000 (12:37 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index 554ded0e85a98574201908afff9d92546cef962b..b787a76d615235ced352f9a873522ad356989336 100644 (file)
@@ -7414,6 +7414,7 @@ void sofia_handle_sip_i_refer(nua_t *nua, sofia_profile_t *profile, nua_handle_t
                                switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Transfer-Exten", exten);
                                switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "Full-Refer-To", full_ref_to);
                                switch_channel_event_set_data(channel, event);
+                               switch_event_fire(&event);
                        }
 
                        switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Cannot Blind Transfer 1 Legged calls\n");