From 6e92156fb01af884fe2f7eb5b94ebe0130d167ed Mon Sep 17 00:00:00 2001 From: Raymond Chandler Date: Thu, 31 Jan 2013 17:58:27 -0500 Subject: [PATCH] sending spa8000 check-sync seems to work better --- src/mod/endpoints/mod_sofia/sofia_reg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mod/endpoints/mod_sofia/sofia_reg.c b/src/mod/endpoints/mod_sofia/sofia_reg.c index 92e4dd95eb..a7a72949c7 100644 --- a/src/mod/endpoints/mod_sofia/sofia_reg.c +++ b/src/mod/endpoints/mod_sofia/sofia_reg.c @@ -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)) {