<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 24, 2014 at 1:19 PM, Murthy Gandikota <span dir="ltr"><<a href="mailto:mgandikota@nts.net" target="_blank">mgandikota@nts.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
In<br>
<a href="https://wiki.asterisk.org/wiki/display/AST/Introduction+to+ARI+and+Chann" target="_blank">https://wiki.asterisk.org/wiki/display/AST/Introduction+to+ARI+and+Chann</a><br>
els<br>
<br>
it is stated:<br>
<br>
channel-dump.js in action<br>
<br>
Here's sample output from channel-dump.js. When it first connects there<br>
are no channels in Asterisk - (sad) - but afterwards a PJSIP channel<br>
from Alice enters into extension 1000. This prints out all the<br>
information about her channels. After hearing silence for a while, she<br>
hangs up - and our script notifies us that her channel has left the<br>
application.<br>
<br>
<end of quote><br>
Is there some way the call can be moved to the next priority or context<br>
in the dial plan from the stasis app? It seems the caller is stuck in<br>
stasis.<br></blockquote><div><br></div><div>Once a channel hangs up it is controlled by hangup handlers and h extens.<br><br></div><div>If however you want to kick an active channel out of your stasis application<br>to run dialplan then you use the<br></div><div>POST /channels/{channelId}/continue<br></div><div>ARI command.<br></div><br></div><div class="gmail_quote">Richard<br><br>[1] <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+12+Channels+REST+API#Asterisk12ChannelsRESTAPI-continueInDialplan">https://wiki.asterisk.org/wiki/display/AST/Asterisk+12+Channels+REST+API#Asterisk12ChannelsRESTAPI-continueInDialplan</a><br></div><br></div></div>