Archives : October-2018
Im dealing with a blind charity phone information system which writes its logs to two flat csv files (Although the log COULD actually now be written to dynamoDB or sqlite3, too if needed). The first file contains basic call information, one line ..
I think I met a case similar to the one solved by [1] . Quoting this case :* res_pjsip: Handle deferred SDP hold/unhold properly. Some SIP devices indicate hold/unhold using deferred SDP reinvites. In other words, they provide no SDP in the reinvi..
The Asterisk Development Team would like to announce the release of Asterisk 16.0.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asteriskThe release of Asterisk 16.0.0 resolves several issues repor..
Now that systemd is default init system in several Linux distribution, is there a Makefile entry to generate a local systemd asterisk.service file ?Something like make asterisk-service just like make con..
Ive just read this [1] blog entry. Im completely new with statsd.My questions are:1. This [1] mentions both res_chan_stats and res_endpoint_stats. I cant find any res_chan_stats.so or res_endpoint_stats.so file in my debian Stretch asterisk box. W..
On a freshly update Debian Stretch packaged-Asterisk (13.14.1) box, Im reading this:asterisktuto*CLI> module load res_statsd.so Unable to load module res_statsd.so Command module load res_statsd.so failed.[Oct9 12:53:26] WARNING[488]: loader.c:1077 load_resour..
I am running Asterisk 11.17 with DAHDI 2.9.0 and an OpenVox A800P with 8x analog POTS lines coming into my Asterisk server from the phone company. Internally, I have about 180 SIP clients defined in sip.conf. What appears to be happening is that if exist..
David If youve got if fixed that way, great. Just thought Id comment and share the scripts / manner we use this, using CURL, and mention one major gotcha I ran into that took me a few hours to solve related with using CURL in CentOS 7 on Asterisk 1.8.32..
Jonas We have more or less this behaviour with 1.8.32.3 when writing CDRs to ODBC on Percona 5.6 (MySQL drop-in replacement with some optimisations and extra features.) In our case the system does NOT reboot, but Asterisk itself crashes with a segfa..
We tried to use the CURL fn to POST json, but its sent as form data and there seems no support for changing the Content-Type header. We switched to invoking curl in the shell.All the documentation I could find says there is just one parameter for ..