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
fb1ace1d07
Operator Panel:
...
- Add transfer active calls to ANY destination using keypad.
- Move inline CSS styles to theme templates.
- Use local jQuery UI CSS file instead of remote.
2015-04-08 01:01:46 +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
Nate Jones
10896c10ac
Operator Panel: Added ability to set Eavesdrop destination (from assigned extensions), pause refresh manually or on mouse hover of control elements for better user experience. Hide eavesdrop function if no extensions assigned to user (addresses Issue 851).
2015-02-17 11:04:56 +00:00
luis daniel lucio quiroz
175fcf7624
use standard PHP tags
2014-12-21 07:15:59 +00:00
Nate Jones
8a8f399b7b
Operator Panel: Added ability to record an extension, and set the current user's status.
2014-12-09 03:38:02 +00:00
Nate Jones
f81c65edc1
Operator Panel: Implemented additional permissions, Added ability to eavesdrop.
2014-12-09 00:31:25 +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
c166ef396f
Operator Panel: Added ability to kill a call.
2014-12-04 07:09:02 +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