JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Status
Not open for further replies.
Bronze Partner
Intermediate Cert.
My customer has some t.28's and t.38's. I would like to setup the provisioning so that it only has the phones extension on the first 2line buttons and the rest of the line buttons and side buttons can be used for BLF or whatever. Anyone understand the yealink config files and point me in the right direction for configuring that? Thanks in advance
you can modify the template in 3cx, there is a section that ssigns account 1 to button 10 - 16. just assign account 1 to 10 and 11 and you should be good to go..
Toggle signature
Sip Trunks, Consulting, Managed Services
Willow Telecomm
(724) 427-5952
http://www.willowtelecomm.com
Bronze Partner
Intermediate Cert.
Thanks for the reply. I am guessing what you are referring to is in the below section...I am not certain what to modify.
#Set Memory key1
[ memory1 ]
path = /config/vpPhone/vpPhone.ini
{IF blf1}
Line = %%Line%%
type = %%type%%
Value = %%blf1%%
DKtype = %%DKtype%%
PickupValue = %%PickupValue%%
{ELSE}
type=NA
{ENDIF}
[memory2]
path=/config/vpPhone/vpPhone.ini
{IF blf2}
Line = %%Line%%
type = %%type%%
Value = %%blf2%%
DKtype = %%DKtype%%
PickupValue = %%PickupValue%%
{ELSE}
type=NA
{ENDIF}
[memory3]
path=/config/vpPhone/vpPhone.ini
{IF blf3}
Line = %%Line%%
type = %%type%%
Value = %%blf3%%
KEY_MODE = Asterisk
HotNumber =
HotLineId = 1
Callpickup =
IntercomId = -1
DKtype = %%DKtype%%
PickupValue = %%PickupValue%%
{ELSE}
type=NA
{ENDIF}
[memory4]
path=/config/vpPhone/vpPhone.ini
{IF blf4}
Line = %%Line%%
type = %%type%%
Value = %%blf4%%
DKtype = %%DKtype%%
PickupValue = %%PickupValue%%
{ELSE}
type=NA
{ENDIF}
[memory5]
path=/config/vpPhone/vpPhone.ini
{IF blf5}
Line = %%Line%%
type = %%type%%
Value = %%blf5%%
DKtype = %%DKtype%%
PickupValue = %%PickupValue%%
{ELSE}
type=NA
{ENDIF}
[memory6]
path=/config/vpPhone/vpPhone.ini
{IF blf6}
Line = %%Line%%
type = %%type%%
Value = %%blf6%%
DKtype = %%DKtype%%
PickupValue = %%PickupValue%%
{ELSE}
type=NA
{ENDIF}
[memory7]
path=/config/vpPhone/vpPhone.ini
{IF blf7}
Line = %%Line%%
type = %%type%%
Value = %%blf7%%
DKtype = %%DKtype%%
PickupValue = %%PickupValue%%
{ELSE}
type=NA
{ENDIF}
[memory8]
path=/config/vpPhone/vpPhone.ini
{IF blf8}
Line = %%Line%%
type = %%type%%
Value = %%blf8%%
DKtype = %%DKtype%%
PickupValue = %%PickupValue%%
{ELSE}
type=NA
{ENDIF}
[memory9]
path=/config/vpPhone/vpPhone.ini
{IF blf9}
Line = %%Line%%
type = %%type%%
Value = %%blf9%%
DKtype = %%DKtype%%
PickupValue = %%PickupValue%%
{ELSE}
type=NA
{ENDIF}
[memory10]
path=/config/vpPhone/vpPhone.ini
{IF blf10}
Line = %%Line%%
type = %%type%%
Value = %%blf10%%
DKtype = %%DKtype%%
PickupValue = %%PickupValue%%
{ELSE}
type=NA
{ENDIF}
#Memory 11 to 16 are used for Line Keys
[memory11]
path=/config/vpPhone/vpPhone.ini
Line = 1
type =
Value =
DKtype = 15
PickupValue =
[memory12]
path=/config/vpPhone/vpPhone.ini
Line = 1
type =
Value =
DKtype = 15
PickupValue =
[memory13]
path=/config/vpPhone/vpPhone.ini
Line = 1
type =
Value =
DKtype = 15
PickupValue =
[memory14]
path=/config/vpPhone/vpPhone.ini
Line = 1
type =
Value =
DKtype = 15
PickupValue =
[memory15]
path=/config/vpPhone/vpPhone.ini
Line = 1
type =
Value =
DKtype = 15
PickupValue =
[memory16]
path=/config/vpPhone/vpPhone.ini
Line = 1
type =
Value =
DKtype = 15
PickupValue =
yep that's it! just leave 11 and 12 unchanged and you can either set 13-16 to a different account or a blfs manually.
Toggle signature
Sip Trunks, Consulting, Managed Services
Willow Telecomm
(724) 427-5952
http://www.willowtelecomm.com
Bronze Partner
Intermediate Cert.
Thanks willow, once I got all of the options figured out it worked well.
Status
Not open for further replies.