- Joined
- Feb 28, 2018
- Messages
- 3
- Reaction score
- 0
I am attempting to customize a the Yealink t5x template. I ran into an issue with creating Park keys to SP1, SP2, ect. What are the following fields for? I found some information in the t58 user manual, but not every field. The older t48 templates I've worked with only had 4 fields.
#Configure Line Key5
{IF blf5}
linekey.5.line = %%Line%%
linekey.5.value = %%type%%
linekey.5.pickup_value = %%PickupValue%%
linekey.5.type = %%DKtype%%
linekey.5.label = %%label%%
linekey.5.extension = %%PickupValue%%
{ELSE}
linekey.5.type = 0
{ENDIF}
If anyone is able to fill in the gaps for me, I would appreciate it!
P.S. for reference, this is what the older t48 template looks like:
#Configure Line Key8
linekey.8.line = 1
linekey.8.value = SP1
linekey.8.type = 10
linekey.8.label = Park 1
#Configure Line Key5
{IF blf5}
linekey.5.line = %%Line%%
linekey.5.value = %%type%%
linekey.5.pickup_value = %%PickupValue%%
linekey.5.type = %%DKtype%%
linekey.5.label = %%label%%
linekey.5.extension = %%PickupValue%%
{ELSE}
linekey.5.type = 0
{ENDIF}
If anyone is able to fill in the gaps for me, I would appreciate it!
P.S. for reference, this is what the older t48 template looks like:
#Configure Line Key8
linekey.8.line = 1
linekey.8.value = SP1
linekey.8.type = 10
linekey.8.label = Park 1