]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
sending spa8000 check-sync seems to work better
authorRaymond Chandler <intralanman@gmail.com>
Thu, 31 Jan 2013 22:58:27 +0000 (17:58 -0500)
committerRaymond Chandler <intralanman@gmail.com>
Thu, 31 Jan 2013 22:58:27 +0000 (17:58 -0500)
src/mod/endpoints/mod_sofia/sofia_reg.c

index 92e4dd95eb61b657dc1c5fe135d6f77f05d2f863..a7a72949c718a8349d733397aaf9d40e051d9139 100644 (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)) {
                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)) {