FS-7509 FS-7514: another round of cleanup

This commit is contained in:
Anthony Minessale
2015-02-28 03:38:10 -06:00
parent 23716293a8
commit c062798d6e
6 changed files with 271 additions and 93 deletions
+3
View File
@@ -2691,6 +2691,9 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_execute_application_get_flag
switch_application_interface_t *application_interface;
switch_status_t status = SWITCH_STATUS_SUCCESS;
switch_core_session_request_video_refresh(session);
switch_core_media_gen_key_frame(session);
if (switch_channel_down_nosig(session->channel)) {
char *p;
if (!arg && (p = strstr(app, "::"))) {