From: Anthony Minessale Date: Wed, 16 Jan 2013 05:20:13 +0000 (-0600) Subject: forgot X-Git-Tag: v1.5.1~411 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36d1388a997afb31cfcfc5897f31cecec6bdb154;p=thirdparty%2Ffreeswitch.git forgot --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 581deeceb2..b14a1cc821 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -4631,6 +4631,7 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess if (switch_channel_test_flag(smh->session->channel, CF_ICE)) { gen_ice(session, SWITCH_MEDIA_TYPE_AUDIO, ip, port); + switch_snprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "a=msid-semantic: WMS %s\n", smh->msid); } if (a_engine->codec_params.rm_encoding) {