When UNREGISTER is press don't reboot
There is also a REBOOT button
This commit is contained in:
@@ -407,7 +407,7 @@ class registrations {
|
|||||||
if (!empty($profile) && $user) {
|
if (!empty($profile) && $user) {
|
||||||
switch ($action) {
|
switch ($action) {
|
||||||
case 'unregister':
|
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'];
|
$response_message = $text['message-registrations_unregistered'];
|
||||||
break;
|
break;
|
||||||
case 'provision':
|
case 'provision':
|
||||||
|
|||||||
Reference in New Issue
Block a user