• Anthony Minessale's avatar
    sdp_m_per_ptime is now implied to be true, if you don't like this set it to… · 56d67ead
    Anthony Minessale 提交于
    sdp_m_per_ptime is now implied to be true, if you don't like this set it to false but its going to be undefined behaviour.  This basically means if you call in with ptime 30 then you have a bunch of ptime 20 codecs in your outbound list that there will be one m= line with 30 and the original inbound codec and more m= lines for each discinct ptime in your list.  This is, of course, will depend on disable_trancoding or absolute_codec_string as well
    56d67ead
switch_core_session.c 71.4 KB