sending spa8000 check-sync seems to work better

This commit is contained in:
Raymond Chandler 2013-01-31 17:58:27 -05:00
parent f8cbbb032c
commit 6e92156fb0

View File

@ -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)) { if (switch_stristr("snom", user_agent) || switch_stristr("yealink", user_agent)) {
event = "check-sync;reboot=true"; event = "check-sync;reboot=true";
} else if (switch_stristr("Linksys/SPA8000", user_agent)) {
event = "check-sync";
} else if (switch_stristr("linksys", user_agent)) { } else if (switch_stristr("linksys", user_agent)) {
event = "reboot_now"; event = "reboot_now";
} else if (switch_stristr("spa", user_agent)) { } else if (switch_stristr("spa", user_agent)) {