Commit Graph

8053 Commits

Author SHA1 Message Date
FusionPBX
a690108fb1 Update the user profile URL and label 2025-09-23 15:05:11 -06:00
FusionPBX
16110ecb70 Update schema alter table boolean 2025-09-23 11:49:05 -06:00
FusionPBX
a5845c6065 Update schema.php 2025-09-21 00:04:23 -06:00
FusionPBX
7f9064fadb Update boolean toggle and the database boolean type (#7522)
* Change the data type to boolean

* Use boolean values in SQL and Conditional Statements

* Schema Data Types: Drop views so that alter tables statements complete

* Update settings.php

* Add extension for call_screen_enabled

* Gateway handle boolean
Add the boolean toggle
- distinct_to
- caller_id_in_from
- supress_cng
- extension_in_contact
- contact_in_ping

* Update gateways.php

* Update voicemail_edit.php

* Replace the ${caller_id_name} with the extensions caller id name

* Phrase - Edit: Update slide toggle with new select beneath.

* Update the input toggle style

* Set the input_toggle_style_switch as boolean

* Update the input toggle style

* Theme: Adjust CSS to wrap description text on form fields.

* Add domain_uuid and domain_name to the SQL SELECT

* Unset the parameters to fix the next query

* Gateway: Integrate new slide toggle switch.

* Dashboard: Update the input toggle style (#7499)

* Dashboard: Update the input toggle style

* Update dashboard_widget_edit.php

* Update dashboard_edit.php

* Inbound Route - Add: Integrate new slide toggle switch and boolean.

* User Settings: Integrate new slide toggle switch.

* Call Block Edit: Update the input toggle style (#7500)

* Bridge Edit: Update the input toggle style (#7501)

* Update phrases.php

* Update domain_edit.php

* Domain Settings Edit: Update the input toggle style

* User Edit: Update the input toggle style

* Update install.php

* Remove fields marked as deprecated

* Use boolean in the select statement

* Streams: New slide toggle and boolean.

* Streams: Remove unnecessary default.

* Queues (FIFO): New slide toggle.

* Call Detail Records: Update the input toggle style (#7503)

* Call Detail Records: Update the input toggle style

* Update xml_cdr_extension_summary.php

* Update xml_cdr_extension_summary.php

* Update xml_cdr_extension_summary.php

* Call Centers: Update the input toggle style (#7502)

* Call Centers: Update the input toggle style

* Update call_center_agent_edit.php

* Conference Centers: Update the input toggle style (#7506)

* Conference Centers: Update the input toggle style

* Update app_config.php

* Update conference_center_edit.php

* Use boolean data type (#7505)

* Call Flow Edit: Update the input toggle style (#7504)

* Devices: Update the input toggle style

* IVR Menus: New slide toggle.

* IVR Menu: Remove deprected file.

* SIP Profile - Edit: New slide toggle.

* Device Profiles: Update the input toggle style

* Ring Groups - List: Fix syntax.

* Theme: Fire onchange event when switching slide toggle control.

* Device Vendors: Update the input toggle style

* Update enabled boolean

* Update device_edit.php

* Ring Groups: New slide toggle.

* Update domain_edit.php

* Email Templates: Update the input toggle style

* Header: Correct default value on input toggle style.

* Default/Domain/User Settings: Adjust Select option label for better clarity.

* Use true boolean types for switch theme toggle or drop-down box (#7507)

* Groups: Update the input toggle style

* Conference Controls: Update the input toggle style (#7509)

* Conference Controls: Update the input toggle style

* Update conference_control_edit.php

* Update conference_control_details.php

* Update conference_control_detail_edit.php

* Conferences: Update the input toggle style (#7511)

* Use true boolean types for switch theme toggle or drop-down box (#7513)

* Dialplans: Update the input toggle style
Also updated outbound route add

* Ring Group: Only adjust ring group forward destination top margin when slide toggle enabled.

* Default/Domain/User Settings - List: Adjust for new 'Select Box' label on input_toggle_style value.

* Use true boolean types for switch theme toggle or drop-down box (#7514)

* Call Forward / Follow Me: Minor javascript adjustments to mirror previous behavior.

* Ring Groups [Dashboard]: New slide toggle.

* Get the contacts details with a seperate SQL Query

* Remove debug info

* Destinations: Update the input toggle style

* Conference Profiles: Update the input toggle style (#7515)

* Conference Profiles: Update the input toggle style

* Update conference_profiles.php

* Update conference_profile_params.php

* Update conference_profile_param_edit.php

* Update conference_profile_edit.php

* Extensions: Update the input toggle style

* Contacts: Update the input toggle style (#7517)

* Contacts: Update the input toggle style

* Update contact_address_edit.php

* Update contact_attachment_edit.php

* Update contact_edit.php

* Update contact_email_edit.php

* Update contact_phone_edit.php

* Update contact_relation_edit.php

* Update contact_setting_edit.php

* Update contact_url_edit.php

* Update contacts.php

* Voicemails: New slide toggle.

* Voicemail Greeting: New slide toggle.

* Modules: New slide toggle.

* Recordings: New slide toggle

* Variables: New slide toggle.

* Time Conditions: New slide toggle.

* Extensions - List: Remove invalid column name.

* Extension Settings: New slide toggle.

* Number Translations: New slide toggle and boolean.

* Sofia global settings: Update the input toggle style

* Update alter table convert to boolean

* Fix contact relation search (#7518)

* Sip Profile Edit: Fix setting enabled labels (#7519)

* Sip Profile Edit: Fix setting enabled labels

* Update sip_profile_edit.php

* Update dialplan_edit.php (#7520)

* Update SQL queries to use true/false for contact primary settings (#7521)

* Update SQL queries to use true/false for contact primary settings

* Update contacts_vcard.php

* Update email.php

* Update totp.php

* Update contact_url_edit.php

* Update contact_email_edit.php

* Update contact_address_edit.php

* Update contact_attachment_edit.php

* Update contact_phone_edit.php

* Add a database views method

* Add database view groups

* Add database users view

* Add database call_recordings view

* Update users.php

* Add  database view call block

* Update schema to use the database views method

* Update conference.conf.lua boolean

* Update directory.lua boolean

* Update callcenter.conf.lua agent_status boolean

* Update sofia.conf.lua boolean

* Update number translations lua boolean

* Update directory.lua boolean

* Update group_call.lua fix the cache

* Update reverse-auth-lookup.lua boolean

* Update directory.lua boolean

* Use concat instead of ||

* Update index.lua

---------

Co-authored-by: fusionate <nate@fusionpbx.com>
Co-authored-by: Alex <alex@fusionpbx.com>
Co-authored-by: frytimo <tim@fusionpbx.com>
2025-09-20 18:42:05 -06:00
FusionPBX
724937dd73 Add setting polycom_restrict_pickup 2025-09-12 16:16:31 -06:00
FusionPBX
1593564790 Use FILTER_VALIDATE_BOOLEAN 2025-09-12 15:52:49 -06:00
Kamil M
12ec68260b Added directory extension ringer controller (#7488)
* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml

* Update {$mac}.xml
2025-09-12 12:09:47 -06:00
Alex
d45740f8fb Dashboard: Fix php warnings (#7492)
* Dashboard: Fix php warnings

* Update dashboard_widget_list.php

* Update dashboard_widget_edit.php

* Update dashboard.php

* Update parent.php

* Update footer.php

* Update active_calls.php

* Update active_calls.php
2025-09-12 11:37:45 -06:00
FusionPBX
59a4694d80 Use boolean in the search setting_enabled variables 2025-09-08 18:04:50 -06:00
FusionPBX
a7f4712ceb Remove class_exists condition 2025-09-05 13:01:58 -06:00
FusionPBX
525ba9f00d Remove class_exists condition 2025-09-05 13:00:22 -06:00
FusionPBX
22a19742ef Update login.php 2025-09-04 10:42:20 -06:00
OskarFranck
f4378bea98 Improved Swedish translations (#7477)
Co-authored-by: oskfra <oskar.franck@bahnhof.net>
2025-09-01 08:07:37 -06:00
FusionPBX
a769c6fb9e Fix the htek templates 2025-08-30 12:01:03 -06:00
AdSecIT
358967fce6 Yealink T7 and T8 Templates (#7476)
Initial templates for Yealink Series T7 and T8 Phones.
2025-08-28 06:59:36 -06:00
AdSecIT
c058a4059a Template for T85W (#7475)
* Create y000000000000.boot

* Add files via upload
2025-08-27 22:47:18 -06:00
FusionPBX
59378275c0 Fix the daylight_savings_enabled for Polycom 2025-08-26 16:48:41 -06:00
FusionPBX
68188df936 session_start
Start a session if not using the command line and no_session is empty.
2025-08-26 14:11:29 -06:00
FusionPBX
ccb4b2a5bf Use the settings class get method 2025-08-26 13:02:14 -06:00
FusionPBX
1591149590 Add provision setting grandstream_match_callerid_1 - 10 2025-08-21 15:11:45 -06:00
FusionPBX
e313e9d750 Add try catch around beginTransaction and commit
Added the try catch around save and delete methods.
2025-08-21 09:52:52 -06:00
IAmBecomeDeath
f26aee738d Add support for fanvil w611w (#7325)
* Create {$mac}.xml

Added mac.xml for w611w.

* Create directory.xml

Modeled off t54w directory.xml. Modified for Fanvil XML structure.
2025-08-20 08:07:25 -06:00
FusionPBX
bc5275fdcd Compare both value and type 2025-08-18 12:07:52 -06:00
FusionPBX
57b26b9d44 Normalize the boolean data 2025-08-14 16:52:37 -06:00
AdSecIT
637f79bd5a Update {$mac}.cfg (#7456)
* Update {$mac}.cfg

Changing from Successive registration to Concurrent registration (default) for fallback redundancy.

* Update {$mac}.cfg

Changing from Successive registration to Concurrent registration (default) for fallback redundancy.

* Update {$mac}.cfg

Changing from Successive registration to Concurrent registration (default) for fallback redundancy.
2025-08-14 14:13:07 -06:00
FusionPBX
62c7d6a4c4 Correct the original data array
The original data array old_array, the value should be null for adding records with an insert
2025-08-10 01:44:38 -06:00
FusionPBX
b6868ebedb Keep the primary and secondary keys in the array 2025-08-10 00:07:44 -06:00
FusionPBX
851025565c Only update modified data 2025-08-09 23:05:56 -06:00
FusionPBX
5f35392871 Update functions.php 2025-08-04 15:42:08 -06:00
frytimo
3477c78df1 Fix large log file when using websockets (#7446)
* fix large log file when using websockets
Services now check the log level set before trying to print to log file. The default is to use LOG_INFO

* reverse timestamp logic so it doesn't display by default

* Run in foreground by default

* Change to LOG_NOTICE as default value for log
Using the LOG_NOTICE as the default log level for services allows the services a better range of levels to choose from and conforms to the standard used by other services.

* Update service.php

---------

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2025-08-04 15:12:51 -06:00
FusionPBX
9704777433 Revert "Update {$mac}.xml (#7383)" (#7435)
This reverts commit 40bc41cfea.
2025-07-30 08:50:04 -06:00
Sergey
40bc41cfea Update {$mac}.xml (#7383)
Update some basic default configuration for 8900 series.
2025-07-30 08:07:50 -06:00
Mendel
6ad8326463 Added Algo Devices and Default settingd (#7434) 2025-07-30 08:03:39 -06:00
FusionPBX
40d449eb06 Create {$mac}-directory.xml 2025-07-30 07:23:08 -06:00
FusionPBX
08e3fd712f Add Poly Edge E550 2025-07-30 07:22:40 -06:00
Mendel
bf4b7163ce Update {$mac}.xml (#7432)
Updated SIP Ports, Timezone and Time Verible.
2025-07-24 10:50:30 -06:00
Mihir Gajjar
82029bc974 Added Snom status blocked messages (#7429)
* Added status blocked messages

* Added status blocked messages

* Added status blocked messages
2025-07-23 19:47:51 -06:00
FusionPBX
6449554aa4 Update {$mac}.xml 2025-07-15 21:40:52 -06:00
FusionPBX
b7183886d4 Update {$mac}.xml 2025-07-15 21:36:35 -06:00
FusionPBX
0eb825d621 Add Grandstream Call-pickup
BLF Call-pickup. Options: Auto, Force, Disabled
2025-07-14 14:07:04 -06:00
FusionPBX
178a8b3273 Update invalid_uuid_exception.php 2025-07-13 20:06:29 -06:00
frytimo
62d6165351 Fix service parent class failed to remove PID file after shutdown (#7422)
Fixes the following:
- The service would exit but fail to remove the PID file when the shutdown command was sent to the service.
Added the following:
- Better feedback during service start up if the PID fails to be created
- Appropriate POSIX error codes on failure of modifying the PID file
2025-07-12 08:13:29 -06:00
frytimo
a429852c46 Fix auto_loader duplicate classes in interface list (#7416)
* Fix auto_loader duplicate classes in the interface list
This patch will stop the auto_loader from adding the same class to the interface list if it already exists in the list.

* Update auto_loader.php
2025-07-09 11:05:37 -06:00
jailbird777
e68ed8446f Add Yealink AX83H Wi-Fi Phone (#7402) 2025-07-03 12:17:25 -06:00
frytimo
b163e3d906 Security fix for link in button (#7408)
* security fix for link in button

* Escape characters for button link
2025-07-03 12:12:32 -06:00
FusionPBX
96275ed9c1 Fix transactions to save the domain_uuid
Symptom
Advanced -> Transactions showed as global when it should have shown the correct domain. This was failing when saving a new record.
2025-07-03 09:16:26 -06:00
FusionPBX
aa6bc173a7 Update database.php 2025-07-03 08:30:53 -06:00
FusionPBX
58e69d2596 Fix the user_uuid using database::new() 2025-07-03 08:13:46 -06:00
FusionPBX
2af950cfb3 Update the menu method restore name 2025-06-30 12:31:48 -06:00
FusionPBX
5aabe28079 Update Grandstream gxp2135 to gxp2170 minor 2025-06-30 12:24:28 -06:00