BLF template variables

Status
Not open for further replies.

DARSFoG

Joined
Dec 20, 2016
Messages
19
Reaction score
1
Good Afternoon,

We are looking at customizing our templates for the Yealink Sidecards. The problem is, the label line for each blf uses %%label%%, as seen below:

{IF blf37}
expansion_module.1.key.16.type = %%DKtype%%
expansion_module.1.key.16.line = %%Line%%
expansion_module.1.key.16.value = %%type%%
expansion_module.1.key.16.pickup_value = %%PickupValue%%
expansion_module.1.key.16.label = %%label%%
expansion_module.1.key.16.extension = %%PickupValue%%
expansion_module.1.key.16.xml_phonebook =

We've tried to use %%blffirstnameXX%%, and other variations we have seen by searching, but none has worked. We do not want the last names shown on the expansion module, as it fills the screen and makes it hard to read.

The only 3CX list I can find is for v14.

https://www.3cx.com/support/phone-provisioning-variables/

So, any ideas?
 
%%blffirstname%%
??
You show XX above.
 
Tried that variation as well... Doesn't work.

However, You did give me an idea... I just removed %%blflastname%% from that <label> </label> line and tried it. And sure enough it removed the lastname.

It's odd that I can't pass %%blffirstname%% tho.
 
I thought that label line initially - then I looked at it more and thought no. I should have stuck with my gut. :)

For others:
Code:
   <extension>
      <Line>1</Line>
      <type>%%blfno%%</type>
      <DKtype>16</DKtype>
      <PickupValue>%%param::pickup%%</PickupValue>
      <label>%%blffirstname%% %%blflastname%%</label>
      <value>fnc=sd+blf+cp;</value>
    </extension>
 
Status
Not open for further replies.

Forum statistics

Threads
111,858
Messages
589,427
Members
164,698
Latest member
RRusev