Running Asterisk 16.17.0We have an interesting scenario where we see Asterisk CPU usage spike to the point the entire system is maxed out.There is a specific scenario where we have two ConfBridges and they are connected via a local channel.Everyth..
Author : dcropp
One of my co-workers just migrated from a Samsung phone to a Pixel 5 phone. An app on the phone dials into our asterisk. He has the same app installed on both and can move the SIM card between them.Call is answered and a prompt plays to collect digi..
Im attempting to run a test of the ARI recording of audio from the channel.When I send the record command, its 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..
Im 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 numberI can pass the Name and Number if the name has no spaces in it and it shows up in my PhonerLite application.c..
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:78..
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, ..
I have an endpoint with multiple phones registered as aor contacts.When I attempt to originate a call it will only ring one of the phones.Is it possible to ring multiple phones as a single endpoint.First phone to answer wins the call and all others terminated?Aga..
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?Have a gre..
I have the following configuration…[aor3]type = aor max_contacts = 1remove_existing = yes[auth3]type = auth username = 1004password = SuperSecretProbation[1004]type = endpoint context = IStransport = transport1auth = auth3aors = aor3accountcode = 3dtmf_m..
I have a customer who named their endpoint to include a space (example, 1003 a)From the CLI, I want to hangup a channel on this endpointFrom core show channels concise, I see the channel name includes the space PJSIP/1003 a-00000002I realize the sp..