]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ARI POST DTMF: Make not compete with channel's media thread.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 13 Jun 2018 21:41:43 +0000 (16:41 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 19 Jun 2018 20:02:52 +0000 (15:02 -0500)
commitda54605b8a353bb441d7a3e756510344d90fd01b
tree3db4d87f4f6ff43a63b2086fffa7f301e8379b81
parent7d874c1af78a74efa226bab9501d5ba63a907ab7
ARI POST DTMF: Make not compete with channel's media thread.

There can be one and only one thread handling a channel's media at a time.
Otherwise, we don't know which thread is going to handle the media frames.

ASTERISK-27625

Change-Id: I4d6a2fe7386ea447ee199003bf8ad681cb30454e
include/asterisk/app.h
main/app.c
res/stasis/control.c