]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_amd: issue with silence suppression fixed
authorNasir Iqbal <nasir@ictinnovations.com>
Tue, 21 May 2019 06:38:24 +0000 (11:38 +0500)
committerNasir Iqbal <nasir@ictinnovations.com>
Fri, 21 Jun 2019 05:45:03 +0000 (23:45 -0600)
commit29bc7cf6b3d7bf28adc869d7ccbea08f0897d12d
tree3bd94e0d6fb49437fc8edd8ff7f8888817a82f92
parenta8e5cf557d188070dd97c80a2512ea65b58b5190
app_amd: issue with silence suppression fixed

Now AMD algorithm will not ignore AST_FRAME_NULL, As I think using manual
wait time instead of `framelength` is enough to fix timeout / TOOLONG issue.

ASTERISK-28419 #close

Change-Id: I16ea2d6295bc99b975e8c092e5f9fbd9214debdb
apps/app_amd.c