- Joined
- Mar 27, 2017
- Messages
- 27
- Reaction score
- 4
I'm pretty good at setting up custom templates and have detailed documentation on how to set second line coverage (like for a secretary to have the boss's line on his phone).
Today I'm doing this on a T46S firmware 66.83.055 on the latest 3CX 15.5.15502.6.
The second account registers on the phone, it can receive calls on the second account, everything is fine EXCEPT I can't get the line button to appear from the template. I can jump onto the phone's gui and add the line button manually, and then it does everything it's supposed to.
But I need to automate button placement from the template. Wondering if there's something different about this combination of phone and versions?
Steps taken:
Configured all the lines required to use a custom template:
<model ua="SIP-T46S" defaultlogo="yealinkt46.png" logowidth="400" logoheight="272" logobitdepth="24">Yealink T46S-yealinkt4x_custom_coverage</model>
<model name="Yealink T46S-yealinkt4x_custom_coverage" filename="y100000000028.cfg" />
.
....etc...
.
.
.
account.2.auth_name = 100
account.2.password = Gsj44rTs9A
account.2.user_name = 100
account.2.enable = 1
account.2.sip_server.1.address = %%pbx_ip%%
account.2.sip_server.1.port = %%param::sipport%%
voice_mail.number.2 = %%vm_number%%
account.2.subscribe_mwi = 0
account.2.subscribe_mwi_to_vm = 0
account.1.display_mwi.enable = 0
account.2.display_mwi.enable = 0
account.2.ringtone.ring_type = Ring5.wav
{IF ua=SIP-T29G,SIP-T46G,SIP-T46S,SIP-T54S}
.
.
.
.
#Configure Line Key5
{IF blf5}
linekey.5.line = 2
linekey.5.value = %%type%%
linekey.5.pickup_value = *20*
linekey.5.type = "%%DKtype%%
linekey.5.label = "Boss Coverage"
linekey.5.extension = 100
{ELSE}
linekey.5.type = 0
{ENDIF}
Fresh set of eyes or any ideas appreciated. As I said, call handling works but the button won't come up from the template.
Today I'm doing this on a T46S firmware 66.83.055 on the latest 3CX 15.5.15502.6.
The second account registers on the phone, it can receive calls on the second account, everything is fine EXCEPT I can't get the line button to appear from the template. I can jump onto the phone's gui and add the line button manually, and then it does everything it's supposed to.
But I need to automate button placement from the template. Wondering if there's something different about this combination of phone and versions?
Steps taken:
Configured all the lines required to use a custom template:
<model ua="SIP-T46S" defaultlogo="yealinkt46.png" logowidth="400" logoheight="272" logobitdepth="24">Yealink T46S-yealinkt4x_custom_coverage</model>
<model name="Yealink T46S-yealinkt4x_custom_coverage" filename="y100000000028.cfg" />
.
....etc...
.
.
.
account.2.auth_name = 100
account.2.password = Gsj44rTs9A
account.2.user_name = 100
account.2.enable = 1
account.2.sip_server.1.address = %%pbx_ip%%
account.2.sip_server.1.port = %%param::sipport%%
voice_mail.number.2 = %%vm_number%%
account.2.subscribe_mwi = 0
account.2.subscribe_mwi_to_vm = 0
account.1.display_mwi.enable = 0
account.2.display_mwi.enable = 0
account.2.ringtone.ring_type = Ring5.wav
{IF ua=SIP-T29G,SIP-T46G,SIP-T46S,SIP-T54S}
.
.
.
.
#Configure Line Key5
{IF blf5}
linekey.5.line = 2
linekey.5.value = %%type%%
linekey.5.pickup_value = *20*
linekey.5.type = "%%DKtype%%
linekey.5.label = "Boss Coverage"
linekey.5.extension = 100
{ELSE}
linekey.5.type = 0
{ENDIF}
Fresh set of eyes or any ideas appreciated. As I said, call handling works but the button won't come up from the template.