Couple firmware URL fixes (#2106)
* Couple firmware URL fixes * Add handset OTA upgrade to W52p * Remove profanity from returned results.
This commit is contained in:
parent
19fa07c29a
commit
d084fe3fcc
|
|
@ -74,6 +74,7 @@
|
|||
end
|
||||
|
||||
transcription = transcribe_json["results"][1]["name"];
|
||||
transcription = transcription:gsub("<profanity>.*<%/profanity>","...");
|
||||
confidence = transcribe_json["results"][1]["confidence"];
|
||||
end
|
||||
return transcription;
|
||||
|
|
|
|||
|
|
@ -1551,4 +1551,4 @@ directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_userna
|
|||
## Configure the access URL of firmware ##
|
||||
#######################################################################################
|
||||
#Before using this parameter, you should store the desired firmware (x.71.x.x.rom) to the provisioning server.
|
||||
firmware.url = {$yealink_t46g_firmware_url}
|
||||
firmware.url = {$yealink_t21p_firmware_url}
|
||||
|
|
|
|||
|
|
@ -1551,4 +1551,4 @@ directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_userna
|
|||
## Configure the access URL of firmware ##
|
||||
#######################################################################################
|
||||
#Before using this parameter, you should store the desired firmware (x.71.x.x.rom) to the provisioning server.
|
||||
firmware.url = {$yealink_t46g_firmware_url}
|
||||
firmware.url = {$yealink_t23p_firmware_url}
|
||||
|
|
|
|||
|
|
@ -337,9 +337,9 @@ firmware.url = {$yealink_w52p_firmware_url}
|
|||
## Handset_upgrade ##
|
||||
#######################################################################################
|
||||
|
||||
over_the_air.url =
|
||||
over_the_air.base_trigger =
|
||||
over_the_air.handset_tip =
|
||||
over_the_air.url = {$yealink_w52p_handset_firmware_url}
|
||||
over_the_air.base_trigger = 1
|
||||
over_the_air.handset_tip = 1
|
||||
|
||||
#######################################################################################
|
||||
## Certificates ##
|
||||
|
|
|
|||
Loading…
Reference in New Issue