Parslej Forum User Joined Jun 16, 2021 Messages 62 Reaction score 18 Aug 9, 2021 #1 Is there any way to add Ext No to BLF buttons ? I have now: John Doe I'd like to have: 1234 | John Doe I coudnt find any variable refering to blf ext No
Is there any way to add Ext No to BLF buttons ? I have now: John Doe I'd like to have: 1234 | John Doe I coudnt find any variable refering to blf ext No
JohnS_3CX Support Team Staff member 3CX Support Joined Jan 4, 2019 Messages 14,523 Reaction score 3,694 Aug 10, 2021 #2 Hi, This cannot be controlled from 3CX. The default behavior of the Yealink phones is exactly as you see it now. It might be possible to do manually from the phone, however we would not recommend that as the phones will autoprovision daily back to their defaults.
Hi, This cannot be controlled from 3CX. The default behavior of the Yealink phones is exactly as you see it now. It might be possible to do manually from the phone, however we would not recommend that as the phones will autoprovision daily back to their defaults.
Severin Meyer Free User Joined Jul 29, 2017 Messages 135 Reaction score 18 Aug 10, 2021 #3 You can do this with a custom template. <extension> <Line>1</Line> <type>%%blfno%%</type> <DKtype>16</DKtype> <PickupValue>%%param:ickup%%</PickupValue> <label>%%blfno%% %%blffirstname%% %%blflastname%%</label> <value>fnc=sd+blf+cp;</value> </extension> Reactions: Parslej
You can do this with a custom template. <extension> <Line>1</Line> <type>%%blfno%%</type> <DKtype>16</DKtype> <PickupValue>%%param:ickup%%</PickupValue> <label>%%blfno%% %%blffirstname%% %%blflastname%%</label> <value>fnc=sd+blf+cp;</value> </extension>
Parslej Forum User Joined Jun 16, 2021 Messages 62 Reaction score 18 Aug 10, 2021 #4 Severin Meyer said: You can do this with a custom template. Click to expand... Thanks a million ! Working as a harm
Severin Meyer said: You can do this with a custom template. Click to expand... Thanks a million ! Working as a harm
JohnS_3CX Support Team Staff member 3CX Support Joined Jan 4, 2019 Messages 14,523 Reaction score 3,694 Aug 10, 2021 #5 Please also read the very last part here: https://www.3cx.com/docs/custom-ip-phone-templates/#h.lbdvgcnoj4wf Just to also be aware of the caveats when using custom templates going forward.
Please also read the very last part here: https://www.3cx.com/docs/custom-ip-phone-templates/#h.lbdvgcnoj4wf Just to also be aware of the caveats when using custom templates going forward.