]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8862 auto adjust on passthru
authorBrian West <brian@freeswitch.org>
Wed, 24 Feb 2016 23:28:23 +0000 (17:28 -0600)
committerBrian West <brian@freeswitch.org>
Wed, 24 Feb 2016 23:28:23 +0000 (17:28 -0600)
src/switch_core_media.c

index 91838482839225a22211700df448d7aeccac3e80..0cb2bb6872ffa2650e322d6c614822f8e3367813 100644 (file)
@@ -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);
                                        }