fusionpbx/app/operator_panel/resources/functions
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
..
get_call_activity.php Fix. Use operator panel with short extension. 2016-03-09 16:24:20 +03:00