So, from what I can tell, yealink provisioning template (y000000000095.cfg) features the following:
...that variable is populated as such by default:
What I am experiencing is that once I give the phone a provisioning URL (and credentials), it pulls the provisioning config, but as part of that, the setting for the Auto Provisioning Server URL gets set as follows:
The 'variable within the variable' seems to not get set/populated.
I saw another post here (https://www.pbxforums.com/threads/provisioning-url-multi-tenant.2598/#post-6972) that seems to indicate to explicitly set the variable properly in the domain settings. I'd love to avoid doing this if possible.
Also, I'm curious if someone can explain how to 'check' the resultant file (e.g. - what URL/files do the Yealink phones actually pull?) I can check the settings located here:
however, that only has account settings in it; I'm looking for the results of the y000000000095.cfg file, as it is the one that contains the Auto Provision settings.
Any assistance would be greatly appreciated.
static.auto_provision.server.url = {$yealink_provision_url}
...that variable is populated as such by default:
https://{$domain_name}/app/provision/
What I am experiencing is that once I give the phone a provisioning URL (and credentials), it pulls the provisioning config, but as part of that, the setting for the Auto Provisioning Server URL gets set as follows:
The 'variable within the variable' seems to not get set/populated.
I saw another post here (https://www.pbxforums.com/threads/provisioning-url-multi-tenant.2598/#post-6972) that seems to indicate to explicitly set the variable properly in the domain settings. I'd love to avoid doing this if possible.
Also, I'm curious if someone can explain how to 'check' the resultant file (e.g. - what URL/files do the Yealink phones actually pull?) I can check the settings located here:
https://[tenantdomain]/app/provision/index.php?mac={mac}
(with the appropriate MAC inserted)however, that only has account settings in it; I'm looking for the results of the y000000000095.cfg file, as it is the one that contains the Auto Provision settings.
Any assistance would be greatly appreciated.