From: Anthony Minessale Date: Fri, 22 Nov 2013 13:52:21 +0000 (+0500) Subject: revert one change X-Git-Tag: v1.5.7~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a0f93478827e76012ff1a853254db71460bc16d;p=thirdparty%2Ffreeswitch.git revert one change --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index c25c2e5ed1..25af9b4e29 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -7907,7 +7907,7 @@ static void switch_core_media_set_r_sdp_codec_string(switch_core_session_t *sess map->rm_pt, map->rm_rate, ptime, - SWITCH_TRUE); + SWITCH_FALSE); } } }