FusionPBX
c3952028b1
Use the settings get method for the buttons
2025-04-14 10:36:21 -06:00
FusionPBX
cd8d5302ac
Fix temporary permissions
2024-11-29 13:57:01 -07:00
fusionate
bf7526f0ef
Multiple Apps: Integrate content cards.
2024-09-04 17:51:23 -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
Andrew
702abf76ee
Update sip_profile_edit.php ( #6800 )
...
add one space to fix sql error
2023-09-11 01:46:11 -06: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
fusionate
d327d569f5
Misc: Updates for PHP 8.1 (?: to ??)
2023-06-06 22:05:05 +00:00
Alex
93f85e6ea4
php 8.1 changes ( #6741 )
...
* Update dashboard_edit.php
* Update dashboard_edit.php
* Update dialplan_inbound_add.php
* Update dialplan_outbound_add.php
* Update dialplan_inbound_add.php
* Update modules.php
* Update sip_profile_edit.php
2023-06-02 17:01:15 -06:00
markjcrane
29008867d0
SIP Profiles changes for PHP 8.1
2023-05-25 21:20:56 -06:00
frytimo
fef8165be2
Frytimo pr patches for php8.1 ( #6630 )
...
* Passing null to parameter #2 ($string) of type string is deprecated
* Passing null to parameter #1 ($string) of type string is deprecated
* php 8.1 fixes
* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - strlower with null
* php 8.1 fixes - strreplace with null
* php 8.1 fixes - passing null to base64_decode
* php 8.1 fixes - check for false and check for null on $this->dir
* php 8.1 fixes - remove assignment of $db variable to modules object
* php 8.1 fixes - avoid sending null to substr
* php 8.1 fixes - change ${var} to {$var}
* php 8.1 fixes - check for null before preg_replace
* php 8.1 fixes - remove setting db variable on domains object
* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null
* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available
* php 8.1 fixes
* php 8.1 fixes - correct $_POST checking syntax
* php 8.1 fixes - correct $_POST variables
* php 8.1 fixes
* Use brackets consistently
* Update user_setting_edit.php
* Change to not empty
* Update device.php
* Update text.php
---------
Co-authored-by: Tim Fry <tim@voipstratus.com >
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2023-05-05 10:46:37 -06:00
fusionate
0f02253e4e
SIP Profiles - Edit/Copy: Prevent duplicate names.
2023-03-27 20:22:35 +00:00
Alex
7326cb845a
Set default for enabled ( #6556 )
...
* Set default for enabled
* Update conference_profile_edit.php
* Update call_block_edit.php
* Update conference_control_edit.php
* Update conference_control_detail_edit.php
* Update conference_profile_edit.php
* Update conference_profile_param_edit.php
* Update conference_edit.php
* Update destination_edit.php
* Update device_edit.php
* Update device_profile_edit.php
* Update device_vendor_edit.php
* Update email_template_edit.php
* Update extension_edit.php
* Update module_edit.php
* Update phrase_edit.php
* Update ring_group_edit.php
* Update sip_profile_edit.php
* Update stream_edit.php
* Update time_condition_edit.php
* Update var_edit.php
* Update voicemail_edit.php
* Update call_block_edit.php
* Update default_setting_edit.php
* Update domain_setting_edit.php
* Update domain_edit.php
* Update user_edit.php
* Update bridge_edit.php
* Update sip_profile_edit.php
* Update sofia_global_setting_edit.php
* Update call_flow_edit.php
* Update email_template_edit.php
* Update call_flow_edit.php
* Update bridge_edit.php
* Update email_template_edit.php
* Update sip_profile_edit.php
* Update sofia_global_setting_edit.php
* Update bridge_edit.php
* Update call_flow_edit.php
* Update conference_control_edit.php
* Update sip_profile_edit.php
* Update stream_edit.php
* Update default_setting_edit.php
* Update email_template_edit.php
* Update extension_setting_edit.php
* Update default_setting_edit.php
* Update dashboard_edit.php
* Update dashboard_edit.php
* Update default_setting_edit.php
2023-02-17 14:21:41 -07:00
Alex
a229d1e46c
Add enabled toggle to more pages and bug fix ( #6552 )
...
* Add enabled toggle to more pages and bug fix
* Add device profile enable toggle
* fixed enable on bridge_edit.php
* Fixed enable on call_block_edit.php
* Fixed enable on call_flow_edit.php
* Fixed enable on conference_center_edit.php
* Add conference room enabled toggle
* Fixed enable on conference_control_detail_edit.php
* Fixed enable on conference_control_edit.php
* Fixed enable on conference_profile_edit.php
* Add conference profile param enabled toggle
* Fixed enable on conference_edit.php
* Fixed enabled on device_edit.php
* Fixed enable on extension_edit.php
* Fixed enable on gateway_edit.php
* Fixed enable on number_translation_edit.php
* Fixed enable on phrase_edit.php
* Fixed enable on ring_group_edit.php
* Fixed enable on sip_profile_edit.php
* Fixed enable on stream_edit.php
* Fixed enable on time_condition_edit.php
* Fixed enable on var_edit.php
* Fixed enable on voicemail_edit.php
* Fixed enable on user_edit.php
* Fixed enable on user_setting_edit.php
* Update user_edit.php
* Update bridge_edit.php
* Update call_flow_edit.php
* Update conference_control_edit.php
* Update stream_edit.php
* Fixed enable on default_setting_edit.php
* Fixed enable on domain_edit.php
* Fixed enable on email_template_edit.php
* Fixed enable on module_edit.php
2023-02-14 11:19:02 -07:00
Alex
129d173624
Add enable toggle to more pages ( #6549 )
...
* Add bridge enabled toggle
* Update call_block_edit.php
* Add call flows enabled toggle
* Add conference center enabled toggle
* Add conference control detail enabled toggle
* Add conference control enabled toggle
* Add conference enabled toggle
* Add phrase enabled toggle
* Add stream enabled toggle
* Add voicemail enabled toggle
* Add destination enabled toggle
* Add time condition enabled toggle
* Add default settings enabled toggle
* Add domain enabled toggle
* Add email template enabled toggle
* Add module enabled toggle
* Add number translation enabled toggle
* Add sip profile enabled toggle
* Add switch var enabled toggle
2023-02-13 18:02:01 -07:00
markjcrane
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06:00
Nate
e31b01d6c3
SIP Profiles: Modal integration.
2020-03-26 15:32:06 -06:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
Nate
dc3c36846e
SIP Profiles - Edit: Add bulk delete of Domains and Settings, dynamic delete button action. Remove deprecated Domain and Setting delete scripts.
2020-03-04 11:24:58 -07:00
Nate
8ab92fa329
SIP Profiles - Edit: Language and minor updates.
2020-02-17 08:07:53 -07:00
Nate
a2a11e626e
SIP Profiles - Edit: Button updates.
2020-02-10 21:17:57 -07:00
Nate
228700109a
SIP Profiles: Add window titles.
2020-01-06 12:30:15 -07:00
Nate
da7f8d0189
SIP Profiles: List view updates.
2019-12-03 16:55:15 -07:00
Nate
b0a0a029ab
SIP Profiles: Fix copy button.
2019-12-02 14:41:07 -07:00
Nate
e1ca34a03a
SIP Profiles: Hide copy button on add.
2019-11-30 21:51:20 -07:00
FusionPBX
191bdf87cc
Update sip_profile_edit.php
2019-09-19 10:58:38 -06:00
Nate
359d3830c9
SIP Profiles: Token integration.
2019-09-19 07:36:23 -06:00
FusionPBX
8f005cb72f
Update sip_profile_edit.php
2019-09-18 10:25:03 -06:00
FusionPBX
dbfca8c8cf
Update sip_profile_edit.php
2019-09-18 10:24:43 -06:00
FusionPBX
95cf94b6d8
Update sip_profile_edit.php
2019-08-28 13:08:34 -06:00
FusionPBX
a4a52b174a
Update sip_profile_edit.php
2019-08-27 23:50:14 -06:00
Nate
17f2911056
Replace misc glyphicon usage.
2019-08-20 19:53:21 -06:00
Nate
6c73d74a39
SIP Profiles: Database class integration.
2019-08-13 07:32:07 -06:00
markjcrane
a72f1d6266
Change messages class to message
2018-08-31 03:09:01 +00:00
AlexanderDCrane
ba3903eed2
Update sip_profile_edit.php ( #3307 )
2018-08-27 20:38:39 -06:00
FusionPBX
0a8b6bf9ca
Update sip_profile_edit.php
2018-07-05 14:42:31 -06:00
FusionPBX
d51906a32d
Update sip_profile_edit.php
2018-07-05 14:33:15 -06:00
FusionPBX
99afc816ed
Update sip_profile_edit.php
2018-07-05 14:28:03 -06:00
FusionPBX
0d2d664908
Update sip_profile_edit.php
2018-07-04 12:02:36 -06:00
FusionPBX
5e3c8253cf
Update sip_profile_edit.php
2017-08-23 20:44:37 -06:00
FusionPBX
4dd0567239
Update sip_profile_edit.php
2017-07-22 16:07:27 -06:00
Mafoo
3cab4401cf
Enhance - More messages::add updates ( #2662 )
...
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
FusionPBX
de7b63759d
Update sip_profile_edit.php
2017-05-07 10:28:39 -06:00
FusionPBX
b67dd965b4
Update sip_profile_edit.php
2017-05-07 00:43:41 -07:00
FusionPBX
8d02e0bf93
Update sip_profile_edit.php
2017-05-07 00:18:03 -07:00
Alexey Melnichuk
1b2cdb633d
Fix. Redirect back to correct profile after delete setting. ( #2501 )
...
Fix. Add setting (seems need also set sip_profile_uuid)
Change. Order settings by name when output.
2017-04-13 10:24:48 -06:00
Alexey Melnichuk
167bcca992
Fix. Add new sip profile setting. ( #2500 )
2017-04-13 10:06:52 -06:00
FusionPBX
47573debcf
Update sip_profile_edit.php
...
Rewrote almost all of this code other than the code to clear the cache.
2017-01-24 04:08:55 -07:00
Alexey Melnichuk
d1edcbd2c5
Disable of sip profile does not work
...
Close #1008
2015-07-02 12:09:09 +04:00
Nate Jones
3d654ad634
SIP Profiles: Added Enabled select box to manage the profile state.
2015-05-02 04:53:45 +00:00