Yealink Forums
T46G - Change Forward target via URL- DSS Key - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: T4x Series (/forumdisplay.php?fid=31)
+--- Thread: T46G - Change Forward target via URL- DSS Key (/showthread.php?tid=40573)



T46G - Change Forward target via URL- DSS Key - Service Computer Team_Support - 01-30-2017 10:45 AM

Hi,

I'm trying to set up different "always forward" targets on DSS Keys. I already tried different syntaxes, but the LED on the DSS Key just flashes green once and several times red, but nothing happens.

Things I've tried so far:
Code:
http://$PhoneIP/servlet?key=F4;RIGHT;OK;OK;OK;DOWN;95;F4;X;X;X
http://$PhoneIP/cgi-bin/cgiServer.exx?forward=set&Forward_always_enable=1&Forward_always_target=11

Those commands work when used in a web browser. Is it possible at all to use Action URL via DSS key? Or am I missing something crucial?


RE: T46G - Change Forward target via URL- DSS Key - Peter_Yealink - 02-06-2017 07:14 AM

Hello Nils,

If you want to press the DSS key to change the always forward target, you can use the XML Browser feature. Predefine the different target number in different XML Browser configuration files, and associate the file to each Dsskey, then when you press the Dsskey, it will download the related configure file and change the target.
I attach two configuration files and a screenshot for your reference.

Thanks.
Best Regards,
Peter


RE: T46G - Change Forward target via URL- DSS Key - Service Computer Team_Support - 02-13-2017 08:02 AM

Hello Peter,

thanks for the answer. I'm new to using XML Files to configure the phone. I assume i have to save the XML-Files on a Server, which is accessible by the phone.
Are there any other things to consider, like credentials for example?
The full target of "value" would be something like this, right?

Code:
\\servername\share\target.xml

Thanks again and
Best regards,
Nils

Edit:
i just tried but I'm getting an error from the phone. "Loading Error (Ladefehler)". I assume it can't access the XML files. I created a share accessible by Everyone and with NTFS rights Full Access for Everyone. Would you mind helping me out again?

Edit2:
I just found the time to Google the matter, it seems I have to set up a Webserver. Confirmation and/or tips would be appreciated.

Edit3:
I used a MS IIS as webserver and was able to open the xml files via browser. After pushing the key it tries to load the file for about 5 seconds, but i end up with the same error as before. I used the xml files you provided, i just changed the forward target. It seems, I'm still missing something.

Final Edit:
Found the solution, might help someone else:
Mea culpa... Just read in a different post, someone had firewall issues. Suddenly realized, firewall might be a problem. Turned it off, worked like a charm! Thanks!