mod_sofia: Revert part of MODSOFIA-41 r15654 that deal with phone reboot. It break aastra and polycom reboot
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15656 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c48ccd9e95
commit
cf8d26bef3
|
@ -446,10 +446,6 @@ void sofia_reg_send_reboot(sofia_profile_t *profile, const char *user, const cha
|
|||
event = "check-sync;reboot=true";
|
||||
} else if (switch_stristr("linksys", user_agent)) {
|
||||
event = "reboot_now";
|
||||
} else if (switch_stristr("aastra", user_agent)) {
|
||||
event = "aastra-check-cfg";
|
||||
} else if (switch_stristr("polycom", user_agent)) {
|
||||
event = "polycom-reboot";
|
||||
}
|
||||
|
||||
sofia_glue_send_notify(profile, user, host, event, contenttype, body, contact, network_ip);
|
||||
|
|
Loading…
Reference in New Issue