提交 6e92156f authored 作者: Raymond Chandler's avatar Raymond Chandler

sending spa8000 check-sync seems to work better

上级 f8cbbb03
......@@ -601,6 +601,8 @@ void sofia_reg_send_reboot(sofia_profile_t *profile, const char *callid, const c
if (switch_stristr("snom", user_agent) || switch_stristr("yealink", user_agent)) {
event = "check-sync;reboot=true";
} else if (switch_stristr("Linksys/SPA8000", user_agent)) {
event = "check-sync";
} else if (switch_stristr("linksys", user_agent)) {
event = "reboot_now";
} else if (switch_stristr("spa", user_agent)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论