The string "29c4a0e4ef7d1969a94a5f4aadd20690" is an MD5 hash representing the password "admin1234"
RegScheme= 1-TCP 2-UDP
No Luck with BLF Status working
The string "29c4a0e4ef7d1969a94a5f4aadd20690" is an MD5 hash representing the password "admin1234"
RegScheme= 1-TCP 2-UDP
No Luck with BLF Status working
All Fanvil V6x phones share the same <sysConf> XML provisioning schema
and {$mac}.cfg filename convention, so each of the new templates is a
copy of the existing v67 template with <UseVendorClassID> set to 0 and
<VendorClassID> set to a generic "Fanvil" string. This avoids coupling
the templates to a single model's DHCP Option 60 identifier while
letting operators pick the matching device type in the provisioning UI.
* Update th_order_by function
- $order is optional
- $http_get_params can be a string or array
- removed unused $field_value variable
* Update functions.php
* Updated for X7C. (HW version 1.0, FW version 2.4.13)
Added missing default elements
Fixed function keys:
* Fixed bug that required all keys prior to the highest one to be defined in FusionPBX
* Included memory and line key types
* Fixed bug that prevented pages 2-5 from being programmed
* Cleaned up function key loop in template
* Defaults (unprogrammed keys) now correct
* Fixing default keys up to the first page (12 keys)
* Update wallpaper settings for Yealink T73W
update wallpaper and wallpaper filename to the correct model
* Update wallpaper configuration for Yealink T87W
update wallpaper and wallpaper filename to the correct model
- Reported that stdout could cause audio issue on some models so this provides an option to leave it empty.
- Default the value to empty
- Continued support for fanvil_syslog_enable
* Remove file cache due to race condition
* Improves APCu cache consistency and error logging
Enhances APCu handling by validating both cache keys before using cached data, checking data integrity, and logging cache validation failures. Ensures both class and interface arrays are stored successfully, logging and clearing cache on partial store failures to prevent inconsistent states. Aims to improve reliability and aid in diagnosing APCu issues.
* Remove exit command on reload signal
* Issue reload message on signal reload event
* Add missing return type
* Add explicit casting for int
* Add comment for signal type
* Shutdown after sending reload signal