Yealink Forums

Full Version: T48G Webrequest Time Outs? Solved
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

T48G with the newest Firmware 35.83.0.35 we get a lot of web request Time Outs.
This never happened with previouse versions.

This occurs randomly ones out of ±5 calls.

These are the webrequest that We Use:
"http://" + this.PhoneIP + "/servlet?key=number=" + phoneNumber.Replace("+", "%2B") + "&outgoing_uri=" + this.VoipAccount
"http://" + this.PhoneIP + "/servlet?key=CallEnd"

any suggestions?

thx
Attila

Update:
Problem solved by closing HttpWebResponse each time.
Reference URL's