]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_rtp_asterisk: clear smoother when local bridging
authorTorrey Searle <torrey@voxbone.com>
Tue, 12 Feb 2019 09:50:55 +0000 (10:50 +0100)
committerTorrey Searle <tsearle@gmail.com>
Tue, 19 Feb 2019 07:37:20 +0000 (01:37 -0600)
commit01b781b4dcec27e1a5edee9fbbd0e77f456c791f
treeaa212aac1b88584a780aafe2fa84fcdcc5e8a83e
parentb327b0bbda4f4e05ee23062acc432e298bade487
res/res_rtp_asterisk: clear smoother when local bridging

p2p_write updates txformat but doesn't require a smoother.  If a smoother
was created by another bridge type the smoother could fall out of date causing
one way audio issues.  To prevent this the smoother is now destroyed on the
start of native bridge.

ASTERISK-28284 #close

Change-Id: I84e67f144963787fff9b4d79ac500514fb40cdc6
res/res_rtp_asterisk.c