Commit Graph

31 Commits

Author SHA1 Message Date
FusionPBX f1ef74ff47 Update index_inc.php 2019-04-05 13:56:45 -06:00
FusionPBX 1f8deeebf3 Update index_inc.php 2019-04-05 12:49:58 -06:00
FusionPBX e4187da7f2 Update index_inc.php 2018-05-03 20:46:37 -06:00
FusionPBX b3f021bc82 Update index_inc.php
Prevent warning messages.
2017-01-29 13:05:05 -07:00
markjcrane 0564c99938 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 f4e952d798 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 bda6861f88 \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 e51b97fdf2 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 34beaff9e3 Fix. Eavesdrop by operator_panel with extension with number-aliases 2015-08-17 16:46:53 +04:00
Nate Jones 392b875b3a 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 59bd481b6c Operator Panel: Optimizations, bug fixes, better auto-complete searching. 2015-04-08 08:54:10 +00:00
Nate Jones 0259ef8551 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 b066816f82 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 b2e6a83829 Operator Panel: Added Contact search/auto-complete. 2015-04-06 01:15:44 +00:00
Nate Jones dcb362de79 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 107dcd9b69 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 c5755666cb Add the text class to more of the applications. 2015-01-18 10:06:08 +00:00
Nate Jones d60004736f Operator Panel: Add permission to control visibility of "(Available) On Demand" button. 2015-01-15 18:55:24 +00:00
luis daniel lucio quiroz 0844464908 use standard PHP tags 2014-12-21 07:15:59 +00:00
Nate Jones d790234df9 Operator Panel: Stylized status buttons, moved CSS to templates. 2014-12-12 22:04:27 +00:00
Nate Jones 6c26941d4f Operator Panel: Show status change buttons only if extensions assigned to current user. 2014-12-09 18:55:17 +00:00
Nate Jones f24f2c8f17 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 84142e5f6e Operator Panel: Implemented additional permissions, Added ability to eavesdrop. 2014-12-09 00:31:25 +00:00
Nate Jones 12e7b163a8 Operator Panel: Extension icon now indicates Status (Available, On Break, etc). 2014-12-08 19:43:21 +00:00
Nate Jones d21134bd28 Operator Panel: Minor position adjustments to call kill icon. 2014-12-04 07:40:07 +00:00
Nate Jones cf448614f0 Operator Panel: Added ability to kill a call. 2014-12-04 07:09:02 +00:00
Nate Jones a239d45876 Operator Panel: Re-enable manual number dial feature (oops). 2014-12-04 05:21:02 +00:00
Nate Jones 11638f89a6 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 d003d2c4ad Operator Panel: Tighten extension blocks vertically when group selected, but no assigned extensions exist. 2014-12-03 20:05:49 +00:00
Mark Crane 7401cdb957 Fix permissions on the operator panel. 2014-12-03 12:35:52 +00:00
Nate Jones 52c0b7addf Operator Panel: Drag n' drop call transfer and origination, extension monitoring, etc. 2014-12-03 11:05:13 +00:00