similar to: ARI echo test

Displaying 20 results from an estimated 5000 matches similar to: "ARI echo test"

2015 May 22
2
ARI echo test
Nick- Are you wanting to recreate the dialplan Echo() application in stasis? Why not just send the call to Echo() instead of Stasis()? On Fri, May 22, 2015 at 11:25 AM, Matthew Jordan <mjordan at digium.com> wrote: > On Fri, May 22, 2015 at 4:41 AM, Nick Awesome <jleed at me.com> wrote: > > Can anyone tell me how can I create echo test using ARI stasis > application?
2015 May 25
1
ARI echo test
I'm pretty sure there isn't a way to do that currently. ?My best guess would be that a new special type of bridge technology could be created that would implement the per-channel echo (no audio bridged between channels in the bridge). That would require new C code in Asterisk for the bridge, and then the usual methods of moving channels in to bridges with ARI could be used.? On Sat, May
2016 Nov 23
2
Subscribe to events via ARI from node.js without sending to Stasis
Hi, I'm writing a node.js backend to pass events via a websocket to a CRM. Basically what I want to do is notice when things happen (i.e. new channel, new bridge etc) without sending the channels to the Stasis app. The channels I'm interested in are agents who are in a queue only because they are in a realtime MySQL database for the queue_member_table. There doesn't appear to be a
2015 May 23
0
ARI echo test
recreate Echo, if that is possible. trying to recode all dialplan to stasis application > On 22 May 2015, at 19:29, Scott Griepentrog <sgriepentrog at digium.com> wrote: > > Nick- > > Are you wanting to recreate the dialplan Echo() application in stasis? > > Why not just send the call to Echo() instead of Stasis()? > > On Fri, May 22, 2015 at 11:25 AM, Matthew
2013 Sep 12
1
How to get call progress events from WebSocket connected to Asterisk 12 ARI events API
Hello, I am experimenting with Asterisk 12.0.0 alpha1. I have a couple of SIP phones working. Good. I can retrieve data using curl to interact with the new Asterisk REST API (ARI). Good. Now I want to use the new ARI events API, which requires a WebSocket connection. I am using Node.js for the client, and have a stable connection to ARI events on the Asterisk 12 server. What I hope for is
2019 Apr 02
5
[asterisk-app-dev] ARI application execution feature survey
Hi Asterisk users, I'm one of Asterisk ARI users, and trying to designing the new ARI for application execution in Stasis(). This will be made possible for executing the applications in the Stasis() application. But, before going further, I would like to know which application needs to be considered. Because this feature will introduce new Stasis behavior, I would like to test the
2015 Dec 15
2
ARI bridges
Le 2015-12-15 15:25, Joshua Colp a ?crit : > Sylvain Boily wrote: >> Hello, > > Just a note - there's an asterisk-app-dev mailing list[1] which is > better suited for these kind of posts. Ok > >> I did some tests because i'm interesting to transfer a non stasis bridge >> to a stasis bridge and i found a strange situation. > > You can't, you have
2015 Dec 15
2
ARI bridges
Hello, I did some tests because i'm interesting to transfer a non stasis bridge to a stasis bridge and i found a strange situation. A call B B answer You have a bridge On my asterisk CLI: xivo*CLI> bridge show b1d8fb21-ec6d-469a-9dde-bb6bfd5618cc Id: b1d8fb21-ec6d-469a-9dde-bb6bfd5618cc Type: basic Technology: simple_bridge Num-Channels: 2 Channel: SIP/tcu9tz-00000032 Channel:
2019 Apr 02
2
[asterisk-app-dev] ARI application execution feature survey
On Tue, Apr 2, 2019 at 4:18 PM Joshua C. Colp <jcolp at digium.com> wrote: > On Tue, Apr 2, 2019, at 8:15 PM, BJ Weschke wrote: > > I get the desired use case to run app_amd from within a Stasis > > application, but I’m not sure about app_queue. You have everything at > > your disposal within ARI itself to replicate all of the functionality > > of app_queue and
2017 Jun 29
2
asterisk ari dialer
hi, do you have someone example of http://blogs.asterisk.org/2016/08/24/asterisk-14-ari-create-bridge-dial/ in node.js asterisk-ari ? thanks Marek
2015 May 22
0
ARI echo test
On Fri, May 22, 2015 at 4:41 AM, Nick Awesome <jleed at me.com> wrote: > Can anyone tell me how can I create echo test using ARI stasis application? > I'm not sure an 'echo' test really makes much sense with ARI, but we do have some nice documentation on getting started with ARI on the wiki. The basic tutorial example should give you an ARI event over a WebSocket
2023 Jun 26
2
Get channel variables via ARI/AMI
On Mon, Jun 26, 2023 at 10:57 AM TTT <lists at telium.io> wrote: > I am connecting to the ARI with subscribe all, so I can see channels being > created. I now want to extract a variety of header variables (at the > moment the from and to tag). I tried to read them from the ARI but > Asterisk refuses since the channel is not in a stasis app. > > > > Is there a way
2020 Aug 06
2
Is it possible to use Stasis to control both legs of a Local channel created using ARI?
I understand how to control the first local channel, but an having trouble getting the second local channel to enter stasis. I setup have the following extensions.conf to handle 1000 (basically had it setup so if first stasis not there try second, but believe second channel never processes the dial plan so even if second line was hello-world2 it would not matter. [mycontext] exten =>
2023 Jun 26
2
Get channel variables via ARI/AMI
On 6/26/23 9:00 AM, Joshua C. Colp wrote: > On Mon, Jun 26, 2023 at 10:57 AM TTT <lists at telium.io> wrote: > > I am connecting to the ARI with subscribe all, so I can see > channels being created. I now want to extract a variety of header > variables (at the moment the from and to tag).  I tried to read > them from the ARI but Asterisk refuses since the
2023 Jun 07
1
Listen to ARI events
On Wed, Jun 7, 2023 at 12:04 PM TTT <lists at telium.io> wrote: > Ok that worked. > > > > Since I have not declared a statis app called “test”, does that mean any > non-existent app name on the URL will subscribe to all system events? (Or > is test a built-in app name) > Applications are not declared or configured anywhere. The act of connecting a websocket with an
2023 Jun 17
1
Get SIP Call-ID from ARI
On Sat, Jun 17, 2023 at 2:55 PM TTT <lists at telium.io> wrote: > Based on postings it should be possible to get the SIP Call-ID header > value from the ARI. At what point is this value available ? As well, how > do I retrieve that value – something like > > > > GET /channels/{channelId}/pjsip_header?key=Call-Id > > > > But that doesn’t work. >
2023 Jun 26
1
Get channel variables via ARI/AMI
I am connecting to the ARI with subscribe all, so I can see channels being created. I now want to extract a variety of header variables (at the moment the from and to tag). I tried to read them from the ARI but Asterisk refuses since the channel is not in a stasis app. Is there a way to read these from either the ARI or AMI ? I'm trying not to modify the dialplan. Thanks Brian
2023 Jun 26
1
Get channel variables via ARI/AMI
On 6/26/23 5:19 PM, Jeff LaCoursiere wrote: > On 6/26/23 9:00 AM, Joshua C. Colp wrote: >> On Mon, Jun 26, 2023 at 10:57 AM TTT <lists at telium.io> wrote: >> >> I am connecting to the ARI with subscribe all, so I can see >> channels being created.  I now want to extract a variety of >> header variables (at the moment the from and to tag).  I
2023 Jun 06
1
Listen to ARI events
I have the ARI enabled on my Asterisk test box, and want to listen to all events. I can't find the syntax to do that. Can I only listen to events related to a stasis app? I was hoping that a simple wscat command like this would show me all events: wscat -c "ws://localhost:8088/ari/events?api_key=asterisk:asterisk " I know how to do it form the AMI.looking for
2023 Jun 07
1
Listen to ARI events
I tried the command below (with subscribeAll=yes). I made a couple of calls but didn’t see any events. Should I see events? From: asterisk-users [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Joshua C. Colp Sent: Tuesday, June 6, 2023 6:31 PM To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: Re: [asterisk-users]