im trying configure $subjhttps://wiki.asterisk.org/wiki/display/AST/Asterisk+Security+Event+Loggerbut there is a ton of informational messages[Sep 30 14:40:16] SECURITY[18311] res_security_log.c: SecurityEvent=SuccessfulAuth,EventTV=2016-09-30T14:40:16.833+0200,Severity=Informational,Service=PJSIP,EventVersion=1,AccountID=webrtc,SessionID=e74a4f71-4f0a-14ee-6373-a53d0540dd12,LocalAddress=IPV4/WSS/1.1.1.1/39512,RemoteAddress=IPV4/WSS/1.1.1.1/39512,UsingPassword=..
Author : Marek Červenka
i want switch my application server(dynamic routing) in node.js from fastAGI to CURL because of- easier development of REST API server- testing and debuging- AGI is not known in the web dev worldwhat do you think about curl from performance view? (10c..
is it possible move asterisk http server behind haproxy (haproxy as SSL endpoint, asterisk http only)any examples?my current http.conf[general]enabled=yes bindaddr=0.0.0.0tlsenable=yes tlsbindaddr=0.0.0.0:8089tlscertfile=/etc/pki/tls/certs/some.crt tlsprivatekey=/etc/pki/tls/private/some…
im trying replace CDR with CELreasons:- minimize Stasis listeners (CDR)- CEL, CDR produces similar data- own logic of CDR meaning like calldate,src,dst,direction,.. dst is always first connected point in PBX – real user or IVR/queue etc., numbers ..