]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
sdp_m_per_ptime is now implied to be true, if you don't like this set it to false...
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Aug 2011 15:22:55 +0000 (10:22 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Aug 2011 15:22:55 +0000 (10:22 -0500)
commit56d67eadf66c1b22652ff1f77002a8d024a93fca
treeeb655e07cf58808e3e601fa1a4abd570def82ed6
parent6b948cf190efc5b972534a0b7d217bb7f9af7735
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
src/mod/endpoints/mod_sofia/sofia_glue.c
src/switch_core_session.c