diff --git a/app/yealink/app_config.php b/app/yealink/app_config.php index d09f919440..624945bfbc 100644 --- a/app/yealink/app_config.php +++ b/app/yealink/app_config.php @@ -247,6 +247,14 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "5060 default"; $y++; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "089119ac-c2f2-46a2-8d0e-6f78ac3fb740"; + $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; + $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_super_search_url"; + $apps[$x]['default_settings'][$y]['default_setting_name'] = "text"; + $apps[$x]['default_settings'][$y]['default_setting_value'] = "https://server.yourdomain.com/app/provision/?file=super_search.xml"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; + $apps[$x]['default_settings'][$y]['default_setting_description'] = "URL for Yealink Super Search XML configuration file"; + $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "3f903069-c0fc-4bf1-9c33-907bf238475e"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_firmware_url"; diff --git a/resources/templates/provision/yealink/cp860/super_search.xml b/resources/templates/provision/yealink/cp860/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/cp860/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/cp860/y000000000037.cfg b/resources/templates/provision/yealink/cp860/y000000000037.cfg index bf30a462fa..e0a8350083 100644 --- a/resources/templates/provision/yealink/cp860/y000000000037.cfg +++ b/resources/templates/provision/yealink/cp860/y000000000037.cfg @@ -1617,7 +1617,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/cp920/super_search.xml b/resources/templates/provision/yealink/cp920/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/cp920/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/cp920/y000000000078.cfg b/resources/templates/provision/yealink/cp920/y000000000078.cfg index 541523f8f6..aab5770823 100644 --- a/resources/templates/provision/yealink/cp920/y000000000078.cfg +++ b/resources/templates/provision/yealink/cp920/y000000000078.cfg @@ -1614,7 +1614,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/cp960/super_search.xml b/resources/templates/provision/yealink/cp960/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/cp960/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/cp960/y000000000073.cfg b/resources/templates/provision/yealink/cp960/y000000000073.cfg index a76845c78c..02fe07f817 100644 --- a/resources/templates/provision/yealink/cp960/y000000000073.cfg +++ b/resources/templates/provision/yealink/cp960/y000000000073.cfg @@ -1616,7 +1616,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t19p/super_search.xml b/resources/templates/provision/yealink/t19p/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t19p/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t19p/y000000000053.cfg b/resources/templates/provision/yealink/t19p/y000000000053.cfg index 8953e66e61..31971ad2f2 100644 --- a/resources/templates/provision/yealink/t19p/y000000000053.cfg +++ b/resources/templates/provision/yealink/t19p/y000000000053.cfg @@ -1286,7 +1286,7 @@ openvpn.url = {$yealink_openvpn_url} ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t20p/super_search.xml b/resources/templates/provision/yealink/t20p/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t20p/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t20p/y000000000007.cfg b/resources/templates/provision/yealink/t20p/y000000000007.cfg index 4ead3db9d9..a7ac7b7da8 100644 --- a/resources/templates/provision/yealink/t20p/y000000000007.cfg +++ b/resources/templates/provision/yealink/t20p/y000000000007.cfg @@ -1286,7 +1286,7 @@ openvpn.url = {$yealink_openvpn_url} ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t21p/super_search.xml b/resources/templates/provision/yealink/t21p/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t21p/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t21p/y000000000052.cfg b/resources/templates/provision/yealink/t21p/y000000000052.cfg index 523d9eff18..ca94d0b7b4 100644 --- a/resources/templates/provision/yealink/t21p/y000000000052.cfg +++ b/resources/templates/provision/yealink/t21p/y000000000052.cfg @@ -1612,7 +1612,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t22p/super_search.xml b/resources/templates/provision/yealink/t22p/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t22p/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t22p/y000000000005.cfg b/resources/templates/provision/yealink/t22p/y000000000005.cfg index 33a6f9d7db..ec3744478d 100644 --- a/resources/templates/provision/yealink/t22p/y000000000005.cfg +++ b/resources/templates/provision/yealink/t22p/y000000000005.cfg @@ -1286,7 +1286,7 @@ openvpn.url = {$yealink_openvpn_url} ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t23g/super_search.xml b/resources/templates/provision/yealink/t23g/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t23g/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t23g/y000000000044.cfg b/resources/templates/provision/yealink/t23g/y000000000044.cfg index 71886cf31d..69dd69c2e3 100644 --- a/resources/templates/provision/yealink/t23g/y000000000044.cfg +++ b/resources/templates/provision/yealink/t23g/y000000000044.cfg @@ -1652,7 +1652,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t23p/super_search.xml b/resources/templates/provision/yealink/t23p/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t23p/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t23p/y000000000044.cfg b/resources/templates/provision/yealink/t23p/y000000000044.cfg index 518181dda7..36dceaa243 100644 --- a/resources/templates/provision/yealink/t23p/y000000000044.cfg +++ b/resources/templates/provision/yealink/t23p/y000000000044.cfg @@ -1651,7 +1651,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t26p/super_search.xml b/resources/templates/provision/yealink/t26p/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t26p/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t26p/y000000000004.cfg b/resources/templates/provision/yealink/t26p/y000000000004.cfg index 738aca3cef..7d962a307f 100644 --- a/resources/templates/provision/yealink/t26p/y000000000004.cfg +++ b/resources/templates/provision/yealink/t26p/y000000000004.cfg @@ -1286,7 +1286,7 @@ openvpn.url = {$yealink_openvpn_url} ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t27g/super_search.xml b/resources/templates/provision/yealink/t27g/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t27g/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t27g/y000000000069.cfg b/resources/templates/provision/yealink/t27g/y000000000069.cfg index 82c094f31f..7398301746 100644 --- a/resources/templates/provision/yealink/t27g/y000000000069.cfg +++ b/resources/templates/provision/yealink/t27g/y000000000069.cfg @@ -1652,7 +1652,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t27p/super_search.xml b/resources/templates/provision/yealink/t27p/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t27p/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t27p/y000000000045.cfg b/resources/templates/provision/yealink/t27p/y000000000045.cfg index 43c6e1b4fc..031519cba8 100644 --- a/resources/templates/provision/yealink/t27p/y000000000045.cfg +++ b/resources/templates/provision/yealink/t27p/y000000000045.cfg @@ -1653,7 +1653,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t28p/super_search.xml b/resources/templates/provision/yealink/t28p/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t28p/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t28p/y000000000000.cfg b/resources/templates/provision/yealink/t28p/y000000000000.cfg index b4448e58e5..902647d8c1 100644 --- a/resources/templates/provision/yealink/t28p/y000000000000.cfg +++ b/resources/templates/provision/yealink/t28p/y000000000000.cfg @@ -1268,7 +1268,7 @@ openvpn.url = {$yealink_openvpn_url} ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t29g/super_search.xml b/resources/templates/provision/yealink/t29g/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t29g/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t29g/y000000000046.cfg b/resources/templates/provision/yealink/t29g/y000000000046.cfg index 78f704a8db..dfc8ad2134 100644 --- a/resources/templates/provision/yealink/t29g/y000000000046.cfg +++ b/resources/templates/provision/yealink/t29g/y000000000046.cfg @@ -1654,7 +1654,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t2x/super_search.xml b/resources/templates/provision/yealink/t2x/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t2x/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t2x/y000000000044.cfg b/resources/templates/provision/yealink/t2x/y000000000044.cfg index e885d26a2d..9b78012cfd 100644 --- a/resources/templates/provision/yealink/t2x/y000000000044.cfg +++ b/resources/templates/provision/yealink/t2x/y000000000044.cfg @@ -1652,7 +1652,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t2x/y000000000052.cfg b/resources/templates/provision/yealink/t2x/y000000000052.cfg index e416c962ef..c1b0d1f452 100644 --- a/resources/templates/provision/yealink/t2x/y000000000052.cfg +++ b/resources/templates/provision/yealink/t2x/y000000000052.cfg @@ -1612,7 +1612,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t2x/y000000000053.cfg b/resources/templates/provision/yealink/t2x/y000000000053.cfg index 6b5cfabc77..b474bdcdcd 100644 --- a/resources/templates/provision/yealink/t2x/y000000000053.cfg +++ b/resources/templates/provision/yealink/t2x/y000000000053.cfg @@ -1291,7 +1291,7 @@ openvpn.url = {$yealink_openvpn_url} ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t2x/y000000000069.cfg b/resources/templates/provision/yealink/t2x/y000000000069.cfg index 000d141949..a7a52264d3 100644 --- a/resources/templates/provision/yealink/t2x/y000000000069.cfg +++ b/resources/templates/provision/yealink/t2x/y000000000069.cfg @@ -1652,7 +1652,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t31g/super_search.xml b/resources/templates/provision/yealink/t31g/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t31g/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t31g/y000000000123.cfg b/resources/templates/provision/yealink/t31g/y000000000123.cfg index 0aab453268..e62b79783a 100644 --- a/resources/templates/provision/yealink/t31g/y000000000123.cfg +++ b/resources/templates/provision/yealink/t31g/y000000000123.cfg @@ -1290,7 +1290,7 @@ openvpn.url = {$yealink_openvpn_url} ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t32g/super_search.xml b/resources/templates/provision/yealink/t32g/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t32g/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t32g/y000000000032.cfg b/resources/templates/provision/yealink/t32g/y000000000032.cfg index 34456fdd54..6cae7a26fc 100644 --- a/resources/templates/provision/yealink/t32g/y000000000032.cfg +++ b/resources/templates/provision/yealink/t32g/y000000000032.cfg @@ -1283,7 +1283,7 @@ openvpn.url = {$yealink_openvpn_url} ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t33g/super_search.xml b/resources/templates/provision/yealink/t33g/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t33g/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t33g/y000000000124.cfg b/resources/templates/provision/yealink/t33g/y000000000124.cfg index c8bc8e1ef9..6edafeef1e 100644 --- a/resources/templates/provision/yealink/t33g/y000000000124.cfg +++ b/resources/templates/provision/yealink/t33g/y000000000124.cfg @@ -774,7 +774,7 @@ phone_setting.vq_rtcpxr.session_report.enable= ## Contact ## ####################################################################################### static.directory_setting.url= -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t38g/super_search.xml b/resources/templates/provision/yealink/t38g/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t38g/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t38g/y000000000038.cfg b/resources/templates/provision/yealink/t38g/y000000000038.cfg index 1c3918f9a6..3dcd310596 100644 --- a/resources/templates/provision/yealink/t38g/y000000000038.cfg +++ b/resources/templates/provision/yealink/t38g/y000000000038.cfg @@ -1286,7 +1286,7 @@ openvpn.url = {$yealink_openvpn_url} ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t40g/super_search.xml b/resources/templates/provision/yealink/t40g/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t40g/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t40g/y000000000076.cfg b/resources/templates/provision/yealink/t40g/y000000000076.cfg index cff5540994..c0a477d95c 100644 --- a/resources/templates/provision/yealink/t40g/y000000000076.cfg +++ b/resources/templates/provision/yealink/t40g/y000000000076.cfg @@ -1654,7 +1654,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t40p/super_search.xml b/resources/templates/provision/yealink/t40p/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t40p/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t40p/y000000000054.cfg b/resources/templates/provision/yealink/t40p/y000000000054.cfg index 5c943953dc..5c96ad14af 100644 --- a/resources/templates/provision/yealink/t40p/y000000000054.cfg +++ b/resources/templates/provision/yealink/t40p/y000000000054.cfg @@ -1635,7 +1635,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t41p/super_search.xml b/resources/templates/provision/yealink/t41p/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t41p/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t41p/y000000000036.cfg b/resources/templates/provision/yealink/t41p/y000000000036.cfg index 897ee2d462..3f0dfcd902 100644 --- a/resources/templates/provision/yealink/t41p/y000000000036.cfg +++ b/resources/templates/provision/yealink/t41p/y000000000036.cfg @@ -1653,7 +1653,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t41s/super_search.xml b/resources/templates/provision/yealink/t41s/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t41s/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t41s/y000000000068.cfg b/resources/templates/provision/yealink/t41s/y000000000068.cfg index a6806e5de7..8a49590312 100644 --- a/resources/templates/provision/yealink/t41s/y000000000068.cfg +++ b/resources/templates/provision/yealink/t41s/y000000000068.cfg @@ -684,7 +684,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t42g/super_search.xml b/resources/templates/provision/yealink/t42g/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t42g/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t42g/y000000000029.cfg b/resources/templates/provision/yealink/t42g/y000000000029.cfg index 76c65ef6c7..68334def11 100644 --- a/resources/templates/provision/yealink/t42g/y000000000029.cfg +++ b/resources/templates/provision/yealink/t42g/y000000000029.cfg @@ -1634,7 +1634,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t42s/super_search.xml b/resources/templates/provision/yealink/t42s/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t42s/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t42s/y000000000067.cfg b/resources/templates/provision/yealink/t42s/y000000000067.cfg index 09585b8445..be908c43d6 100644 --- a/resources/templates/provision/yealink/t42s/y000000000067.cfg +++ b/resources/templates/provision/yealink/t42s/y000000000067.cfg @@ -685,7 +685,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t43u/super_search.xml b/resources/templates/provision/yealink/t43u/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t43u/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t43u/y000000000107.cfg b/resources/templates/provision/yealink/t43u/y000000000107.cfg index 2656cde24a..773b266bff 100644 --- a/resources/templates/provision/yealink/t43u/y000000000107.cfg +++ b/resources/templates/provision/yealink/t43u/y000000000107.cfg @@ -777,7 +777,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t46g/super_search.xml b/resources/templates/provision/yealink/t46g/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t46g/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t46g/y000000000028.cfg b/resources/templates/provision/yealink/t46g/y000000000028.cfg index 05bca74e1a..e60cdf37b0 100644 --- a/resources/templates/provision/yealink/t46g/y000000000028.cfg +++ b/resources/templates/provision/yealink/t46g/y000000000028.cfg @@ -1660,7 +1660,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t46s/y000000000066.cfg b/resources/templates/provision/yealink/t46s/y000000000066.cfg index b75a509304..1dd4c7ece0 100644 --- a/resources/templates/provision/yealink/t46s/y000000000066.cfg +++ b/resources/templates/provision/yealink/t46s/y000000000066.cfg @@ -685,7 +685,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t46u/super_search.xml b/resources/templates/provision/yealink/t46u/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t46u/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t46u/y000000000108.cfg b/resources/templates/provision/yealink/t46u/y000000000108.cfg index 451a3b1145..0491a75bb8 100644 --- a/resources/templates/provision/yealink/t46u/y000000000108.cfg +++ b/resources/templates/provision/yealink/t46u/y000000000108.cfg @@ -777,7 +777,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t48g/super_search.xml b/resources/templates/provision/yealink/t48g/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t48g/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t48g/y000000000035.cfg b/resources/templates/provision/yealink/t48g/y000000000035.cfg index d771862895..547328b615 100644 --- a/resources/templates/provision/yealink/t48g/y000000000035.cfg +++ b/resources/templates/provision/yealink/t48g/y000000000035.cfg @@ -1633,7 +1633,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t48s/super_search.xml b/resources/templates/provision/yealink/t48s/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t48s/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t48s/y000000000065.cfg b/resources/templates/provision/yealink/t48s/y000000000065.cfg index afcc6a5766..5a8c88bda2 100644 --- a/resources/templates/provision/yealink/t48s/y000000000065.cfg +++ b/resources/templates/provision/yealink/t48s/y000000000065.cfg @@ -725,7 +725,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t49g/super_search.xml b/resources/templates/provision/yealink/t49g/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t49g/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t49g/y000000000051.cfg b/resources/templates/provision/yealink/t49g/y000000000051.cfg index 4e0bfcd2ce..ecbaf9b512 100644 --- a/resources/templates/provision/yealink/t49g/y000000000051.cfg +++ b/resources/templates/provision/yealink/t49g/y000000000051.cfg @@ -1593,7 +1593,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t4x/super_search.xml b/resources/templates/provision/yealink/t4x/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t4x/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t4x/y000000000028.cfg b/resources/templates/provision/yealink/t4x/y000000000028.cfg index eb1be1dcf4..20deb364fd 100644 --- a/resources/templates/provision/yealink/t4x/y000000000028.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000028.cfg @@ -1651,7 +1651,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t4x/y000000000029.cfg b/resources/templates/provision/yealink/t4x/y000000000029.cfg index 7b502116b3..0b9339b541 100644 --- a/resources/templates/provision/yealink/t4x/y000000000029.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000029.cfg @@ -1634,7 +1634,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t4x/y000000000035.cfg b/resources/templates/provision/yealink/t4x/y000000000035.cfg index 4007034d1e..8d430759e2 100644 --- a/resources/templates/provision/yealink/t4x/y000000000035.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000035.cfg @@ -1633,7 +1633,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t4x/y000000000036.cfg b/resources/templates/provision/yealink/t4x/y000000000036.cfg index 13da6ebc60..924427ab59 100644 --- a/resources/templates/provision/yealink/t4x/y000000000036.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000036.cfg @@ -1653,7 +1653,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t4x/y000000000054.cfg b/resources/templates/provision/yealink/t4x/y000000000054.cfg index a5f872e62d..acb78a459e 100644 --- a/resources/templates/provision/yealink/t4x/y000000000054.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000054.cfg @@ -1635,7 +1635,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t4x/y000000000065.cfg b/resources/templates/provision/yealink/t4x/y000000000065.cfg index 5881bc637d..0222b1baa5 100644 --- a/resources/templates/provision/yealink/t4x/y000000000065.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000065.cfg @@ -724,7 +724,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t4x/y000000000066.cfg b/resources/templates/provision/yealink/t4x/y000000000066.cfg index 06e9d7c3e9..5edb9e5a9d 100644 --- a/resources/templates/provision/yealink/t4x/y000000000066.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000066.cfg @@ -683,7 +683,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t4x/y000000000067.cfg b/resources/templates/provision/yealink/t4x/y000000000067.cfg index fb69b1db62..b3ecb9c0fd 100644 --- a/resources/templates/provision/yealink/t4x/y000000000067.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000067.cfg @@ -683,7 +683,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t4x/y000000000068.cfg b/resources/templates/provision/yealink/t4x/y000000000068.cfg index 31a29b42e2..4ceef695ef 100644 --- a/resources/templates/provision/yealink/t4x/y000000000068.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000068.cfg @@ -683,7 +683,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t4x/y000000000076.cfg b/resources/templates/provision/yealink/t4x/y000000000076.cfg index 267fa1e5fa..237f10fab9 100644 --- a/resources/templates/provision/yealink/t4x/y000000000076.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000076.cfg @@ -1653,7 +1653,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/t4x/y000000000107.cfg b/resources/templates/provision/yealink/t4x/y000000000107.cfg index 5881bc637d..0222b1baa5 100644 --- a/resources/templates/provision/yealink/t4x/y000000000107.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000107.cfg @@ -724,7 +724,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t4x/y000000000108.cfg b/resources/templates/provision/yealink/t4x/y000000000108.cfg index 9dca7962bb..b90d1e5af7 100644 --- a/resources/templates/provision/yealink/t4x/y000000000108.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000108.cfg @@ -683,7 +683,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t4x/y000000000109.cfg b/resources/templates/provision/yealink/t4x/y000000000109.cfg index 5881bc637d..0222b1baa5 100644 --- a/resources/templates/provision/yealink/t4x/y000000000109.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000109.cfg @@ -724,7 +724,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t4x/y000000000116.cfg b/resources/templates/provision/yealink/t4x/y000000000116.cfg index fb69b1db62..b3ecb9c0fd 100644 --- a/resources/templates/provision/yealink/t4x/y000000000116.cfg +++ b/resources/templates/provision/yealink/t4x/y000000000116.cfg @@ -683,7 +683,7 @@ phone_setting.vq_rtcpxr.session_report.enable= static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t52s/super_search.xml b/resources/templates/provision/yealink/t52s/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t52s/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t52s/y000000000074.cfg b/resources/templates/provision/yealink/t52s/y000000000074.cfg index dc6ec756d8..f9f02aaa2e 100644 --- a/resources/templates/provision/yealink/t52s/y000000000074.cfg +++ b/resources/templates/provision/yealink/t52s/y000000000074.cfg @@ -684,7 +684,7 @@ phone_setting.vq_rtcpxr.session_report.enable= {$yealink_rtcpxr_report_enable} ####################################################################################### static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t53/super_search.xml b/resources/templates/provision/yealink/t53/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t53/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t53/y000000000095.cfg b/resources/templates/provision/yealink/t53/y000000000095.cfg index 42ce735a08..827da250d9 100644 --- a/resources/templates/provision/yealink/t53/y000000000095.cfg +++ b/resources/templates/provision/yealink/t53/y000000000095.cfg @@ -764,7 +764,7 @@ phone_setting.vq_rtcpxr.session_report.enable= {$yealink_rtcpxr_report_enable} ####################################################################################### static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t53w/super_search.xml b/resources/templates/provision/yealink/t53w/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t53w/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t53w/y000000000095.cfg b/resources/templates/provision/yealink/t53w/y000000000095.cfg index 45c61a1b97..68a752f70a 100644 --- a/resources/templates/provision/yealink/t53w/y000000000095.cfg +++ b/resources/templates/provision/yealink/t53w/y000000000095.cfg @@ -764,7 +764,7 @@ phone_setting.vq_rtcpxr.session_report.enable= {$yealink_rtcpxr_report_enable} ####################################################################################### static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t54s/super_search.xml b/resources/templates/provision/yealink/t54s/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t54s/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t54s/y000000000070.cfg b/resources/templates/provision/yealink/t54s/y000000000070.cfg index 274da69c00..fa6a3acf7f 100644 --- a/resources/templates/provision/yealink/t54s/y000000000070.cfg +++ b/resources/templates/provision/yealink/t54s/y000000000070.cfg @@ -683,7 +683,7 @@ phone_setting.vq_rtcpxr.session_report.enable= {$yealink_rtcpxr_report_enable} ####################################################################################### static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t54w/super_search.xml b/resources/templates/provision/yealink/t54w/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t54w/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t54w/y000000000096.cfg b/resources/templates/provision/yealink/t54w/y000000000096.cfg index 63b5109e67..e71173c0f5 100644 --- a/resources/templates/provision/yealink/t54w/y000000000096.cfg +++ b/resources/templates/provision/yealink/t54w/y000000000096.cfg @@ -764,7 +764,7 @@ phone_setting.vq_rtcpxr.session_report.enable= {$yealink_rtcpxr_report_enable} ####################################################################################### static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t56a/super_search.xml b/resources/templates/provision/yealink/t56a/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t56a/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t56a/y000000000056.cfg b/resources/templates/provision/yealink/t56a/y000000000056.cfg index d7f7c6f86d..604d677359 100644 --- a/resources/templates/provision/yealink/t56a/y000000000056.cfg +++ b/resources/templates/provision/yealink/t56a/y000000000056.cfg @@ -973,7 +973,7 @@ multicast.paging_address.1.label = ## Super Search ## ####################################################################################### super_search.recent_call = -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### diff --git a/resources/templates/provision/yealink/t57w/super_search.xml b/resources/templates/provision/yealink/t57w/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t57w/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t57w/y000000000097.cfg b/resources/templates/provision/yealink/t57w/y000000000097.cfg index 3ca677ff00..e52217a850 100644 --- a/resources/templates/provision/yealink/t57w/y000000000097.cfg +++ b/resources/templates/provision/yealink/t57w/y000000000097.cfg @@ -765,7 +765,7 @@ phone_setting.vq_rtcpxr.session_report.enable= {$yealink_rtcpxr_report_enable} ####################################################################################### static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t58a/super_search.xml b/resources/templates/provision/yealink/t58a/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t58a/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t58a/y000000000058.cfg b/resources/templates/provision/yealink/t58a/y000000000058.cfg index b08d35b4ef..c99ca701ee 100644 --- a/resources/templates/provision/yealink/t58a/y000000000058.cfg +++ b/resources/templates/provision/yealink/t58a/y000000000058.cfg @@ -972,7 +972,7 @@ multicast.paging_address.1.label = ## Super Search ## ####################################################################################### super_search.recent_call = -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### diff --git a/resources/templates/provision/yealink/t58v/super_search.xml b/resources/templates/provision/yealink/t58v/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t58v/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t58v/y000000000058.cfg b/resources/templates/provision/yealink/t58v/y000000000058.cfg index b664f1e602..b8e1a21bbc 100644 --- a/resources/templates/provision/yealink/t58v/y000000000058.cfg +++ b/resources/templates/provision/yealink/t58v/y000000000058.cfg @@ -973,7 +973,7 @@ multicast.paging_address.1.label = ## Super Search ## ####################################################################################### super_search.recent_call = -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### diff --git a/resources/templates/provision/yealink/t5x/super_search.xml b/resources/templates/provision/yealink/t5x/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/t5x/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/t5x/y000000000070.cfg b/resources/templates/provision/yealink/t5x/y000000000070.cfg index 8f0a9b51ae..59e051b9bf 100644 --- a/resources/templates/provision/yealink/t5x/y000000000070.cfg +++ b/resources/templates/provision/yealink/t5x/y000000000070.cfg @@ -682,7 +682,7 @@ phone_setting.vq_rtcpxr.session_report.enable= {$yealink_rtcpxr_report_enable} ####################################################################################### static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t5x/y000000000095.cfg b/resources/templates/provision/yealink/t5x/y000000000095.cfg index d99fe5b8f4..2ebfd0f30f 100644 --- a/resources/templates/provision/yealink/t5x/y000000000095.cfg +++ b/resources/templates/provision/yealink/t5x/y000000000095.cfg @@ -758,7 +758,7 @@ phone_setting.vq_rtcpxr.session_report.enable= {$yealink_rtcpxr_report_enable} ####################################################################################### static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t5x/y000000000096.cfg b/resources/templates/provision/yealink/t5x/y000000000096.cfg index a59d329131..be1e65f8d1 100644 --- a/resources/templates/provision/yealink/t5x/y000000000096.cfg +++ b/resources/templates/provision/yealink/t5x/y000000000096.cfg @@ -759,7 +759,7 @@ phone_setting.vq_rtcpxr.session_report.enable= {$yealink_rtcpxr_report_enable} ####################################################################################### static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/t5x/y000000000097.cfg b/resources/templates/provision/yealink/t5x/y000000000097.cfg index 335b953af6..1a70286d30 100644 --- a/resources/templates/provision/yealink/t5x/y000000000097.cfg +++ b/resources/templates/provision/yealink/t5x/y000000000097.cfg @@ -759,7 +759,7 @@ phone_setting.vq_rtcpxr.session_report.enable= {$yealink_rtcpxr_report_enable} ####################################################################################### static.directory_setting.url= https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml -super_search.url= +super_search.url = {$yealink_super_search_url} local_contact.data.url= local_contact.data.delete= diff --git a/resources/templates/provision/yealink/vp530/super_search.xml b/resources/templates/provision/yealink/vp530/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/vp530/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/vp530/y000000000023.cfg b/resources/templates/provision/yealink/vp530/y000000000023.cfg index f7c5d31ba8..f9e0db8d69 100644 --- a/resources/templates/provision/yealink/vp530/y000000000023.cfg +++ b/resources/templates/provision/yealink/vp530/y000000000023.cfg @@ -1101,7 +1101,7 @@ web_item_level.url = ####################################################################################### ## Super Search URL ## ####################################################################################### -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Directory Setting ## diff --git a/resources/templates/provision/yealink/vp59/super_search.xml b/resources/templates/provision/yealink/vp59/super_search.xml new file mode 100644 index 0000000000..1e24cbacd4 --- /dev/null +++ b/resources/templates/provision/yealink/vp59/super_search.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/resources/templates/provision/yealink/vp59/y000000000091.cfg b/resources/templates/provision/yealink/vp59/y000000000091.cfg index 0c0acf841d..0faecc9144 100644 --- a/resources/templates/provision/yealink/vp59/y000000000091.cfg +++ b/resources/templates/provision/yealink/vp59/y000000000091.cfg @@ -880,7 +880,7 @@ multicast.receive.ignore_dnd.priority= ## Super Search ## ####################################################################################### super_search.recent_call = -super_search.url = +super_search.url = {$yealink_super_search_url} ####################################################################################### ## Security ##