Re: [sr-dev] [kamailio/kamailio] Kemi API xlog doesn't support log_facility configuration (#2064)

2019-09-12 Thread adil-mafzool
thanks @miconda Wanted this feature to be logged as when you are moving from native to the kemi system it become easier -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2064#issuec

Re: [sr-dev] [kamailio/kamailio] Kemi API xlog doesn't support log_facility configuration (#2064)

2019-09-10 Thread Daniel-Constantin Mierla
The xlog module is not exported to KEMI, probably it should be addressed to make those functions available to all scripting languages. Right now the basic logging functions are exported from core (e.g., KSR.xinfo() ). For Python, you can try to use the function from their syslog package: * ht

[sr-dev] [kamailio/kamailio] Kemi API xlog doesn't support log_facility configuration (#2064)

2019-09-10 Thread adil-mafzool
### Description ### Troubleshooting kamailio native config: - xlog("LOG_LOCAL2", "L_INFO", "REQUEST: transaction_id=$avp(tid);timestamp=$Ts;method=$rm;source_ip=$si;source_port=$sp;from_user=$fU;from_domain=$fd;to_user=$tU;to_domain=$td;request_user=$oU;request_domain=$od;"); python kemi co