mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-13 06:35:00 +00:00
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) {
|
||||
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':
|
||||
|
||||
Reference in New Issue
Block a user