Commit Graph

11896 Commits

Author SHA1 Message Date
Tim Fry c2ffba48e8 remove class_exists wrapper for class definitions 2025-03-12 11:15:08 -03:00
Tim Fry bfc59b2152 remove class_exists wrapper for class definitions 2025-03-12 11:15:06 -03:00
Tim Fry 6aab8c39da remove class_exists wrapper for class definitions 2025-03-12 11:15:05 -03:00
Tim Fry 1a9e08d3e1 remove class_exists wrapper for class definitions 2025-03-12 11:15:03 -03:00
Tim Fry 0ada581206 remove class_exists wrapper for class definitions 2025-03-12 11:15:00 -03:00
Tim Fry 051f2278de remove class_exists wrapper for class definitions 2025-03-12 11:14:58 -03:00
Tim Fry 45ae9af7d0 remove class_exists wrapper for class definitions 2025-03-12 11:14:56 -03:00
Tim Fry d39469d9e1 remove class_exists wrapper for class definitions 2025-03-12 11:14:52 -03:00
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