Category : Asterisk Users
I have a customer who just encountered a crash while running Asterisk 18.17.1 version.Im trying to adapt to the changes so not sure where best to look or how to possibly report this.I started by going through https://github.com/asterisk/asterisk/compare/18.17.1…18.1..
Im looking at an old app I wrote that upon AMI login would subscribe to events as follows: Action: LoginActionID: myidUsername: myunSecret: mypwEvents: call, system, security I noticed this old code isnt working, and I *think* that the events parame..
Does anyone know if Chanspy can be used with local channels? Since agents on queues need to use local channels like Local/XXXX@from-queue/n to make sure that all of their registered extensions ring we are now having a problem trying to use Chan..
We have a couple of parallel ring settings (and this has worked well for eons). Either in the form of same => n,Dial(SIP/1001 & SIP/1002 & SIP/1003 …..) Or via a subroutine (below) that has a bit of extra logic: FOO = 1010 & 1019 & 1017 & 1033 ..
anybody using AEAP in production? https://www.asterisk.org/asterisk-external-application-protocol-speech-to-text-engine/ im trying, but i have problems with opus (no response from google) another problem is i need alaw and it looks like only ulaw..
I have a hosted server. I have TWO different locations what have phones. Chicago and Indiana If I send audio direct from server to Chicago I hear it – same with indiana. But if indiana calls chicago – NO AUDIO.I see this in theCLI– Channel SIP/63009-00000..
I have a cloud server… I have a phone in Chicago I have a phone in Indiana. Both are registered to the cloud server – using chan_sip and Asterisk18.18.0I can send a pre-recorded message to Chicago it auto answers and hear audio. I can do the same..
This is asterisk 16.30.1, after 1 hours, with 17 contacts, yet we need to kill it every two hours because it stops processing calls. rasterisk -x core show channels count 43 active channels29 active calls7260 calls processed time rasterisk -x mem..
Is there an AMI command/action which reports back the username used to authenticate (to the AMI), and the permissions in effect for ..
I am switching many of my scripts to python and I found pyst2 in my search for an Asterisk library. While it seems to work well for AGI acripts it seems very broken when using it for AMI. Can anyone recommend a good and currently suppor..