<div style="font: normal 13px Arial; color:rgb(0, 0, 0);">Hi,<br>my application should:<br><br>* control member status (Online, Offline, Talking, Ringing, Away etc.)<br>* Send a notification to the member when incoming call arrives<br>* Answer, Hang up, Park, Transfer, Start Conference call<br>* Record Call<br>* Read DTMF to verify security OTP sent through SMS by my WebApp  <br>* Start an Outbound Call<br><br>All of this operation were handled by queue with fewestcalls strategy.<br><br>Can you explain me how to implement my own queue?<br><br>I'm a Newbie in Asterisk Development<br><br>Thanks a lot<br><br>Best Regards<br><br>Salvatore <br> <br> <br><div><hr></div><br>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">Da</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;">: asterisk-dev-bounces@lists.digium.com</span></div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">A</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;">: asterisk-dev@lists.digium.com</span></div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">Cc</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;">: </span></div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">Data</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;">: Mon, 21 Nov 2016 10:48:36 -0400</span></div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">Oggetto</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;">: Re: [asterisk-dev] Put Queue in Stasis Application</span></div>
<br>
<div>On Mon, Nov 21, 2016, at 10:42 AM, Salvatore Franco wrote:</div><div>> Hi,</div><div>> I'm trying to implement a web application that can handle inbound calls</div><div>> from my queue with 3 members.</div><div>> If I use Zoiper (or similar SIP Clients) it's fine but if I try to answer</div><div>> using ARI REST channels/{channelId}/answer the response is always:</div><div>> </div><div>> Channel is not in Stasis Application.</div><div>> </div><div>> Otherwise, if I change my dialplan to put the incoming channel in Stasis</div><div>> before to append to queue, the phone never rings.</div><div>> </div><div>> Any suggestions?</div><div> </div><div>ARI does not allow you to interact with or control the app_queue</div><div>application. It allows you to write your own replacement for app_queue.</div><div>ARI provides the primitives required to do so.</div><div> </div><div>What were you looking to do from ARI?</div><div> </div><div>-- </div><div>Joshua Colp</div><div>Digium, Inc. | Senior Software Developer</div><div>445 Jan Davis Drive NW - Huntsville, AL 35806 - US</div><div>Check us out at: www.digium.com & www.asterisk.org</div><div> </div><div>-- </div><div>_____________________________________________________________________</div><div>-- Bandwidth and Colocation Provided by http://www.api-digital.com --</div><div> </div><div>asterisk-dev mailing list</div><div>To UNSUBSCRIBE or update options visit:</div><div>   http://lists.digium.com/mailman/listinfo/asterisk-dev</div></div>