Commit Graph

20631 Commits

Author SHA1 Message Date
FusionPBX
9520fd9481 Update switch_status.php a few PHP 8.1 changes 2023-06-19 13:06:48 -06:00
FusionPBX
b0bfaf8400 Remove redundant check_voicemail, company_directory and hangup.
These are part of the Other category and have been already added to the destination select list in the destinations class.
2023-06-17 23:17:55 -06:00
markjcrane
1452bde1ac Update the database class to find the require.php 2023-06-17 22:29:15 -06:00
markjcrane
38150d25aa Use require.php 2023-06-17 21:50:29 -06:00
markjcrane
ab646085be Use dir to include require.php 2023-06-17 21:02:45 -06:00
fusionate
219d65ba18 Login: Restore authentication failed message (for real!). 2023-06-17 23:19:41 +00:00
fusionate
3021f59431 Login: Restore authentication failed message. 2023-06-17 23:16:39 +00:00
markjcrane
8393701d13 Authentication reject on single plugin authorized false 2023-06-17 16:18:02 -06:00
FusionPBX
719b84ed2a Skip redirect and prompt for login 2023-06-17 15:27:56 -06:00
frytimo
0dc9aaabe8 Minor Changes (#6756)
* Update installer to use magic __DIR__

* move setting default step to near top

* spacing

* move session start before text object creation
2023-06-17 14:07:06 -06:00
Andy Binder
cfda1ab335 More german translation updates (#6755) 2023-06-17 13:28:37 -06:00
markjcrane
c92872ab8f Use require instead of require_once on require.php 2023-06-17 09:11:32 -06:00
markjcrane
d6cb17e5b9 Fix a PHP 8.1 error 2023-06-17 09:08:25 -06:00
markjcrane
32051873be Use __dir__ to find resources/require.php 2023-06-16 22:49:09 -06:00
FusionPBX
d4231ab0e1 Follow me uses enterprise multiply by 1000 for milliseconds 2023-06-16 14:03:06 -06:00
FusionPBX
c69535413c Fix ring group timing for enterprise vs simultaneous 2023-06-16 14:01:38 -06:00
FusionPBX
094a0f4388 Only set the device_vendor when the value is not empty 2023-06-16 13:02:47 -06:00
FusionPBX
2ee90482f1 Get the device_vendor from the database 2023-06-16 12:43:58 -06:00
FusionPBX
ad34744272 Use is_xml instead of simplexml_load_string
Reason for the change is it was throwing and error. Also using regex is less resource intensive. Using this to determine the content type.
2023-06-16 11:16:22 -06:00
FusionPBX
4d54821119 Add a is_xml function 2023-06-16 11:13:20 -06:00
fusionate
142b6dd323 Dialplan - Edit: Clean up. 2023-06-15 23:59:06 +00:00
fusionate
c1aebc39a3 Outbound Routes - Add: Integrate new Enabled toggle. 2023-06-15 23:44:59 +00:00
fusionate
e8cca7bcc6 Inbound Routes - Add: Integrate new Enabled toggle. 2023-06-15 23:44:40 +00:00
fusionate
09ef6074a7 Dialplan - Edit: Integrate new Enabled toggle, PHP 8.1 updates. 2023-06-15 23:43:39 +00:00
FusionPBX
76e6b5924b Initialize recording_description and recording_base64 as a string
This prevents an error inserting a null description and fixes the insert SQL command to fix the insert.
2023-06-15 17:23:25 -06:00
fusionate
91366eddc5 Destinations - List: Fix Trunk Prefix and Area Code column headings. 2023-06-15 22:23:44 +00:00
FusionPBX
09567f45c1 Update index.lua 2023-06-15 15:29:13 -06:00
frytimo
d7bbcd89f5 Use magic constant dir (#6711)
* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__

* use magic constant __DIR__ to load only functions.php

* replace spaces with tab character

* update dirname command to use levels instead of nesting

* use magic constant __DIR__

* update dirname command to use levels instead of nesting

* Update access_control_edit.php

* Update access_control_import.php

* Update access_controls.php

* Update dnd.php

* Update access_controls_reload.php

* Update call_center_agents.php

* Update call_center_agents.php

* Update fax_queue.php

* Update login.php

* Update pdo.php

* Update pdo_vm.php

* Update switch.php

* Update index.php

* Update css.php

* Update v_mailto.php

* Update fax_to_email.php

---------

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-06-15 11:28:23 -06:00
FusionPBX
85599c69a0 Replace tonumber with #variablename 2023-06-14 19:39:56 -06:00
FusionPBX
c746119faa Replace tonumber function with # which casts the string to a number 2023-06-14 19:15:16 -06:00
FusionPBX
f8c31c4958 Cast the string to a number to increment call block count 2023-06-14 19:08:37 -06:00
FusionPBX
9f339f4ff2 Fix bold for unread voicemail messages. 2023-06-14 18:53:29 -06:00
FusionPBX
ba92ef16f7 Either permisison is sufficient. Use an OR as '||' instead than And '&&' 2023-06-14 17:44:38 -06:00
FusionPBX
cdfde3aca2 Fix the syntax for gxw42xx template 2023-06-14 16:33:45 -06:00
FusionPBX
c8f71780e3 Add definable call center export variables 2023-06-14 15:54:21 -06:00
markjcrane
f63010d915 Fix new install loading music on hold 2023-06-14 15:00:28 -06:00
Andy Binder
13d7703e2d correct translations (#6752) 2023-06-14 14:37:00 -06:00
Andy Binder
9e6c45f924 German email templates (#6753) 2023-06-14 14:34:16 -06:00
FusionPBX
764dd1612a Use port 5080 and 5081 2023-06-14 08:49:46 -06:00
fusionate
a96b721025 Template: Modify list_self_check() JS function to exclude primary Enabled toggle (if any). 2023-06-13 22:54:48 +00:00
markjcrane
49e8aa9863 Fix conference room pin numbers 2023-06-13 10:18:05 -06:00
markjcrane
821dd7ed08 PHP 8.2 Deprecated dynamic property 2023-06-12 21:35:38 -06:00
markjcrane
f506b00b57 PHP 8.2 Deprecated dynamic properties 2023-06-12 21:27:23 -06:00
markjcrane
bb9f48296a PHP 8.2 Deprecated dynamic properties. 2023-06-12 20:59:56 -06:00
fusionate
19bb912d27 Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2023-06-12 23:07:04 +00:00
Alex
25b24d68bd Fixed more php 8.1 errors (#6754)
* Update default_setting_edit.php

* Update default_settings_reload.php

* Update modules.php

* Update access_controls_reload.php

* Update call_recordings.php

* Update fax.php

* Update extension_edit.php

* Update extension_imports.php

* Update destination_imports.php

* Update dialplan_outbound_add.php

* Update dialplan_inbound_add.php

* Update voicemail_imports.php

* Update contact_import.php
2023-06-12 17:06:56 -06:00
fusionate
364f2582a3 User - Edit: Create socket to update user state even if user status empty. 2023-06-12 23:06:55 +00:00
fusionate
5d9c8ad770 Extension - Edit: Update for PHP 8.1 2023-06-12 23:04:33 +00:00
markjcrane
6e7d274c5a Remove debug for authentication class. The validation method returns enough details. 2023-06-12 16:27:47 -06:00
fusionate
a903d0efbf Call Center Agent - Edit: Fix Contact selection. 2023-06-12 21:03:45 +00:00