fusionpbx/app/operator_panel/resources
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
..
functions Fix. Use operator panel with short extension. 2016-03-09 16:24:20 +03:00
images Operator Panel: 2015-04-08 01:01:46 +00:00