FusionPBX
2fe8b65988
Define app_name and app_uuid as constants ( #7534 )
...
* Set a constant on each class for app_name and app_uuid
* Update the database class to use the app_uuid and app_name
* Update the classes to use the database::new()
* Remove the instances of 'new database'
2025-09-30 21:37:09 -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
793a58ba1c
Update registrations.php
2025-06-12 10:16:03 -06:00
FusionPBX
a71201487e
Add ooma to decode the IP address
2025-06-12 10:12:22 -06:00
FusionPBX
f9bd89ef78
Fixed the response when the result is an array
2025-03-29 14:48:45 -06:00
frytimo
fbeb65428e
fix bug for registration count ( #7293 )
2025-03-06 15:46: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
FusionPBX
1ada27a5b8
Add the settings_array to the class constructor
...
- More efficient to pass in the database object
- Added an option to pass in the domain_name
2025-01-07 22:20:57 -07:00
FusionPBX
9292dda43f
Fixed the registration count
...
- Fixed on the dashboard for those with superadmin group
- Fixed the count in the SIP status page
2024-09-21 12:50:36 -06:00
FusionPBX
3a854aa24a
Get the snom local IP address
...
Show the local IP address on the Registrations page.
2023-12-13 14:28:55 -07:00
frytimo
3a4c2f72e2
Event socket bug fix and more docs ( #6823 )
...
* Add documentation to methods. Use is_resource for added type detection
* Allow connect to specify timeout in microseconds with default 30,000
* Update calling mechanism for event sockets
* Update project for new singleton event sockets
* remove unused variable
* catch errors on closing the socket
2023-12-02 17:16:18 -07:00
fusionate
2a54aa025c
Misc: Remove parameters from event_socket_create() call.
2023-09-20 17:25:24 +00:00
FusionPBX
ba3afa2565
Requires the path to include the right translation file
2023-06-29 09:54:39 -06:00
FusionPBX
da6270a7af
Use !empty instead of != ''
2023-06-29 08:53:04 -06:00
Anthony
9c650a29b1
Fixed Errors for Phrases, Recordings, Operator Panel and Music on Hold. ( #6735 )
2023-06-01 15:21:29 -06:00
fusionate
3a6d3792db
Registrations [Class]: Updates for PHP 8.1
2023-05-29 19:48:47 +00:00
fusionate
2384def111
Registrations [Class]: Updates for PHP 8.1
2023-05-29 19:37:47 +00:00
fusionate
26595860cc
Dashboard - Switch Status: Updates for PHP 8.1
2023-05-10 22:59:49 +00:00
fusionate
2047921cde
Dashboard - Switch Status: Fix Registrations count error when no registrations.
2023-05-08 13:12:20 +00:00
frytimo
69bd42af05
remove unneeded destruct methods as GC has higher performance ( #6631 )
...
Co-authored-by: Tim Fry <tim@voipstratus.com >
2023-04-27 20:18:53 -06:00
FusionPBX
1e49e686c9
Add additional values to Registrations array
...
Items added to registrations array
* network-ip
* sip-auth-user
* ping-status
2023-01-04 14:05:16 -07:00
FusionPBX
d3af1acd73
Simplify the registrations count method by using the get method.
2022-06-15 10:52:11 -06:00
FusionPBX
d24d5c1676
Add is_array and hide irrelevant -ERR no reply
2021-06-02 17:12:01 -06:00
kovacsrobi
40ac4ff212
Correct ignore to IGNORE in iconv paramter.
2021-03-26 23:31:51 +01:00
FusionPBX
776302265d
Allow SIP profiles with a space in the name.
2020-08-17 13:42:38 -06:00
FusionPBX
1f05ee8a86
Always remove unrelated domains by default.
2020-08-04 20:28:33 -06:00
FusionPBX
794df3d00b
Use iconv only if the function exists.
2020-06-20 11:13:06 -06:00
FusionPBX
a24d77f427
Registrations - More work to remove invalid characters that break XML.
2020-05-13 21:06:10 -06:00
FusionPBX
71b9d3eaae
Update registrations.php
2020-04-08 13:32:49 -06:00
Nate
941b21adbb
Registrations: Restore Show All button, better widths for Agent and Status columns.
2019-12-02 19:01:41 -07:00
Nate
2036b89f99
Registrations: Rename switch class method.
2019-12-02 05:07:08 -07:00
Nate
df58dc0af5
Registrations: List view updates, bulk unregister, provision, reboot.
2019-11-29 15:27:51 -07:00
afanucchi
ff232b5c5e
Registrations page: Parse for LAN IP in "Contact" field ( #4617 )
...
* Registrations XML from Freeswitch contains invalid characters '>' and '<' in the contact field; stripped. Registrations does not parse the Freeswitch 'Contact' field for a Yealink LAN IP address; added condition.
* Fix the indentation.
2019-10-08 15:04:36 -07:00
Nate
0c12e97aa8
Dashboard: Fix Regstration count (better :)
2019-09-10 16:44:14 -06:00
Nate
fe7ab98342
Dashboard: Fix Registrations count.
2019-09-10 16:20:15 -06:00
Nate
836fb87136
Misc Classes: Database class integration.
2019-09-02 15:57:18 -06:00
FusionPBX
e68d0c6db0
Update registrations.php
2018-08-11 17:02:55 -06:00
FusionPBX
1e8c510874
Update registrations.php
2018-06-07 12:20:33 -06:00
FusionPBX
42a9ec8535
Update registrations.php
...
Removed the encoding type changes changes as it broke XML parsing of the registrations.
2018-02-21 00:38:29 -07:00
FusionPBX
2d200fd7a1
Update registrations.php add a comment so we know why its there.
2018-01-30 21:09:33 -07:00
Mafoo
1157c2ba5d
Enhance Gigaset LAN IP ( #2970 )
...
GIGASET Sculpture CL750A puts _ in it's lan ip account for this and
perform a replacement
2018-01-30 21:06:24 -07:00
FusionPBX
a7c084a4b2
Update registrations.php
2018-01-25 21:01:12 -07:00
Alexey Melnichuk
43941f998f
Change. Treat sofia xmlstatus as UTF8 ( #2901 )
...
FS Always mark xml as ISO-8859-1, but pass info as-is.
So if user send its contact info as UTF-8 then we get
corrupted xml. But RFC describe text as UTF8
RFC 3261 - 25.1 Basic Rules
```
qdtext = LWS / %x21 / %x23-5B / %x5D-7E / UTF8-NONASCII
```
2017-11-02 07:50:16 -06:00
FusionPBX
eca1268e10
Update registrations.php
2017-10-29 00:24:52 -06:00
FusionPBX
cf6e70323c
Update registrations.php
2017-08-31 23:51:29 -06:00
FusionPBX
db535dd07e
Update registrations.php
2017-08-31 23:27:17 -06:00
FusionPBX
d848c6aacd
Update registrations.php
2017-08-28 09:37:49 -06:00
FusionPBX
b79bde599e
Update registrations.php
2017-08-28 01:49:03 -06:00
FusionPBX
5ba6535d61
Update and rename status_registrations.php to registrations.php
2017-08-28 01:14:43 -06:00