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:
Marc Olivier Chouinard 2009-11-24 16:26:04 +00:00
parent c48ccd9e95
commit cf8d26bef3
1 changed files with 0 additions and 4 deletions

View File

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