Custom Template Problem

Status
Not open for further replies.

TRILAN_SteveG

Forum User
Joined
Oct 29, 2015
Messages
3
Reaction score
10
:S Hi All,

I am having trouble adding a 2nd EXP unit to the template for a Yealink T46G.

No matter what I try when you select the phone and select "config" then it just comes up with an internal server error.............remove it and it all shows up ok.

I cannot for the life of me work out where I am going wrong with this one!!!

This is on v15 FYI.

Any help greatly appreciated.

Regards

Steve
 

Attachments

The provisioning of the second EXP module is not supported by 3CX.
However if you want to add second EXP module you can add a custom Template for your YealinkT46G and add the provisioning of the second EXP module.

Here is an example of the first 2 keys of the second EXP :

#Expansion module2 key1
{IF blf66}
expansion_module.2.key.1.type = %%DKtype%%
expansion_module.2.key.1.line = %%Line%%
expansion_module.2.key.1.value = %%blf66%%
expansion_module.2.key.1.pickup_value = %%PickupValue%%
expansion_module.2.key.1.label = %%blffirstname66%% %%blflastname66%%
expansion_module.2.key.1.extension = %%PickupValue%%
expansion_module.2.key.1.xml_phonebook =
{ELSE}
expansion_module.2.key.1.type = NA
{ENDIF}
{ENDIF}

#Expansion module2 key2
{IF blf67}
expansion_module.2.key.2.type = %%DKtype%%
expansion_module.2.key.2.line = %%Line%%
expansion_module.2.key.2.value = %%blf67%%
expansion_module.2.key.2.pickup_value = %%PickupValue%%
expansion_module.2.key.2.label = %%blffirstname67%% %%blflastname67%%
expansion_module.2.key.2.extension = %%PickupValue%%
expansion_module.2.key.2.xml_phonebook =
{ELSE}
expansion_module.2.key.2.type = NA
{ENDIF}
{ENDIF}
 
Thanks for this, I only had the 2nd End IF at the very bottom of the entire list of buttons.

I will give this a go and report back.
 
Status
Not open for further replies.