- Joined
- Apr 27, 2016
- Messages
- 78
- Reaction score
- 6
Using Yealink T27P phones. I want everyone in the company to have certain BLF keys, like Page for example. Rather than do this individually in the extension settings, I assume I can do this with the provisioning template. I assume this is the correct place to do so?
{IF blf2}
linekey.4.line = %%Line%%
linekey.4.value = %%blf2%%
linekey.4.pickup_value = %%PickupValue%%
linekey.4.type = %%DKtype%%
linekey.4.label = %%blffirstname2%% %%blflastname2%%
linekey.4.extension = %%PickupValue%%
{ELSE}
linekey.4.type = 0
{ENDIF}
If so, I am not sure what some of these settings should be? What goes in for line? How about type? I was able to see what some of the settings are by looking on the actual phone menu. But I can't get this working.
Any directions from our friendly experts here?
{IF blf2}
linekey.4.line = %%Line%%
linekey.4.value = %%blf2%%
linekey.4.pickup_value = %%PickupValue%%
linekey.4.type = %%DKtype%%
linekey.4.label = %%blffirstname2%% %%blflastname2%%
linekey.4.extension = %%PickupValue%%
{ELSE}
linekey.4.type = 0
{ENDIF}
If so, I am not sure what some of these settings should be? What goes in for line? How about type? I was able to see what some of the settings are by looking on the actual phone menu. But I can't get this working.
Any directions from our friendly experts here?