Commit Graph

25 Commits

Author SHA1 Message Date
FusionPBX 3804deb568 Update index.php 2018-04-25 23:47:41 -06:00
FusionPBX 295f9f1c2d Update index.php
Prevent a php warning message.
2017-01-29 13:07:08 -07:00
Luis Daniel Lucio Quiroz 964a7b53c6 Wrong directory name (#1822)
it was looking for call_center, instead call_centerS
2016-08-17 12:37:05 -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
mafoo 6b3f79787d fix for when the element is not in the document yet 2016-01-22 11:51:58 +00:00
markjcrane cde9debb29 After removing domain name from the default recordings dir path need to add the domain name every where the recordings directory is currently used. 2015-12-06 13:37:35 -07:00
Alexey Melnichuk e9712b517e Fix. Operator panel with extension with number alias. 2015-08-14 15:10:21 +04:00
Nate Jones 59bd481b6c Operator Panel: Optimizations, bug fixes, better auto-complete searching. 2015-04-08 08:54:10 +00:00
Nate Jones 8f30afbf18 Operator Panel: JS fix to restore functionality in Chrome and IE, Reduce font size and change font of auto-complete suggestion list.
Minimized Template: Similar JS fix for Chrome and IE.
2015-04-08 03:50:09 +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 b2e6a83829 Operator Panel: Added Contact search/auto-complete. 2015-04-06 01:15:44 +00:00
luis daniel lucio quiroz b7b98cef79 not short-tags on all project 2015-03-25 13:46:19 +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 d790234df9 Operator Panel: Stylized status buttons, moved CSS to templates. 2014-12-12 22:04:27 +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 07763eee5f Operator Panel: Cleanup (on previous commit) 2014-12-08 20:35:20 +00:00
Nate Jones 5bab788770 Operator Panel: Drag/drop functionality should work now within IE. 2014-12-08 20:28:24 +00:00
Nate Jones cf448614f0 Operator Panel: Added ability to kill a call. 2014-12-04 07:09:02 +00:00
Nate Jones a61305f36c Operator Panel: Enable auto-answer for calling ext for origination. 2014-12-04 05:54:58 +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
Mark Crane 7401cdb957 Fix permissions on the operator panel. 2014-12-03 12:35:52 +00:00
Nate Jones b8481c11a5 Operator Panel: Minor adjustment to re-enable auto-refresh. 2014-12-03 11:16:08 +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