FusionPBX
4c806d8012
Update index_inc.php
...
Prevent warning messages.
2017-01-29 13:05:05 -07:00
markjcrane
87b92987b7
Run array unique and sort only on groups array if it exists. And use is_array instead of isset on the conditions that test if it is an array.
2016-05-11 09:20:10 -06:00
markjcrane
fa75391a5d
Check each array if it exist with for every foreach in the operator_panel/index_inc.php.
2016-05-11 09:06:14 -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
4de4bb89f4
Fix. Do not cast dialed number to int in `Operator Panel` app.
...
This make problems with numbers starting with `0` e.g. (001)
Also this makes problem with too long numbers which does not fit to int type.
2015-12-28 15:48:18 +03:00
Alexey Melnichuk
7c18a6585d
Fix. Eavesdrop by operator_panel with extension with number-aliases
2015-08-17 16:46:53 +04:00
Nate Jones
4d2b8ba5f2
Active Calls: Removed broken Transfer, Park and Record options in favor the Operator Panel (Park functionality to eventually be added to the OP).
...
Operator Panel: Only superadmin group can view debug info.
2015-04-30 02:55:35 +00:00
Nate Jones
9e5f9b9556
Operator Panel: Optimizations, bug fixes, better auto-complete searching.
2015-04-08 08:54:10 +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
5fe09e3e02
Operator Panel: Added Contact search/auto-complete.
2015-04-06 01:15:44 +00:00
Nate Jones
a58479f825
Operator Panel: Start refresh after clicking a status button, and disable clicked status button until refresh.
2015-04-04 16:44:43 +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
Mark Crane
03220c9754
Add the text class to more of the applications.
2015-01-18 10:06:08 +00:00
Nate Jones
f34bda3f45
Operator Panel: Add permission to control visibility of "(Available) On Demand" button.
2015-01-15 18:55:24 +00:00
luis daniel lucio quiroz
175fcf7624
use standard PHP tags
2014-12-21 07:15:59 +00:00
Nate Jones
ed511a229f
Operator Panel: Stylized status buttons, moved CSS to templates.
2014-12-12 22:04:27 +00:00
Nate Jones
314bb4ff20
Operator Panel: Show status change buttons only if extensions assigned to current user.
2014-12-09 18:55:17 +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
5ac03c3df5
Operator Panel: Minor position adjustments to call kill icon.
2014-12-04 07:40:07 +00:00
Nate Jones
c166ef396f
Operator Panel: Added ability to kill a call.
2014-12-04 07:09:02 +00:00
Nate Jones
46b1c5fa95
Operator Panel: Re-enable manual number dial feature (oops).
2014-12-04 05:21:02 +00:00
Nate Jones
4f5139aecf
Operator Panel: Added ability to click the icons (first the 'from', then the 'to') to originate or transfer a call.
2014-12-04 02:24:27 +00:00
Nate Jones
3c8ae91400
Operator Panel: Tighten extension blocks vertically when group selected, but no assigned extensions exist.
2014-12-03 20:05:49 +00:00
Mark Crane
31fffb21f2
Fix permissions on the operator panel.
2014-12-03 12:35:52 +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