From cf8d26bef3ee0f7218fe7f039816241a77714205 Mon Sep 17 00:00:00 2001 From: Marc Olivier Chouinard Date: Tue, 24 Nov 2009 16:26:04 +0000 Subject: [PATCH] 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 --- src/mod/endpoints/mod_sofia/sofia_reg.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mod/endpoints/mod_sofia/sofia_reg.c b/src/mod/endpoints/mod_sofia/sofia_reg.c index e2935d88a7..f68befee34 100644 --- a/src/mod/endpoints/mod_sofia/sofia_reg.c +++ b/src/mod/endpoints/mod_sofia/sofia_reg.c @@ -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);