1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-20 02:04:54 +00:00

fix 7960/40 reboot

This commit is contained in:
Brian West 2012-09-19 14:44:42 -05:00
parent 7018a15bf1
commit 08e95e6ee1

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