[asterisk-users] problem with logger

2019-11-15 Thread Fourhundred Thecat
Hello, 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-0013] pbx.c: NOTICE[3042] chan_sip.c:

[asterisk-users] What is Debian Buster's asterisk equivalent of Digium's contrib/scripts/ast_tls_cert ?

2019-11-15 Thread Olivier
Hello, With Debian Buster's asterisk package, what can you use instead of Digium's 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-rsa package but I wouldn't mind

Re: [asterisk-users] pre-dial handler, how to access variables from calling channel?

2019-11-15 Thread Tony Mountifield
In article <20191115150532.53eb1...@go.imp.ch>, Benoit Panizzon wrote: > Hi List > > 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)}) >

[asterisk-users] pre-dial handler, how to access variables from calling channel?

2019-11-15 Thread Benoit Panizzon
Hi List 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)}) same =>