FusionPBX
6d692363ce
Remove an extra round bracket.
2025-12-16 12:44:02 -07:00
FusionPBX
e464540a9e
Add file_type use it to determine when to use the xml::sanitize
2025-12-16 12:33:34 -07:00
FusionPBX
c0f9dc5105
Add call_group filter to SQL query
2025-12-16 12:04:42 -07:00
FusionPBX
ddb8b9a697
Fix the contact_extensions_filter_by value set it to call_group
2025-12-16 11:04:08 -07:00
FusionPBX
6850095de7
Add option to filter contact extension by call_group
...
- This is needed for polycoms for a large client
- So that it doesn't phone book limits on a Polycom
2025-12-11 17:58:02 -07:00
FusionPBX
298c1525a6
Sanitize the phonebook xml
2025-12-02 12:59:43 -07:00
FusionPBX
fb49cba65c
Fix auto daylight savings settings use stop instead of end
2025-10-09 09:32:15 -06:00
FusionPBX
336f304e7c
Provision settings for templates use type text
...
The configuration template is an XML string or other type of config file that is delivered to the endpoint as a string.
This fixes a bug that was breaking the template variables that were using type boolean.
2025-10-08 16:10:53 -06:00
FusionPBX
a28468fc5e
Add settings for dns primary and secondary servers
...
Add these to be disabled by default
2025-09-10 15:55:31 -06:00
FusionPBX
4d668cbb31
Fix device status provisioned date
...
This affected the new device's provisioned status update
2025-09-10 12:03:29 -06:00
FusionPBX
cf7ff39d32
Update provision.php
2025-08-27 10:53:23 -06:00
FusionPBX
628f776266
Fix provision auto insert #7388
2025-07-30 08:27:59 -06:00
FusionPBX
b5c28011ce
Check for Mitel in the user agent string
2025-06-06 13:49:24 -06:00
FusionPBX
efd9f8979e
Use standard time GMT offset
2025-03-28 17:45:13 -06:00
FusionPBX
90b774e86d
Add default setting daylight_savings_auto
2025-03-26 11:44:17 -06:00
FusionPBX
1778963607
Calculate the daylight savings settings
2025-03-21 19:51:27 -06:00
frytimo
056ddc93ca
remove the automatic setting of server connection port in provisioning ( #7243 )
...
* remove the automatic setting of the server connection port in provisioning
2025-02-13 14:09:03 -07:00
FusionPBX
965b245794
Use lowercase matching domain name #7230
...
When the domain name has upper and lower case letters. The domain UUID results in not found in app/provision
2025-01-24 16:03:53 -07:00
FusionPBX
cd8d5302ac
Fix temporary permissions
2024-11-29 13:57:01 -07:00
Antonio Fernandez
9e5116b8fb
contacts appear by default in templates ( #7154 )
2024-11-09 18:30:03 -07:00
FusionPBX
afdb029a25
Update http_auth to use boolean
2024-11-01 14:17:32 -06:00
FusionPBX
175e88e15a
Fix for the device template
...
If the device vendor matches then use the alternate device template
2024-11-01 12:33:34 -06:00
FusionPBX
11cc01a79a
Provision settings adjust types
...
If the type is boolean with a value of 0 or 1, use type text; if it is numeric, use type text.
The template default setting uses a string for the template values, and a boolean type is used with conditions.
2024-10-23 15:10:31 -06:00
FusionPBX
2765c1d229
Extension directory order by first name
2024-10-22 19:11:07 -06:00
FusionPBX
d28a98bbb1
Update provision.php
...
Remove debug info
2024-10-22 19:06:45 -06:00
FusionPBX
3415d57751
Provision enabled setting default boolean
2024-10-22 19:00:05 -06:00
FusionPBX
fa596c94a4
Provision setting enabled use boolean
2024-10-22 18:58:03 -06:00
FusionPBX
23acd611c2
Boolean settings as type boolean
...
PHP 7.1 and 8.1 handled boolean string differently. Changed the type to a proper boolean to resolve this issue.
2024-10-22 18:23:49 -06:00
FusionPBX
f24847d1c4
Update index.php
2024-10-21 15:25:45 -06:00
FusionPBX
7f2bd7d53a
Fix provision auto_insert_enabled
2024-09-28 11:01:39 -06:00
FusionPBX
2032e4937e
Support sip_port value of 0
...
Change empty to !isset to account for sip_port that can be set to 0.
2024-09-10 13:40:44 -06:00
FusionPBX
4dfcba93b7
Update code for line key variables
...
Search and replace the variables such as user_id, display_name, and other preset variables to match the correct line key. Focused on it working with multiple line keys.
2024-09-04 20:21:03 -06:00
NorwayFun
aabc2f33a8
Localization: Add full support for Georgian language ( #7110 )
...
* Translating apps to Georgian
* Translating apps to Georgian
* Translating more apps to Georgian
* Translating more apps to Georgian
* Translating more apps to Georgian
* Translating more apps to Georgian
* Translating more apps to Georgian
* Translating theme to Georgian
* Translating core to Georgian
* Translating core to Georgian
* Translating core to Georgian by Marie
* Translating core to Georgian
* Translating resources to Georgian by Marie
* Translating core to Georgian
* fix app_languages.php
2024-08-28 09:59:02 -06:00
frytimo
2cbb4dbc31
remove instances where a pointer is used in a foreach loop for value ( #7108 )
2024-08-22 12:41:10 -06:00
FusionPBX
0829062cc7
Remove the http_domain_filter
...
The reason its removed from the class is http_domain_filter was moved to provision/index.php
2024-08-07 15:18:02 -06:00
frytimo
be68bfb915
honor the domain_filter setting in default settings ( #7085 )
...
It was found that the domain_filter was not working when provisioning devices. This can lead to conflicts if a device address is in multiple domains or a valid device address is sent for another domain. This enforces the check so that if http_domain_filter is enabled and the domain name does not match the device specified, it will reject the request.
2024-08-07 14:09:26 -06:00
FusionPBX
163403acc7
Re-use the database object
2024-08-05 15:07:13 -06:00
FusionPBX
cd1cc70044
Remove redundant database objects
...
This reduces database connections and improves performance.
2024-08-05 14:22:17 -06:00
Antonio Fernandez
5cc9f93be8
Find Snom MAC via UA ( #7057 )
...
* Find Snom MAC via UA
2024-07-19 13:38:03 -06:00
Antonio Fernandez
fcc2eed4fa
Update provision.php ( #7054 )
...
unset the $sql var where needed
2024-07-18 12:07:10 -06:00
FusionPBX
42a3969836
Update provision.php
...
Used to replace the domain name in the yealink_provision_url
2024-07-12 18:04:14 -06:00
FusionPBX
41de2177e1
Update provision.php
...
Fix bug to pass the parameters including settings and database.
2024-07-08 13:37:58 -06:00
FusionPBX
0ff2503240
Update index.php
...
Minor changes. Use the provision array to get the cidr details.
2024-07-04 18:01:50 -06:00
FusionPBX
1d7bcbe0ee
Device disabled send message to syslog
2024-07-04 17:58:12 -06:00
FusionPBX
1f077ebc2b
Bug FIX - Deny device_address 000000000000
...
Polycom will make a request with a device address of 000000000000 as well as another request with the real device mac address.
The issue was 000000000000 was on another tenant and it delivered contacts from the other tenant.
2024-06-28 12:18:29 -06:00
Antonio Fernandez
b51b97f495
Fixed comment ( #7028 )
2024-06-28 09:56:01 -06:00
Antonio Fernandez
9081f59ca9
bug fix in device_by.php ( #7027 )
2024-06-28 09:55:43 -06:00
FusionPBX
6be515de9e
Add a missing $
2024-06-26 21:50:49 -06:00
FusionPBX
315a3d322f
Provision class use settings and database object
...
Credit for these changes go to frytimo changes curated by Mark
2024-06-26 21:23:24 -06:00
FusionPBX
7d2941124e
Update provision.php
...
Use sys_get_temp_dir() to get the temp directory
2024-06-25 20:13:46 -06:00