Yealink Forums

Full Version: BLF priority on EXP40
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

we are configuring a 3cx system with about 40 T48G yealin phones. One of them its attached to an EXP40 expansion.

We want that the BLF are filled first on EXP40 and then if 40 are not enough they will filled on the phone.

In the 3cx provisioning template we have found that setting:

Code:
#Specify the prior of the line keys and EXP keys when automatically configure the blf list0-Configure the line keys first, 1-Configure the EXP keys first;
phone_setting.blf_list_sequence_type = 1

#Enable or disable the auto blf list feature; 0-Disabled (default), 1-Enabled;
phone_setting.blf_list_enable = 1
phone_setting.auto_blf_list_enable = 1

We have set it to 1 but the BLF continue to be filled first in the phone and after to the exp40.

Any idea?
Thanks and BR
That is if you are usings a BLF list file which you are not doing with 3CX.
You need to look in the template for the

You would have to do some template modifications.
Look for this.
{IF blf1}
linekey.3.line = %%Line%%
linekey.3.value = %%blf1%%
linekey.3.pickup_value = %%PickupValue%%
linekey.3.type = %%DKtype%%
linekey.3.label = %%blffirstname1%% %%blflastname1%%
linekey.3.extension = %%PickupValue%%

You can see that key (3) is tied to BLF1 in 3CX interface.
You would have to just reorder those numbers to make this work.
The linekey.# keys are on on screen DSS keys.

Then look for this for the expansion keys
{IF blf28}
expansion_module.1.key.1.type = %%DKtype%%
expansion_module.1.key.1.line = %%Line%%
expansion_module.1.key.1.value = %%blf28%%
expansion_module.1.key.1.pickup_value = %%PickupValue%%
expansion_module.1.key.1.label = %%blffirstname28%% %%blflastname28%%
expansion_module.1.key.1.extension = %%PickupValue%%
expansion_module.1.key.1.xml_phonebook =

You can see that the first key on the expansion module is tied to BLF28 in 3CX.

If you go through and modify the file feel free to upload it and ill check to be sure it is all correct.

Or if you are not comfortable modifying it. Upload the template you are using and i will adjust it for you if you give me a day or two.
Ok I'm starting to understand, this mean that if I want that it work I need to setup "expansion module 1 key" starting from Blf 1 of the 3cx interface? Because I need that the blf of 3cx interface will be filled FIRT on the expansion module (if is present and connected) and if there are more than 40blf they are filled to the phone... So I need to change the order of filling... But just if the expansion it's connected!!

Thanks tsukraw for your support!
Reference URL's