]> git.ipfire.org Git - thirdparty/asterisk.git/commit
audiohook.c: Fix MixMonitor crash when using the r() or t() options. 86/1086/2
authorRichard Mudgett <rmudgett@digium.com>
Thu, 13 Aug 2015 17:22:14 +0000 (12:22 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 13 Aug 2015 22:55:56 +0000 (17:55 -0500)
commitb3a56bee83c01dbb538620a11947d420b17cf458
tree6c748bc2e4613d57c9bff694d3b7b3c371ba89ca
parent8f3117ebafa3067dfe120bd8010541236c595ff8
audiohook.c: Fix MixMonitor crash when using the r() or t() options.

The built frame format in audiohook_read_frame_both() is now set to a
signed linear format before the rx and tx frames are duplicated instead of
only for the mixed audio frame duplication.

ASTERISK-25322 #close
Reported by Sean Pimental

Change-Id: I86f85b5c48c49e4e2d3b770797b9d484250a1538
main/audiohook.c