<div dir="ltr">Hello. We trying to develom app like queue with ARI.<br><br>After call to extension we start Stasis from dialplan and call our app. <br><br>Our app must create bridge with existing one channel (that calls Stasis from dialplan. ChannelId we send over statis parameters like:<br>
<br>exten=>_X.,n,Stasis(CustomQueue,${CHANNEL},${EXTEN})<br><br>So after calling CustonQueue we successfully creates bridge, and must send new channel (called party) to bridge<br><br>We Used POST /channels to do this but we have a problem with Endpoint parameter. We do not need Call to Endpoint. We just need to call some extension (or device) from some context that creates new channel that will join to our already existing bridge.<br>
<br>So as I know at develop state of RESTFull interface at ARI was application like channels/{channelid}/Dial that was removes:<br><br><a href="http://lists.digium.com/pipermail/asterisk-app-dev/2013-October/000002.html">http://lists.digium.com/pipermail/asterisk-app-dev/2013-October/000002.html</a><br>
<br>So can we use something else do Generate single channel without calling EndPoints?<br><br><br></div>