[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
T41P Multiple 'static' forwarders via DSSKEY
Author Message
Eric.GoodAdvice Offline
Junior Member
**

Posts: 3
Joined: Sep 2018
Reputation: 0
Post: #1
T41P Multiple 'static' forwarders via DSSKEY
Hey there,

situation is as followed:
Company has 3 employees that rotate the after hours shift.
A previous admin had it set up so that on the phone, a DSSKey could be pressed, and all calls would be forwarded to the mobile nr. that was on call for that day.

After we took over the IT for the company, the forwarding options were no longer present on the phone (maybe deleted?).

The customer wants this same situation back.

i've tried
Type = Forward
Value = Mobile number
Label = The Dude

This seemingly does nothing

i've tried
Type = XML Browser
Value = path to xml
Label = The Dude

XML:
Code:
<YealinkIPPhoneExecute Beep="Yes">
<ExecuteItem URI="Key:HANDFREE"/>
<ExecuteItem URI="Dial:*72#mobilenr#" interrupetcall="no"/>
</YealinkIPPhoneExecute>

I found somewhere that *72#nr# is used for Yealink, even though my country uses *21*nr#
When trying to manually forward with *21*nr# on the phone, this indeed does nothing (or isn't recognized).


Work arounds via Always Forward on the portal page of the phone is a no-go.
The customer wants to use the DSSKey to forward to 1 of 3 people via 3 buttons.
A 4th button can be used to remove the forward.

Further info:
There is no dial plan set up
The firmware version = 36.80.188.11
Have tried using Forward and Transfer in DSSKey types. These do not provide a static forward.


Please let me know any info you require to help me work towards the situation the customer desires.
09-20-2018 02:20 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
johnkiniston Offline
Junior Member
**

Posts: 24
Joined: Apr 2013
Reputation: 1
Post: #2
RE: T41P Multiple 'static' forwarders via DSSKEY
Could you just set a key as a speed dial with the feature access code for forwarding from your PBX provider?
09-20-2018 04:52 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 44
Post: #3
RE: T41P Multiple 'static' forwarders via DSSKEY
(09-20-2018 02:20 PM)Eric.GoodAdvice Wrote:  Hey there,

situation is as followed:
Company has 3 employees that rotate the after hours shift.
A previous admin had it set up so that on the phone, a DSSKey could be pressed, and all calls would be forwarded to the mobile nr. that was on call for that day.

After we took over the IT for the company, the forwarding options were no longer present on the phone (maybe deleted?).

The customer wants this same situation back.

i've tried
Type = Forward
Value = Mobile number
Label = The Dude

This seemingly does nothing

i've tried
Type = XML Browser
Value = path to xml
Label = The Dude

XML:
Code:
<YealinkIPPhoneExecute Beep="Yes">
<ExecuteItem URI="Key:HANDFREE"/>
<ExecuteItem URI="Dial:*72#mobilenr#" interrupetcall="no"/>
</YealinkIPPhoneExecute>

I found somewhere that *72#nr# is used for Yealink, even though my country uses *21*nr#
When trying to manually forward with *21*nr# on the phone, this indeed does nothing (or isn't recognized).


Work arounds via Always Forward on the portal page of the phone is a no-go.
The customer wants to use the DSSKey to forward to 1 of 3 people via 3 buttons.
A 4th button can be used to remove the forward.

Further info:
There is no dial plan set up
The firmware version = 36.80.188.11
Have tried using Forward and Transfer in DSSKey types. These do not provide a static forward.


Please let me know any info you require to help me work towards the situation the customer desires.

Hallo Eric,

Using the Dsskey for what you have in mind only works if the value of the parameter “features.fwd.allow” is set to 1 (Enabled) and value of the parameter “features.fwd_mode” is set to 1 (Custom).

Please also upgrade the firmware to latest available 36.81.188.7

Hope this will help.

Kind regards,
Frank.

I am not an employee of Yealink.
Dutch is my native language, not English. Apologies for my imperfect grammar.
Please do not send unsolicited PM messages. I will not answer them.
09-20-2018 05:59 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Eric.GoodAdvice Offline
Junior Member
**

Posts: 3
Joined: Sep 2018
Reputation: 0
Post: #4
RE: T41P Multiple 'static' forwarders via DSSKEY
Quote:Hallo Eric,

Using the Dsskey for what you have in mind only works if the value of the parameter “features.fwd.allow” is set to 1 (Enabled) and value of the parameter “features.fwd_mode” is set to 1 (Custom).

Please also upgrade the firmware to latest available 36.81.188.7

Hope this will help.

Thank you for your answer.
Sadly i have to admit that i wouldn't know where to set these options.
Is this in the phone browser?
Could you also specify which tabs?
09-21-2018 07:16 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 44
Post: #5
RE: T41P Multiple 'static' forwarders via DSSKEY
(09-21-2018 07:16 AM)Eric.GoodAdvice Wrote:  
Quote:Hallo Eric,

Using the Dsskey for what you have in mind only works if the value of the parameter “features.fwd.allow” is set to 1 (Enabled) and value of the parameter “features.fwd_mode” is set to 1 (Custom).

Please also upgrade the firmware to latest available 36.81.188.7

Hope this will help.

Thank you for your answer.
Sadly i have to admit that i wouldn't know where to set these options.
Is this in the phone browser?
Could you also specify which tabs?

The parameter features.fwd.allow can only be changed using provisioning method. The default value is “1” (Enabled) but for now you don’t be sure if it is a “1” or “0”
Maybe you can considering to reset the phone to factory default.

The parameter features.fwd_mode = 1 can be provisioned and/or set through the phone WUI and can be found here: Features -> Forward&DND -> Forward -> Mode

Kind regards,
Frank.

I am not an employee of Yealink.
Dutch is my native language, not English. Apologies for my imperfect grammar.
Please do not send unsolicited PM messages. I will not answer them.
09-21-2018 09:50 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  T46G Multiple EXT Port amandah 2 1,976 04-04-2023 01:06 AM
Last Post: Yisroel_MongoTEL
Bug T41P OpenVPN w/ PSK fails rnalrd 0 995 01-20-2023 10:52 PM
Last Post: rnalrd
Question Sip - T41P - Displaying wrong information and can't redial StaceyStorm 1 1,757 10-14-2022 11:19 PM
Last Post: complex1
  Multiple lines for 1 extension here4real 1 2,653 03-10-2022 04:48 AM
Last Post: here4real
  T41P/T48G/T58V IPv6 SIP Issues ReubenFarrelly 22 63,148 08-01-2021 06:14 PM
Last Post: Phil2021
  T41P Yealink phone wants to talk to the Verizon mother ship nestman 1 5,033 06-14-2021 05:00 PM
Last Post: complex1
  T41P and OpenVPN coltarushalo 0 3,225 05-26-2021 02:58 AM
Last Post: coltarushalo
  Yealink T40G Requests DHCP even though it has a static IP address DcData_Support 1 4,450 04-30-2021 01:53 AM
Last Post: complex1
  Yealink T41s Multiple sip Accounts scorpio313 0 3,794 07-30-2020 08:13 PM
Last Post: scorpio313
  T41P custom logo ausadmin 1 6,045 05-17-2020 08:21 AM
Last Post: complex1

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication