]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ARI: Allow usage of ASYNCGOTO with Stasis()
authorKinsey Moore <kmoore@digium.com>
Wed, 7 Jan 2015 21:25:34 +0000 (21:25 +0000)
committerKinsey Moore <kmoore@digium.com>
Wed, 7 Jan 2015 21:25:34 +0000 (21:25 +0000)
commit8f3c60cee79400684d073c159fb29701e2cb11cb
tree9e0719ddc25587f50aac22b90857909f59ea87e2
parent42b342c6e265680209d74b634bf6e71062ccb682
ARI: Allow usage of ASYNCGOTO with Stasis()

When the AMI Redirect action is used with a channel bridged inside
Stasis() and not running a pbx, the channel is hung up instead of
proceeding to the desired location in dialplan. This change allows
such channels to be Redirected properly by detecting the operation
used by Redirect (ASYNCGOTO) and using the code already established
for functionality of the ARI channel continue operation.

ASTERISK-24591 #close
Review: https://reviewboard.asterisk.org/r/4271/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_stasis.c