]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
forgot
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 16 Jan 2013 05:20:13 +0000 (23:20 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Apr 2013 02:27:18 +0000 (21:27 -0500)
src/switch_core_media.c

index 581deeceb2c6d911c88442adde27109183207615..b14a1cc821a7598f04b9c5318f5fd3223d9672ca 100644 (file)
@@ -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) {