Commit Graph

11888 Commits

Author SHA1 Message Date
Tim Fry f8fa0c61d7 remove class_exists wrapper for class definitions 2025-03-12 11:14:50 -03:00
Tim Fry b05b4e1817 remove class_exists wrapper for class definitions 2025-03-12 11:14:48 -03:00
Tim Fry 0782a971cc remove class_exists wrapper for class definitions 2025-03-12 11:14:46 -03:00
Tim Fry 22850ae94e remove class_exists wrapper for class definitions 2025-03-12 11:14:42 -03:00
Tim Fry 2ac213acec remove class_exists wrapper for class definitions 2025-03-12 11:14:40 -03:00
Tim Fry 1a3ba9937d remove class_exists wrapper for class definitions 2025-03-12 11:14:35 -03:00
Tim Fry a227d5a448 remove class_exists wrapper for class definitions 2025-03-12 11:14:25 -03:00
Tim Fry b17ac29af7 remove class_exists wrapper for class definitions 2025-03-12 11:14:23 -03:00
Tim Fry cc14003017 remove class_exists wrapper for class definitions 2025-03-12 11:14:21 -03:00
Tim Fry 2533d0bfab remove class_exists wrapper for class definitions 2025-03-12 11:14:19 -03:00
Tim Fry 23767a8a00 remove class_exists wrapper for class definitions 2025-03-12 11:14:15 -03:00
Tim Fry 79ee88ec68 remove class_exists wrapper for class definitions 2025-03-12 11:14:13 -03:00
Tim Fry 9bb13f2674 remove class_exists wrapper for class definitions 2025-03-12 11:14:10 -03:00
Tim Fry 99cabae772 remove class_exists wrapper for class definitions 2025-03-12 11:14:09 -03:00
Tim Fry 0a32721df8 remove class_exists wrapper for class definitions 2025-03-12 11:14:07 -03:00
Tim Fry a6bf81ac7e remove class_exists wrapper for class definitions 2025-03-12 11:14:04 -03:00
Tim Fry 0534033cdd remove class_exists wrapper for class definitions 2025-03-12 11:13:59 -03:00
Tim Fry b270a27299 remove class_exists wrapper for class definitions 2025-03-12 11:13:54 -03:00
Tim Fry 3a3b3d006d remove class_exists wrapper for class definitions 2025-03-12 11:13:42 -03:00
Tim Fry b919ae88fe remove class_exists wrapper for class definitions 2025-03-12 11:13:37 -03:00
Tim Fry 7a9abb6b3f remove class_exists wrapper for class definitions 2025-03-12 11:13:31 -03:00
Tim Fry c2e017c62f remove class_exists wrapper for class definitions 2025-03-12 11:13:25 -03:00
Tim Fry d664ca4486 remove class_exists wrapper for class definitions 2025-03-12 11:12:41 -03:00
Tim Fry 169941af16 remove class_exists wrapper for class definitions 2025-03-12 11:12:35 -03:00
Tim Fry 4d65655cf7 remove class_exists wrapper for class definitions 2025-03-12 11:12:22 -03:00
Tim Fry 823b9abba0 remove class_exists wrapper for class definitions 2025-03-12 11:12:18 -03:00
Tim Fry aaad5cc794 remove class_exists wrapper for class definitions 2025-03-12 11:12:16 -03:00
Tim Fry 6481aa6b51 remove class_exists wrapper for class definitions 2025-03-12 11:11:53 -03:00
Tim Fry 51eca0b530 remove class_exists wrapper for class definitions 2025-03-12 11:11:47 -03:00
Tim Fry 46c76a6b83 remove class_exists wrapper for class definitions 2025-03-12 11:11:41 -03:00
Alex 397db90533
Add content card div to call block recent calls (#7290) 2025-03-06 10:17:41 -07:00
fusionate 03030465d9
Audio Waveform: Boolean adjustments. 2025-03-05 16:09:17 -07:00
frytimo e9739d2b06
Use single event socket object in registrations class (#7288)
* Use single event socket object in registrations class
Allow passing an event_socket in the constructor
Ensure the event_socket is connected before using it in loops
2025-03-05 10:08:08 -07:00
AdSecIT b714d25150
Update device.php (#7287)
Spelling correction.
2025-03-05 09:58:00 -07:00
FusionPBX 0fa87760cb
Update fifo_edit.php
Add validation
Use the event_socket object
2025-03-04 18:18:04 -07:00
frytimo 1aa1eb6159
Use text instead of boolean for ace editor settings (#7285) 2025-03-04 16:30:17 -07:00
frytimo d529021b3f
Use boolean setting as true boolean (#7284)
* use boolean setting as true boolean

* Update settings class to use the php filter_var function for boolean
Using the built-in filter type for boolean seems like a better option as they are faster, already hardened, and more widely tested.
I found this better method used originally by Mark J. Crane in 2022 in the content.php page so I included it here.

* Update settings class to use the php filter_var function for boolean
Using the built-in filter type for boolean seems like a better option as they are faster, already hardened, and more widely tested.
I found this better method used originally by Mark J. Crane in 2022 in the content.php page so I included it here.
2025-03-04 11:25:47 -07:00
Antonio Fernandez 1b19e40be4
Consistent email wording (#7283) 2025-03-04 10:53:23 -07:00
FusionPBX 48e44814de
Update email_send.php 2025-03-02 10:38:34 -07:00
chansizzle e4ddb4561e
fix email category mispelling (#7280) 2025-02-28 17:22:22 -07:00
FusionPBX b4de6f5e4b
Use status voicemail
Moved voicemail status after missed calls. This way, it will show the status of voicemail when it goes to voicemail.

There is still a field in the CDR for missed_call and this will still be set to true.
2025-02-28 17:09:35 -07:00
FusionPBX f3986290ea
Add enable-rfc-5626 to the internal profile 2025-02-27 10:48:29 -07:00
markjcrane bd54c07e50 Move email_templates to core 2025-02-26 10:29:45 -07:00
frytimo d919a3cc1b
Add the apcu caching ability for performance (#7276)
* add the apcu caching ability for performance
When the PHP extension APCu is loaded, the settings class and the auto_loader will cache their results across requests in RAM. For more information about the APCu extension visit the PHP page: https://www.php.net/apcu

* use global instead of default terminology
2025-02-25 17:21:41 -07:00
Alex 305f585b17
Add missing counter divs (#7277)
* Add counter div to voicemail messages and domain settings

* Update domain_settings.php

* Update menu_item_list.php

* Update domain_settings.php

* Update voicemail_messages.php
2025-02-25 16:24:16 -07:00
Alex 2f955d4fef
Fix queue edit content alignment (#7274) 2025-02-25 13:23:06 -07:00
Alex e08a79e64d
Add missing required class to required fields (#7273)
* Add missing required class to required fields

* Update destination_edit.php

* Update device_edit.php

* Update voicemail_edit.php

* Update dashboard_edit.php

* Update call_block_edit.php

* Update destination_edit.php
2025-02-25 12:48:50 -07:00
Alex ba48d186a9
Add content card div to contact email edit and module edit (#7272)
* Add content card div to contact email edit and module edit

* Update module_edit.php
2025-02-25 12:35:23 -07:00
FusionPBX bbe7b76673
Add more FIFO Queue features
- Ring Strategy
- Queue
- Exit Key
- Exit Action
2025-02-24 22:07:34 -07:00
FusionPBX eb26156159
Remove the !empty(voicemail_mail_to) condition
The toggle for keeps local after email harms nothing. So we don't need to restrict it.
2025-02-21 13:16:11 -07:00