Files
fusionpbx/app/operator_panel
Alexey Melnichuk 8b96881a5d 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
..
2015-08-02 23:42:11 +00:00
2015-08-02 23:42:11 +00:00