With Debian Busters Asterisk 16.2.1, please consider the following dialplan;Case A;exten = 29,1,Dial(PJSIP/${EXTEN});Case B;exten = 29,1,Gosub(foo,${EXTEN},1);Case Cexten = 29,1,Gosub(bar,s,1(${EXTEN}))[foo]exten = _X.,1,Dial(PJSIP/${EXTEN})same = n,Return()[bar]ex..
Author : Olivier
What is the most FHS-esque (see [1])way to run several Asterisk instances on a single (Debian) host ?What would you recommend ?Would gather each instance directories (etc/, run/, lib/, …)in something like /srv/instance1/(it doesnt please me as I l..
How would you test how a PJSIP-powered Asterisk 13 instance resist to hostile REGISTRATION attempts ?Would you use SIPp ? Any example scenario ?Would you go with an alternative tool ? Which one would you pick ?Be..
The other day, a 13.14.1 server suddenly stopped working correctly. First, it printed:Oct 23 21:53:40 FOOBAR asterisk[2377]: WARNING[27942]: db.c:332 in ast_db_put: Couldnt execute statment: SQL logic error or missing databaseThis occurred while t..
Where can I find doc about PJSIPs ice_support parameter ?Do you need to configure things elsewhere in Asterisk config files(rtp.conf, PJSIP transport sections, …) to make ICE work properly ?Im asking because, if Im not mistaken, STUN requires sett..
Is it possible to set different features.conf dialing sequences (atxfer, pickup, …) for different users ?For instance, what if I want Alice to dial *8 to pickup a call and Bob to dial ** to pickup calls ?I can see that features.conf includes applicat..
In project, a customer has two WAN access. More precisely:Internet ——– Router1 ——- FortiGate Firewall Router—— —- Asterisk|| ————- — Router2 ———-..
1. Im looking for an (anomized) example of a Jitsi Desktop provisioning file compliant with Asterisk?Jitsi Doc mentions it should adhere to Java properties file syntax (see[1]) but a working example would help.If this example file included the follow..
Ive seen that Asterisk 17 supports Prometheus but beside [1], Ive not much about how to use this.Can someone shed some light on this ?1. If Im not mistaken, Prometheus favors a pull model over HTTP. So basically, a Prometheus instance should be a..
What is the recommended way to build a language selection menu like For english, press 1, Pour le français, tapez 2, … ?Is possible to rely on CORE-SOUNDS-EN, CORE-SOUNDS-IT, … to find needed audio files ?Be..