In the past when I wanted to back port a patch I would go on to the issue tracker and find a link to the patches that were uploaded ( I think through gerrit?). I am trying to see what changes were done for https://issues-archive.asterisk.org/ASTERISK-261..
Author : Dovid Bender
We recently had a customer that set up Asterisk with port 5038 open to the world with standard configs for the AMI (by that I mean they copied and pasted configs that they saw online). Digging around a bit it seems the attacker used the AMI action pj..
I am trying to use SAY_DTMF_INTERRUPT with Asterisk 20.0.1. I see that Iasked about it here https://www.spinics.net/lists/asterisk/msg174142.html and Sean was nice enough to create a patch. I am trying it on 20.0.1 by doing in the dial plan:CHANNEL(SAY_DTMF_INTERRUPT)..
,When using a SIP proxy to load balance calls how do you make it that a call on an attended transfer reaches the same Asterisk box every time? I was told that in later versions of Asterisk there is some magic to make it work correctly when load balancing..
Does anyone have any guides, documents on best practice for bridgingmultiple Asterisk boxes together so no matter what box a person lands on, they can be on the same call? I assume the easiest would be to have one box dial out to all other boxes ..
Does anyone have any tips on how to allow bookmarking of where a caller is holding using ControlPlayBack? I was trying to use ApplicaitonMap to call an AGI while using ControlPlayBack but that did not work (as per the docs some functions/features/applicati..
When using GET DATA in an AGI it seems that the # key ends the input. So if say I want the user to input 123#456 the system will return 123. I did not see this in the documentation. Is this a bug, lack of documentation or do Ihave a bug in my AGI..
In case anyone else has this issue, the problems was that Asterisk had no permission to /var/cache/asterisk. As soon as I fixed the permissions there ..
I tried that, it did not work. I assume I will need to make my own function to pl..
I am trying to play a sound file from AWS S3. The URL is something like this http://examp..