On a Debian Stretch box with packaged asterisk (asterisk 13.14.1), which tool can I use to generate TLS certificates ?Doc on [1] mentions an ast_tls_cert script (from contrib/script) which is not installed by Debian package. Is there some equival..
Author : Olivier
On a fresh Debian Stretch setup, I have:$ cat /etc/apt/sources.list.d//dbgsym.list deb http://debug.mirrors.debian.org/debian-debug/ stretch-debug main# apt-get update…# apt-get install asterisk gdb # apt-get -s install asterisk-dbgsym… asterisk-dbg..
When compiling Asterisk from source, the classical ./configure, make and make install commands are issued.If a vulnerabilty is found within Asterisk code, then Asterisk source code is patched and depending on what files were touched parts or all of ab..
2017-12-07 15:50 GMT+01:00 George Joseph :Thank you very much guys, for your replies !Now, I cant wait our next Segfault to hap..
Im having a look at section 13.1 from SIP Connect v2 doc (see [1]). It refers to RFC6442 which gives the following example (sorry for its length):INVITE sips:bob@biloxi.example.com SIP/2.0 Via: SIPS/2.0/TLS pc33.atlanta.example.com;branch=z9hG4bK74..
I carefully read [1] which details how backtrace files can be produced.Maybe this seems natural to some, but how can I go one step futher, and check that produced XXX-thread1.txt, XXX-brief.txt, … files are OK ?In other words, where can I find an exam..
Im trying to supervise an existing Voicemail box with a BLF button on Debians asterisk 13.14.1 system.I mostly found this [1] document. I added in a context a line like:exten = *7000,hint,MWI:31@defaultWith core show hints, I can read this:*7000@su..
Ive seen that Asterisk stores in ASTDB entries like:/SIP/Registry/spa3102 : 192.168.64.207:5060:3600:7013:sip:spa3102@192.168.64.207:50601. My understanding is that any peer that sent to Asterisk a REGISTERmessage has such entry set. So having th..
When a call is starting, Asterisk starts sending and receiving RTP packets. Each packet has a sequence number.1. Instead of logging everything as rtp set debug is currently doing, is there a way to only log:- the sequence number of the first recei..
To troubleshoot Voice Quality issues and automate testing, Im planning to use Asterisk as a softphone alternative (with better scripting capabilities) on a Linux 4.10-enabled Ubuntu laptop. This laptop has two audio jacks with a compatible headset..