mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
fix 7960/40 reboot
This commit is contained in:
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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user