Yealink Forums

Full Version: Populating account.1.label using a variable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to Populate the phone's account.1.label using a variable instead of manually entering the label?

Thanks,
Joe
(08-18-2022 02:31 AM)jleyco Wrote: [ -> ]Is there any way to Populate the phone's account.1.label using a variable instead of manually entering the label?

Thanks,
Joe

Hi Joe,

Yes there is.
Here is an example of part of a provisioning template.

Code:
account.1.enable = 1
account.1.label = %%extension_first_name%%
account.1.display_name = %%extension_first_name%% %%extension_last_name%%
account.1.auth_name = %%extension_auth_id%%
account.1.user_name = %%extension_number%%
account.1.password = %%extension_auth_pw%%
Thank you Complex1!
Reference URL's