Merge pull request #281 in FS/freeswitch from feature/FS-7641-add-video-support-to-eavesdrop to master

* commit '9d40e1397d2a41bff8fe1c56363afa82e0704024':
  FS-7641
This commit is contained in:
Anthony Minessale II
2015-06-12 15:58:18 -05:00
10 changed files with 454 additions and 59 deletions
+1 -1
View File
@@ -8765,7 +8765,7 @@ void sofia_handle_sip_i_info(nua_t *nua, sofia_profile_t *profile, nua_handle_t
switch_channel_event_set_data(channel, event);
}
switch_event_fire(&event);
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "dispatched freeswitch event for INFO\n");
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG1, "dispatched freeswitch event for INFO\n");
}
nua_respond(nh, SIP_200_OK, NUTAG_WITH_THIS_MSG(de->data->e_msg), TAG_END());