From: Brian West Date: Wed, 24 Feb 2016 23:28:23 +0000 (-0600) Subject: FS-8862 auto adjust on passthru X-Git-Tag: v1.6.7~2^2~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcbb2fd87361703d78181ce3a65f6690386e1978;p=thirdparty%2Ffreeswitch.git FS-8862 auto adjust on passthru --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 9183848283..0cb2bb6872 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -3833,7 +3833,8 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "AUDIO RTP REPORTS ERROR: [%s]\n", err); switch_channel_hangup(channel, SWITCH_CAUSE_INCOMPATIBLE_DESTINATION); } - + + switch_core_media_check_autoadj(session); }