Yealink Forums
Slow DDS Key XML browser execution - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Phone specific topic (/forumdisplay.php?fid=12)
+---- Forum: T3xP Series (/forumdisplay.php?fid=22)
+---- Thread: Slow DDS Key XML browser execution (/showthread.php?tid=41062)



Slow DDS Key XML browser execution - vondie - 08-15-2017 12:49 PM

We have two buttons programmed on our Yealink T38 operator station to easily set the phone to away or available. We have been using this setup for several years up to 3cx version 12. We have recently upgraded to v15.5 and the same configuration using the same XML files are really slow to execute. In V12, the button press to completion was about 2 seconds. With V15.5, it can take almost 10 seconds. Doesn't sound like much, but we frequently get incoming calls that will interrupt the execution which defeats the purpose of having the ability to quickly set the status to away. Here is the setup.


Key Type Value
DSS9 XML Browser https://<3cx-IP>:5001/provisioning/xxxxxxxxxxx/away.xml

away.xml file

<?xml version="1.0" encoding="UTF-8"?>
<YealinkIPPhoneExecute Beep="yes">
<ExecuteItem URI="Led:MEMO10_GREEN=off"/>
<ExecuteItem URI="Led:MEMO9_GREEN=on"/>
<ExecuteItem URI="Dial:*31" interrupetCall="no"/>
</YealinkIPPhoneExecute>


RE: Slow DDS Key XML browser execution - complex1 - 08-15-2017 01:52 PM

Hi,

I think the issue is caused by 3CX, because another certification method is used in v15.5
Please try http://<3cx-IP>:5000/prov... instead of https://<3cx-IP>:5001/prov...

Hope this will help.


RE: Slow DDS Key XML browser execution - vondie - 08-15-2017 03:15 PM

(08-15-2017 01:52 PM)complex1 Wrote:  Hi,

I think the issue is caused by 3CX, because another certification method is used in v15.5
Please try http://<3cx-IP>:5000/prov... instead of https://<3cx-IP>:5001/prov...

Hope this will help.

That fixed it. Thank you!