- Joined
- Jul 10, 2016
- Messages
- 52
- Reaction score
- 3
Hi Everyone
When our 3CX was originally installed the chap setup a template to show the HOT DESK key on the phone as follows...
{IF ua=SIP-T23P,SIP-T23G,SIP-T40G,SIP-T40P}
#Configure Line Key1
{IF blf1}
linekey.1.type = 34
linekey.1.label = Hot Desk
{ELSE}
linekey.1.type = 0
{ENDIF}
#Configure Line Key2
{IF blf2}
linekey.2.line = %%Line%%
linekey.2.value = %%type%%
linekey.2.pickup_value = %%PickupValue%%
linekey.2.type = %%DKtype%%
linekey.2.label = %%label%%
linekey.2.extension = %%PickupValue%%
{ELSE}
linekey.2.type = 0
{ENDIF}
#Configure Line Key3
{IF blf3}
linekey.3.line = %%Line%%
linekey.3.value = %%type%%
linekey.3.pickup_value = %%PickupValue%%
linekey.3.type = %%DKtype%%
linekey.3.label = %%label%%
linekey.3.extension = %%PickupValue%%
{ELSE}
linekey.3.type = 0
{ENDIF}
{ENDIF}
Since the update to version 16 it doesn't work anymore on the T23G. It still works fine on the T27G's we have though and it looks identical
Can anybody give me the required template please?
Thanks
Daren
When our 3CX was originally installed the chap setup a template to show the HOT DESK key on the phone as follows...
{IF ua=SIP-T23P,SIP-T23G,SIP-T40G,SIP-T40P}
#Configure Line Key1
{IF blf1}
linekey.1.type = 34
linekey.1.label = Hot Desk
{ELSE}
linekey.1.type = 0
{ENDIF}
#Configure Line Key2
{IF blf2}
linekey.2.line = %%Line%%
linekey.2.value = %%type%%
linekey.2.pickup_value = %%PickupValue%%
linekey.2.type = %%DKtype%%
linekey.2.label = %%label%%
linekey.2.extension = %%PickupValue%%
{ELSE}
linekey.2.type = 0
{ENDIF}
#Configure Line Key3
{IF blf3}
linekey.3.line = %%Line%%
linekey.3.value = %%type%%
linekey.3.pickup_value = %%PickupValue%%
linekey.3.type = %%DKtype%%
linekey.3.label = %%label%%
linekey.3.extension = %%PickupValue%%
{ELSE}
linekey.3.type = 0
{ENDIF}
{ENDIF}
Since the update to version 16 it doesn't work anymore on the T23G. It still works fine on the T27G's we have though and it looks identical
Can anybody give me the required template please?
Thanks
Daren