similar to: Can an ARI Bridge support more than 2 channels the way a ConfBridge can?

Displaying 20 results from an estimated 4000 matches similar to: "Can an ARI Bridge support more than 2 channels the way a ConfBridge can?"

2020 Feb 25
0
Can an ARI Bridge support more than 2 channels the way a ConfBridge can?
On Mon, Feb 24, 2020 at 8:07 PM Dan Cropp <dan at amtelco.com> wrote: > We are looking to migrate from AMI to ARI. > > > > We currently rely heavily on ConfBridges for multiple party support. > > Is it possible to add more than 2 channels? > > If so, is there a limit? > > Or a way to configure the limit? > > Yes, you can add more than 2. The bridge
2020 Aug 07
3
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan, as far as PPI and PAI Header, we use the channel Vars in order to do that. In Latest Asterisk you can set Channel vars within the create command in the Body. Just set the PJSIP(add,PAI) as you would do it in Dialplan. https://blogs.asterisk.org/2020/07/22/ari-create-channel-with-variables/ BR Jöran On Fri, Aug 7, 2020 at 7:06 PM Dan Cropp <dan at amtelco.com> wrote: > An
2020 Aug 10
2
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan, i would do something like this (it is not a copy of what we are doing but an example of how i would do it) Important here is the "--data" and "-H" Option as well as the "variables" section within the Body. I added the callerid function here as well as it is the sample in the asterisk wiki. curl -v -H "Content-Type: application/json" -u
2020 Aug 06
2
ARI Stop Playback
Should the ARI DELETE /playback/{playbackId} be able to stop a playback when a number is being played? Here is a test I am running. I am playing multiple portions (sounds and numbers). curl -v -u asterisk:asterisk -X POST http://localhost:8088/ari/channels/1596750578.46/play?media=sound:hello-world,sound:tt-monkeys,number:553,sound:demo-instruct,number:123,number:456,number:789 If I attempt to
2020 Aug 07
2
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
I'm trying to transition from AMI to ARI. Running into a small hiccup when I try to create (originate a call) with the caller id name and number I can pass the Name and Number if the name has no spaces in it and it shows up in my PhonerLite application. curl -v -u asterisk:asterisk -X POST http://asterisk:astersk at localhost:8088/ari/channels/mycallerid.1?endpoint=PJSIP/1003 at
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 =>
2019 Sep 16
2
How does verbosity work?
I'm trying to track down a CPU spike we are seeing in a system. We have tracked down the spike to a single CPU and TID using that CPU. Indications are that it's asterisk running this TID. I'm trying to figure out what asterisk is doing on this thread around that time, but haven't been able to match the tid to anything I'm seeing in asterisk debugging. Is there a good way to
2019 Aug 26
2
Amazon AWS question
On Mon, Aug 26, 2019, at 2:00 PM, Dan Cropp wrote: > Thank you Joshua. > > Out of curiosity, what is the maximum capacity you have heard for > simultaneous ConfBridges in a single box? (Looking at 3-4 channels per > ConfBridge) with recording. I don't really remember any specific values. 100? 200? -- Joshua C. Colp Digium - A Sangoma Company | Senior Software Developer
2019 Mar 13
2
Does anyone know if there is a problem with the Chrome browser and asterisk cmp2k video
Using asterisk 16.1.1. I'm setting up a test using the cmp2k (Cyber Mega Phone 2K Ultimate Dynamic Edition). I have noticed Chrome 72 had some issues with video streams. I just upgraded to Chrome 73 and see they still have some issues. If I have 2 calls in a confbridge with video set to none. I then set the video source to a Chrome browser and the Remote Video shown to both calls from
2019 Oct 22
2
ConfBridge and sound prompts
We have a product that uses Asterisk via AMI. I am relatively certain we used to be able to play prompts by actions like the following to make asterisk play the confbridge-join prompt when a new user joins the confbridge. However, that doesn't seem to work now. Action: SetVar ActionID: C58 Channel: PJSIP/1003-00000003 Variable: CONFBRIDGE(bridge,sound_join) Value: en/confbridge-join Does
2019 Nov 01
2
Is it possible to record 2-4 party call audio in stereo quality as opposed to mono?
We have a customer who wants us to record anywhere from 2-4 participants on a call in stereo (as opposed to mono) quality audio. Some background.. We are using asterisk 16.6.1 We are also currently using AMI/AsyncAGI and ConfBridge to bring the parties together. I believe recording in the various file formats (based on extension), it's always recording in mono quality. My one thought is to
2019 Aug 05
2
ConfBridge audio issues
We have a system where two calls are in a ConfBridge with recording. This is Asterisk 16.3.0 Channel A seems to work perfectly. Wireshark is showing the RTP to/from working fine and having no jitter/lag issues. This call hears everything from channel B. Channel B we have more issues capturing a wireshark trace because their channel can be in the system for hours. When the two calls are in the
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
2019 Aug 21
2
Amazon AWS question
On Wed, Aug 21, 2019, at 1:54 PM, Doug Lytle wrote: > Dan, > > I don't run Asterisk on AWS, but I do on ESXi. Are you running a > version of Asterisk before 13? Newer versions Asterisk handle timing > better that don't require a hardware timing source. > > I'm running Asterisk 13 on a small 60 phone system without issues under ESXi 6.0 Ultimately it still
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
2020 Aug 11
1
ARI record question
I'm attempting to run a test of the ARI recording of audio from the channel. When I send the record command, it's failing. curl -v -u asterisk:asterisk -X POST "http://locahost:8088/ari/channels/mychanntest.1/record?name=mytest&format=WAV&maxDurationSeconds=300&maxSilenceSeconds=3" [08/11 09:14:13.290] WARNING[23806]: ari/resource_channels.c:812
2014 Dec 15
2
PJSIP configuration question
On Mon, Dec 15, 2014 at 3:33 PM, Dan Cropp <dan at amtelco.com> wrote: > > Hi George, > > > > Thank you for looking into this. > > This is behind a nat? > > > Just to be clear...both the pbx and local endpoints are behind the same NAT? > [global] > > type = global > > debug = yes > > > > [transport1] > > type = transport
2014 Dec 15
2
PJSIP configuration question
On Mon, Dec 15, 2014 at 3:54 PM, Dan Cropp <dan at amtelco.com> wrote: > > Yes, everything is behind the same NAT. > > > > For the application I?m working on, the only endpoint is the endpoint to > Vitelity. > > We use AMI to Originate calls from Asterisk endpoint through Vitelity to > phones. > > After that, we control the call through AMI to perform the
2015 Aug 27
2
Is it possible to perform PJSIP Add Header prior to calling Queue and have it part of the INVITE packet?
Thanks Scott. I was able to get the basic concept to run. However, it seems PJSIP INVITE for the Dial also does not support added headers. The Local channel dial plan did have the channel variable values. I added them as SIP headers, then Dial(PJSIP/Agent). The INVITE for the Dial on PJSIP continues to not include the SIP Headers I added. For chan_sip, I have no problem with this. Even the
2014 Dec 15
2
PJSIP configuration question
On Mon, Dec 15, 2014 at 2:08 PM, Dan Cropp <dan at amtelco.com> wrote: > > Today, I tried the same behavior on Asterisk 13.1.0 and Asterisk 12.2.0. > > > > Same problem is happening with both of them. > > > > Could this be caused by PJPROJECT 2.3? > > > > Anyone have any suggestions for what I can try? > > > > My boss is giving me until