When UNREGISTER is press don't reboot

There is also a REBOOT button
This commit is contained in:
FusionPBX
2026-02-12 17:42:20 -07:00
committed by GitHub
parent 7a632c340b
commit bde85c11e0

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