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.
如何通过 MI_commands 在 Opensips 中获取服务器日期和时间,以及如何计算 Opensips 中的通话时间?
$message= ":dlg_list_ctx:\n\n"
谢谢
在脚本级别,您可以使用$Ts(Unix 时间戳)打印当前时间。
可以通过以下方式获取有关当前服务器时间的其他信息:
opensipsctl fifo uptime
据我所知,您正在尝试编写一个脚本来监视所有通话的持续时间。为此,您可以使用timestart::字段opensipsctl fifo dlg_list_ctx并计算出该调用的持续时间。
opensipsctl fifo dlg_list_ctx