fix 7960/40 reboot

This commit is contained in:
Brian West 2012-09-19 14:44:42 -05:00
parent 7018a15bf1
commit 08e95e6ee1
1 changed files with 2 additions and 0 deletions

View File

@ -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";