Commit Graph

11 Commits

Author SHA1 Message Date
FusionPBX d6401dc1c5 Update get_call_activity.php 2017-02-13 12:55:11 -07:00
markjcrane f1f16a243f Check all arrays are set for the operator panel before using foreach. 2016-04-28 21:40:40 -06:00
Harry G. Coin 91a92d8e5e \r\n --> \n
Cause all the .php files containing lines ending with \r\n to instead end with \n.

DYI with:

find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
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
Alexey Melnichuk 7c18a6585d Fix. Eavesdrop by operator_panel with extension with number-aliases 2015-08-17 16:46:53 +04:00
Alexey Melnichuk a4b609c746 Fix. Operator panel with extension with number alias. 2015-08-14 15:10:21 +04:00
Nate Jones 6f2cde7523 Operator Panel: Fix to show Status of User assigned to an Extension. 2015-04-15 23:19:50 +00:00
Nate Jones 1747103a66 Operator Panel: Adjustments to correctly display the user status of the extensions assigned to the current user. 2015-04-07 17:03:39 +00:00
luis daniel lucio quiroz 175fcf7624 use standard PHP tags 2014-12-21 07:15:59 +00:00
Nate Jones 81acdcea05 Operator Panel: Extension icon now indicates Status (Available, On Break, etc). 2014-12-08 19:43:21 +00:00
Nate Jones f64b010c28 Operator Panel: Drag n' drop call transfer and origination, extension monitoring, etc. 2014-12-03 11:05:13 +00:00