fusionpbx/app/operator_panel
Alexey Melnichuk d22254bac7 Fix. Use operator panel with short extension.
Problem because if you have say 15 ext. and one of ext has say number `14`
and extension `14` has index 15 in array.
And php returns
```PHP
$a = array('14' => 'string', 14 => 'number');
print($a['14']); // number
``
2016-03-09 16:24:20 +03:00
..
resources Fix. Use operator panel with short extension. 2016-03-09 16:24:20 +03:00
app_config.php Operator Panel: Add permission to control visibility of "(Available) On Demand" button. 2015-01-15 18:55:24 +00:00
app_languages.php Add latest translations 2015-08-02 23:42:11 +00:00
app_menu.php Add latest translations 2015-08-02 23:42:11 +00:00
autocomplete.php Operator Panel: Optimizations, bug fixes, better auto-complete searching. 2015-04-08 08:54:10 +00:00
exec.php Fix permissions on the operator panel. 2014-12-03 12:35:52 +00:00
index.php fix for when the element is not in the document yet 2016-01-22 11:51:58 +00:00
index_inc.php Fix. Do not cast dialed number to int in `Operator Panel` app. 2015-12-28 15:48:18 +03:00
root.php Rename .project.ROOT to project_root.php this conforms better with current file naming standards. 2016-02-22 14:01:18 -07:00