When UNREGISTER is press don't reboot

There is also a REBOOT button
This commit is contained in:
FusionPBX
2026-02-12 17:41:28 -07:00
committed by GitHub
parent 8aa8d5caff
commit 267d7f9a96

View File

@@ -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':