]> git.ipfire.org Git - thirdparty/asterisk.git/commit
audiohook: Use manipulated frame instead of dropping it. 52/952/1
authorJoshua Colp <jcolp@digium.com>
Wed, 22 Jul 2015 17:24:47 +0000 (14:24 -0300)
committerJoshua Colp <jcolp@digium.com>
Wed, 22 Jul 2015 17:24:47 +0000 (14:24 -0300)
commitf509730cb93875ba0a78835fd38b8dbd1cdff3f7
tree90bc00c3f23c6b76e47837ecac1410431dd09fc4
parentd16347f33b04ee449481f00189cc6b432e9da682
audiohook: Use manipulated frame instead of dropping it.

Previous changes to sample rate support in audiohooks accidentally
removed code responsible for allowing the manipulate audiohooks
to work. Without this code the manipulated frame would be dropped
and not used. This change restores it.

ASTERISK-25253 #close

Change-Id: I3ff50664cd82faac8941f976fcdcb3918a50fe13
main/audiohook.c