Commit Graph

61 Commits

Author SHA1 Message Date
FusionPBX
cac86acf68 Update sip_status.php 2025-08-08 12:00:57 -06:00
FusionPBX
154db4d841 Add a new permission sip_status_flush_cache 2025-08-07 10:48:42 -06:00
FusionPBX
c3952028b1 Use the settings get method for the buttons 2025-04-14 10:36:21 -06:00
FusionPBX
48661c3aa6 Update sip_status.php 2025-03-22 15:45:19 -06:00
emak-Corey
efed19ef1c Sort the 'sofia xmlstatus' profiles alphabetically (#6091)
* Sort the 'sofia xmlstatus' profiles alphabetically

Added function to sort the 'sofia xmlstatus' SIP profiles alphabetically to match the sort order lower down in the page.
2025-03-22 15:43:58 -06: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
8cfc221da4 Redirect to the correct domain if using show all (#7265)
* Redirect to the correct domain if using show all

* Update bridges.php

* Update call_recordings.php

* Update conference_controls.php

* Update conference_profile_params.php

* Update conference_profiles.php

* Update email_queue.php

* Update event_guard_logs.php

* Update fax_queue.php

* Update user_settings.php

* Update require.php
2025-02-20 16:30:09 -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
fusionate
d234fb185a Multiple Apps: Integrate content cards. 2024-09-04 16:55:24 -06:00
frytimo
968c05374f do not exit when unable to connect to freeswitch socket (#6992) 2024-06-03 13:31:32 -06: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
d9d17a6917 Misc: Remove parameters from event_socket_create() calls. 2023-09-20 18:43:17 +00:00
fusionate
2c9d741158 SIP Status: Updates for PHP 8.1 2023-06-23 02:09:45 +00: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
Alex
42ecba0214 voicemail edit, log viewer, and sip status php 8.1 changes (#6738)
* Update voicemail_edit.php

* Update sip_status.php

* Update message.php

* Update log_viewer.php

* Update log_viewer.php

* Update sip_status.php
2023-06-02 14:53:23 -06:00
fusionate
437024d3ed SIP Status: Updates for PHP 8.1 2023-05-29 19:48:18 +00:00
markjcrane
d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
FusionPBX
7f91e009b1 Add registration count to the the SIP Status -> Profile Registrations button. 2022-01-18 16:45:48 -07:00
FusionPBX
d92797f82a Show the flush registrations button for the external SIP profile. 2021-09-04 20:16:16 -06:00
FusionPBX
ebb9586512 Fix the gateway stop button. 2020-08-21 10:58:33 -06:00
FusionPBX
e3052dfe30 Simplify the links. 2020-08-18 01:08:20 -06:00
Nate
d157b5ee9f SIP Status: List view updates. 2019-12-04 13:49:02 -07:00
Nate
8bc607b76b Update sip_status.php 2019-11-29 15:22:13 -07:00
FusionPBX
988688358a Update sip_status.php 2019-08-21 00:17:57 -06:00
FusionPBX
1946944a5f Update sip_status.php 2019-08-21 00:17:33 -06:00
Nate
ea91e3c3e2 SIP Status: Database class integration. 2019-08-14 07:01:43 -06:00
volga629
acb6c20536 Allow event socket set 0.0.0.0 (#3951)
* Allow set 0.0.0.0

* Update sip_status.php
2018-12-13 17:02:03 -07:00
FusionPBX
bf49d2424a Update sip_status.php 2018-07-05 14:59:54 -06:00
FusionPBX
a6860fd820 Update sip_status.php 2017-11-24 13:01:51 -07:00
FusionPBX
8c82c4487e Update sip_status.php 2017-11-24 12:37:20 -07:00
FusionPBX
b520328b2c Update sip_status.php 2017-08-28 02:03:52 -06:00
Mafoo
862848c52a Enhance [master] sip_status Add Stop Action (#2611)
add stop action
change cmd.php to use messages::add and also trim trailing \n so message
does render
2017-05-30 13:45:06 -06:00
Chris Black
e1cda1db44 Add missing bracket (#1726) 2016-06-30 14:51:56 -06:00
FusionPBX
bbfdd2f789 Update sip_status.php
Just use the gateway name when its global and @domain_name when its assigned to a domain.
2016-06-30 09:53:18 -06:00
Mafoo
5192229436 BugFix-Display global gateways name appropriately (#1723)
display '*@(Global)' for global gateways (instead of *@')
2016-06-30 09:52:13 -06:00
FusionPBX
352a9b087c Merge pull request #1127 from moteus/status_of_valid_profile
Fix. Display only profiles which related to specific FS.
2015-08-25 11:56:16 -06:00
Alexey Melnichuk
55e3563191 Fix. Escape hostname string. 2015-08-25 16:49:56 +04:00
Alexey Melnichuk
65d1a77f7f Fix. Display only profiles which related to specific FS. 2015-08-25 16:46:31 +04:00
Alexey Melnichuk
b1dade960b Fix. Display names for global gateways on SIP Status page. 2015-08-25 16:12:12 +04:00
Mark Crane
d22383a40e Show only sip profiles that are enabled on the Status -> SIP status. 2015-05-05 05:45:42 +00:00
Nate Jones
c12db7ed7d SIP Status: Toggle Start/Stop button visibility, and Refresh button. 2015-05-01 06:52:51 +00:00
Nate Jones
ded7cb3266 Visual adjustments. 2015-02-15 11:57:14 +00:00
Nate Jones
147d03169d Use the new multi-lingual code on fusionpbx/app sub directories. 2015-01-18 10:04:43 +00:00
Nate Jones
2cf9080392 SIP Status: Multilinguify sofia status column headings, only link gateway names in domain currently being managed. 2014-08-15 05:53:21 +00:00
Mark Crane
ecb5792748 Set the uuid to lower case 2014-06-23 22:45:45 +00:00
Nate Jones
572f3e2989 SIP Status: Rename and multilinguify. 2014-06-21 09:12:17 +00:00
Nate Jones
64850f0be7 Minor layout mods. 2014-06-18 15:52:35 +00:00
Mark Crane
89bea49f38 SIP Status, Get the SIP profile list from the database instead of the file system. 2014-04-27 08:38:12 +00:00
Nate Jones
ade45a6e3e Moved "FLUSH_INBOUND_REG" buttons to left side of others to be more visually appealing. 2014-03-14 04:44:46 +00:00
Nate Jones
79c7ecadf7 Integrated some jQuery goodness into the SIP Status page. 2014-02-21 01:19:36 +00:00