Im using an Asterisk 17 dialplan that currently includes:1. many DB gets calls (ie statements like Set(FOO=${DB(Foo/Bar)})2. and a couple of DB puts (ie statements like Set(DB(Foo/Bar)=Foo) or DB_DELETE(Foo/bar))I would like to add an HTTP Provisionn..
Author : Olivier
On a Debian Buster instance, I compiled Asterisk 17.3.0 from source.I enables all 3 File, IMAP and ODBC voicemail modules but Im still using classical File module (in modules;conf and voicemail.conf):cd asterisk-17.3.0… make menuselect.makeopts menuselect/menuselect–ena..
For the very first time, I tried the command bellow on a newly build Debian Buster box on which I successfully built Asterisk 17.2.0 before. I got :# contrib/scripts/install_prereq install-unpackaged*** Installing NBS (Network Broadcast Sound) ***Anbs-trunk/LICENSEAnbs-trunk/nbsclien..
As mentioned in [1], a common pattern is to let everyone monitor everyone except oneself.How do implement this ?Is there something like this:[alice_list]list_item = full_list list_exclude_item = alice[bob_list]list_item = full_list list_exclude_i..
My Asterisk 16.2 instance (Debian Buster package) has:same = n,Verbose(0,CHANNEL is ${CHANNEL})same = n,Verbose(0,CHANNEL(accountcode) is ${CHANNEL(accountcode)})same = n,Verbose(0,CHANNEL(contact) is ${CHANNEL(contact)})same = n,Verbose(0,CHANNEL(endpoi..
From Astricon 2019 notes [1], you can read [a]ll 3 app_voicemail variants can now be built. What does it mean ?Is this change tied with a specific Asterisk version ?Is possible to change from ODBC to IMAP without re-compilation ?Is it also possible..
Reading [1], I would be happy to discuss here, the changes bellow.1. In Create certificate section, instead of ls -w 1/etc/asterisk/keys, could a ls -l /etc/asterisk/keys be used ?This would help to check file permissions. If possible, having those f..
On a newly re-installed Asterisk 16.7.0 on Debian Buster, I cant find a way to enable HTTPS. Asterisk is running as asterisk:asterisk:asterisk 110970.36.7 741352 67984 ?Ssl17:53 0:06/usr/sbin/asterisk -g -f -p -U asterisk# cat /etc/asterisk/http.conf[general]servername=Aster..
In /etc/asterisk/users.conf, you can set hassip=yes to declare a chansip entity. Is there any equivalent for PJSIP ?Be..
Im thinking about using a single (long) integer value as a compact way to store user privileges.Do bitwise operations as in [1], exist in Asterisks dialplan ?Any workaround ?[1] https://wiki.python.org/moin/BitwiseOperatorsBe..