]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_ari: Cannot get control also means channel is unavailable. 04/2504/1
authorRichard Mudgett <rmudgett@digium.com>
Tue, 29 Mar 2016 23:06:24 +0000 (18:06 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 30 Mar 2016 21:31:05 +0000 (16:31 -0500)
commit74d63f56eedf02523b3ddbe9c46efa183df77428
treed9c942d062e6ac53b54a812c59db65b6973aca3a
parente1fdb0a6da0287452837c25b1295baa30b5866ed
res_ari: Cannot get control also means channel is unavailable.

The only caller of ari_bridges_play_found() has this note:

If ari_bridges_play_found fails because the channel is unavailable for
playback, The channel will be removed from the playback list soon.  We can
keep trying to get channels from the list until we either get one that
will work or else there isn't a channel for this bridge anymore, in which
case we'll revert to ari_bridges_play_new.

Change-Id: Ib068141b367ccaa17be0dab4181c98e26c5127d6
res/ari/resource_bridges.c