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
markjcrane
f1f16a243f
Check all arrays are set for the operator panel before using foreach.
2016-04-28 21:40:40 -06:00
markjcrane
bc51cd7d1d
Cleanup the indentation ... tabs and whitespace after the last pull request.
2016-04-28 16:56:44 -06:00
Harry G. Coin
fd313a7c66
fixes so cli installs/upgrades work.
...
Also another step along the way allowing freeswitch to run -u -g freeswitch and fusionpbx to run -u -g www-data
2016-04-25 21:26:26 -05: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
markjcrane
5a06f486af
Rename .project.ROOT to project_root.php this conforms better with current file naming standards.
2016-02-22 14:01:18 -07:00
mafoo
87a2b0de47
fix for when the element is not in the document yet
2016-01-22 11:51:58 +00:00
Mafoo
ad324f4744
changed throw Exception to die
...
nothing ever eval runs the root.php so changed to die to cause a immediate report of error and stop code processing.
2016-01-20 11:30:31 +00:00
Mafoo
2669f6f1a9
Added check for if .project.ROOT is missing
...
If a installation is missing the .project.ROOT previously it would just use the last search path as the project root (wrong) this will cause a Exception should it be unable to find it
2016-01-18 09:38:16 +00:00
Matthew Vale
b20a38f454
added logic in cli mode to chdir to the correct directory first
...
the webserver would normally do this for us, but we need to do it
2016-01-14 16:25:05 +00:00
Matthew Vale
173ae7001d
Added full logic to support cli as well
2016-01-13 17:38:54 +00:00
Matthew Vale
b81748bd22
change to use '/' instead of DIRECTOR_SEPERATOR
2016-01-12 14:47:50 +00:00
Matthew Vale
1ad1c31b27
Rollout of root.php
2016-01-12 13:55:39 +00: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
markjcrane
ff8b838b5e
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
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
root
fead5df810
Add latest translations
2015-08-02 23:42:11 +00:00
Mark Crane
6654507706
Add latest translations
2015-06-15 19:30:00 +00:00
Mark Crane
b64c850a9a
Sync the recent translations
2015-06-13 05:35:54 +00:00
Mark Crane
2b69ac00d7
Synchronize the translations.
2015-06-06 02:37:26 +00:00
Mark Crane
076f842993
Operator Panel - Change the file type from ANSI to UTF-8 without BOM. will need to re-translate several of the languages.
2015-06-06 02:25:16 +00:00
Nate Jones
ab403f5f3c
Language file merge from translation server.
2015-05-01 11:13:39 +00: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
6f2cde7523
Operator Panel: Fix to show Status of User assigned to an Extension.
2015-04-15 23:19:50 +00:00
Mark Crane
d6636aee17
Update the translations from the translation server. Includes the following new languages Brazilian Portuguese, Polish, and Swedish Sweden. Thanks to those that put in the effort to add these languages additional translator volunteers are welcome.
2015-04-08 13:38:58 +00:00
Nate Jones
9e5f9b9556
Operator Panel: Optimizations, bug fixes, better auto-complete searching.
2015-04-08 08:54:10 +00:00
Nate Jones
8ca1d1a910
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
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
Mark Crane
1721732288
Add a comment for $term in autocomplete.php //search term
2015-04-06 17:50:46 +00:00
Nate Jones
fb0737167a
Operator Panel: Include (enabled) Extensions in auto-complete suggestion list.
2015-04-06 09:27:57 +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
luis daniel lucio quiroz
3bf77b3716
not short-tags on all project
2015-03-25 13:46:19 +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
Mark Crane
ddca77629e
Move the menu array to app_menu.php
2014-12-26 03:27:54 +00:00
Mark Crane
6d98ffc320
Add app_menu.php files for the menu.
2014-12-25 19:32:57 +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
e682d95e3f
Operator Panel: Cleanup (on previous commit)
2014-12-08 20:35:20 +00:00
Nate Jones
8a8f1dffba
Operator Panel: Drag/drop functionality should work now within IE.
2014-12-08 20:28:24 +00:00
Nate Jones
81acdcea05
Operator Panel: Extension icon now indicates Status (Available, On Break, etc).
2014-12-08 19:43:21 +00:00