mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Update destinations.php
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
switch ($_GET['type']) {
|
||||
case 'inbound': $destination_type = 'inbound'; break;
|
||||
case 'outbound': $destination_type = 'outbound'; break;
|
||||
case 'local': $destination_type = 'local'; break;
|
||||
//case 'local': $destination_type = 'local'; break;
|
||||
default: $destination_type = 'inbound';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user