Yealink Forums

Full Version: CONNECT ERROR while using the Remote Phone Book
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I was having similar problems whereby loading the Remote Phonebook was giving a "CONNECT ERROR". I think the "CONNECT ERROR" message is just too generic.

In my case, I was loading my Remote phonebook from a PHP script (so the entreis were being generated dynamically). Because of this, the "Content-Length" header was not being sent.

So if you want to generate Remote phonebook from a PHP script you first need to generate the XML in memory and then use:

header("Content-Length: ".strlen($xml));
echo($xml);
I installed the firmware .29 , and this fixes the issue.
Thanks !
Pages: 1 2
Reference URL's