Alex
5bb29763ad
php 8.1 changes ( #6719 )
...
* Update email_template_edit.php
* Update menu.php
* Update menu_edit.php
* Update number_translations.php
* Update number_translations.php
* Update email_templates.php
* Update email_templates.php
* Update setting_edit.php
* Update call_block.php
* Update call_block_edit.php
* Update email_template_edit.php
* Update call_block.php
2023-05-25 12:38:32 -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
FusionPBX
9e01767688
Update call_block_edit.php
2023-03-21 11:58:29 -06: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
agree
0404f14c58
[call block] Fix ring group action ( #6288 )
2022-02-06 23:13:10 -07:00
hershyheilpern
ac25d12f4a
add ring groups option to call block ( #6285 )
...
* add ring groups option to call block
* add ring groups option to call block
* add ring groups option to call block
* add ring groups option to call block
* add ring groups option to call block
2022-02-03 18:31:14 -07:00
hershyheilpern
23f95137f4
Add IVR Option to Call Block ( #6059 )
...
* add ivr option to call block
2021-10-14 00:27:59 -06:00
fusionate
832b3fae22
Call Block: Outbound call support.
2020-11-17 17:39:49 -07:00
Nate
f748a754ad
Call Block: UI Adjustments for Country Code.
2020-11-02 10:55:31 -07:00
Nate
d5bc65111a
Call Block: Partial support for Country Code.
2020-10-27 11:21:12 -06:00
agree
237551e780
Update call_block_edit.php ( #5327 )
2020-07-02 17:55:10 -06:00
Nate
f6f7ed6d4c
Call Block - Add: Modal integration.
2020-03-26 17:36:10 -06:00
Nate
ec21558687
Call Block: Modal integration.
2020-03-25 19:37:13 -06:00
Nate
ed0e37ffce
Call Block - Edit: Remove test code.
2020-03-05 10:05:58 -07:00
Nate
e8494facee
Multiple: Add IDs to form tags, remove empty action attributes.
2020-03-05 10:02:25 -07:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
FusionPBX
1dd99599ac
Update call_block_edit.php
2020-01-17 16:19:46 -07:00
Nate
3547fc8be8
Call Block - Add: Minor visual adjustments.
2020-01-11 21:14:45 -07:00
Nate
467a40a335
Call Block - Add: Sub Action Bar enhancements.
2020-01-11 20:24:43 -07:00
Nate
306606f7c6
Call Block: Action bar, list view and button updates, bulk add (with class) from CDR, etc.
2020-01-11 19:06:34 -07:00
Nate
bddc2237ee
Call Block: Add window titles.
2020-01-06 10:30:59 -07:00
chansizzle
bfaca6e083
Update call_block_edit.php ( #4878 )
2019-11-19 11:11:55 -07:00
FusionPBX
c219d8e3e9
Update call_block_edit.php
2019-11-01 14:15:23 -06:00
FusionPBX
88a871a720
Update call_block_edit.php
2019-10-31 19:12:13 -06:00
chansizzle
89dbf5bcae
Update call_block_edit.php ( #4814 )
2019-10-31 15:06:14 -06:00
FusionPBX
f3df6199c0
Update call_block_edit.php
2019-10-31 13:53:16 -06:00
FusionPBX
98206fda98
Update call_block_edit.php
2019-10-31 11:46:13 -06:00
FusionPBX
b12854058c
Update call_block_edit.php
2019-10-31 11:44:34 -06:00
FusionPBX
6164fb6537
Update call_block_edit.php
2019-10-30 02:27:12 -06:00
FusionPBX
def57f86dd
Update call_block_edit.php
2019-10-28 16:42:14 -06:00
FusionPBX
5e33dbd471
Update call_block_edit.php
2019-10-28 16:41:54 -06:00
FusionPBX
b5b3d89079
Update call_block_edit.php
2019-10-28 14:15:10 -06:00
FusionPBX
15dd85f9a2
Update call_block_edit.php
2019-10-28 12:29:29 -06:00
FusionPBX
d507bd4b14
Update call_block_edit.php
2019-10-27 00:36:17 -06:00
FusionPBX
0bb4329162
Update call_block_edit.php
2019-10-26 23:43:03 -06:00
Nate
17ac712cc8
Updates to Access Controls, Bridges, and Call Block.
2019-10-21 17:03:59 -06:00
Nate
e29c4df126
Call Block: List view updates.
2019-10-19 19:14:34 -06:00
Nate
b30608cd31
Call Block: Token integration.
2019-09-17 21:49:02 -06:00
Nate
8882502cc6
Database class integration.
2019-07-01 21:10:31 -06:00
FusionPBX
4cef72bf89
Update call_block_edit.php
2019-03-21 14:06:42 -06:00
FusionPBX
ef57fea831
Update call_block_edit.php
2018-10-23 10:38:43 -06:00
AlexanderDCrane
8d8ad48d24
Update call_block_edit.php ( #3374 )
2018-08-31 12:50:19 -06:00
markjcrane
a72f1d6266
Change messages class to message
2018-08-31 03:09:01 +00:00
AlexanderDCrane
aac76d9936
Update call_block_edit.php ( #3137 )
2018-06-13 01:18:56 -06:00
AlexanderDCrane
a21872e87b
Update call_block_edit.php ( #3091 )
2018-06-09 10:09:58 -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
markjcrane
af64f66cc7
Fix a null error and translation for select option voicemail.
2015-10-19 20:58:16 -06:00