Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
kamailio 日志将如何打印?kamailio 作为中间人工作。如何解密日志然后在 kamailio 上打印。kamailio 的日志给出了错误的概念,也用于监控。
您必须在 kamailio.cfg 文件中使用以下语法启用 kamailio 日志:
xlog("L_INFO","INFO: INVITE from main Request from $fu to $ou\n");
您可以通过以下命令找到 kamailio 日志:
tailf /var/log/messages | grep kamailio