]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_sofia: Revert part of MODSOFIA-41 r15654 that deal with phone reboot. It break...
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Tue, 24 Nov 2009 16:26:04 +0000 (16:26 +0000)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Tue, 24 Nov 2009 16:26:04 +0000 (16:26 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15656 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_reg.c

index e2935d88a7678dc2a4ece699d22ba35e5516fbcb..f68befee348580908fb19f0a1e651f955cec54ab 100644 (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);