From: Anthony Minessale Date: Thu, 4 Dec 2014 21:45:33 +0000 (-0600) Subject: FS-7500: nevermind X-Git-Tag: v1.6.2~614^2~530 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de4a0e7a3cf0af25f7952dc03696d2b93763e422;p=thirdparty%2Ffreeswitch.git FS-7500: nevermind --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 6075bb6d42..36745a5287 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -3587,7 +3587,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_create(switch_rtp_t **new_rtp_session } } else { if (rtp_session->flags[SWITCH_RTP_FLAG_VIDEO]) { - if (switch_core_timer_init(&rtp_session->timer, "soft", 10, 900, pool) == SWITCH_STATUS_SUCCESS) { + if (switch_core_timer_init(&rtp_session->timer, "soft", 1, 90, pool) == SWITCH_STATUS_SUCCESS) { switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(rtp_session->session), SWITCH_LOG_DEBUG, "Starting video timer.\n"); } } else {