Archives : November-2019
I am logging directly into file and also to syslog. Here is snippet from my /etc/asterisk/logger.conf: messages => notice,warning,error,verbose syslog.local0 => notice,warning,error,verbose But the logs look different: VERBOSE[7609][C-00000013]pbx..
With Debian Busters asterisk package, what can you use instead of Digiums contrib/scripts/ast_tls_cert ?If that matters, this is for using WebRTC and Cyber Mega Phone 2K (both on the same box) in a private LAN environment.My intent was to use easy-..
Implementing screening and routing I have stumbled over this issue: [pbx-router] exten => s,1,NoOp(ROUTER FROM: ${CALLERID(Number)}TO: ${DESTINATION}) same => n,Set(SOURCE=${CHANNEL(name)}) same => n,Set(PAI=${PJSIP_HEADER(read,P-Asserted-Identity..