diff --git a/app/registrations/resources/classes/registrations.php b/app/registrations/resources/classes/registrations.php index 66e1ea180b..a2e9126b08 100644 --- a/app/registrations/resources/classes/registrations.php +++ b/app/registrations/resources/classes/registrations.php @@ -407,7 +407,7 @@ class registrations { if (!empty($profile) && $user) { switch ($action) { case 'unregister': - $command = "sofia profile " . $profile . " flush_inbound_reg " . $user . " reboot"; + $command = "sofia profile " . $profile . " flush_inbound_reg " . $user; $response_message = $text['message-registrations_unregistered']; break; case 'provision':