提交 08e95e6e authored 作者: Brian West's avatar Brian West

fix 7960/40 reboot

上级 7018a15b
......@@ -588,6 +588,8 @@ void sofia_reg_send_reboot(sofia_profile_t *profile, const char *callid, const c
event = "reboot_now";
} else if (switch_stristr("spa", user_agent)) {
event = "reboot";
} else if (switch_stristr("Cisco-CP7960G", user_agent) || switch_stristr("Cisco-CP7940G", user_agent)) {
event = "check-sync";
} else if (switch_stristr("cisco", user_agent)) {
event = "service-control";
contenttype = "text/plain";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论