]> git.ipfire.org Git - thirdparty/asterisk.git/commit
audiohook.c: Fix MixMonitor crash when using the r() or t() options. 90/1090/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:59:33 +0000 (17:59 -0500)
commitfb347a4deddebbe170a54f58300bdeb1c3a11a1c
tree0196d6e58ee6cffd79cfa9fa734e76dfb47f87ec
parenta8207b6c3763b16bf5b133bcf2fdfd266e1a87f6
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