Recently I had a standard Lync call forwarding issue at a new SIP trunk deployment. The problem was that I could not forward any calls to my cellphone, use call forwaring or simring. This was a Lync 2013 deployment, but making sure that EnableSipRefer is set to $False still applies in 2013. And usually fixes this issue by using this PowerShell Cmdlet: Set-CsTrunkConfiguration –EnableReferSupport $False. After running the cmdlet it usually just works and to be sure I logged the client out and in. So if you have the same issue try this first.
This time though it did not work, even when stopping and starting the Lync services. I had to troubleshoot more.
Troubleshooting
I whipped out Lync Logging Tool and snooper from the Lync 2013 Debugging Tools and had a look at the servers involved, logging S4 and SIP stack, recreating the issue. After spending some hours drinking coffee and looking at logs I saw two distinct error sip messages and diagnostics headers
- ms-diagnostics: 1;reason=”Service Unavailable“;AppUri=”http%3A%2F%2Fwww.microsoft.com%2FLCS%2FDefaultRouting”;reason=”Failed when constructing the outgoing request“;source=”<Lync2013PoolFQDN>”
- This symptom may be that the incoming or outgoing TELuri is not normalized correctly
- You can see that in your SIP INVITE, numbers without + and so on
- Solution to this could be incoming or outgoing trunk nomralization rules, Dial Plans that are pool level and assigned to your GW
- found that tip in this forum post: http://social.technet.microsoft.com/Forums/en-US/ocsinterop/thread/3b699254-b0b0-4ba8-891e-973bc8cd7963/
- This was not the case for me
- ms-diagnostics: 1;reason=”Service Unavailable“;ErrorType=”Other”;HRESULT=”0x80090011(NTE_NOT_FOUND)”;source=”<Lync2013PoolFQDN>”
- I got this one when I tried to do a pure Lync to Lync transfer, so it turns out call forwarding was not working at all
- Searching for 0x80090011(NTE_NOT_FOUND) led me to a non Lync blog post stating that you have a serious error on your 2008 R2 Server operating system, which I had in this scenario
- The post states three possible resolutions, one of them was run Windows Update, install all outstanding patches and reboot the server
- The other two possibilities I did not like, because they stated that you had serious issues with your server OS.
- I checked Windows Update, and there where three updates waiting to be installed, I installed them, rebooted the server and voila, it worked!
- I have never seen this problem before so it had me scratching my head and I have never encountered that Windows Update can make things crash in Lync.
Summary
If you have this error message
- Try Set-CsTrunkConfiguration –EnableReferSupport $False
- Check Windows Update, run it, and reboot the server
- And check for one more thing:
- I noticed that in a Lync 2013 client if I type the number I am transferring to and hit enter superfast I can actually get this error as well in a working deployment
- So make sure you give the client 1 second to normalize the number correct before you transfer
[…] via Lync News https://msunified.net/2013/01/09/cannot-complete-the-transfer-in-lync-server-2013/ […]
[…] Cannot complete the transfer in Lync Server 2013 – 9-Jan-2013 […]
[…] but found little. A colleague has blogged about Call Transfer failures on a Lync Server 2013 (https://msunified.net/2013/01/09/cannot-complete-the-transfer-in-lync-server-2013/), and although my issue was not quite what he had experienced I tried to see if Windows Update had […]
[…] Msunified.net by Stale Hansen […]
[…] Msunified.net by Stale Hansen […]
[…] Msunified.net by Stale Hansen […]
[…] Msunified.net by Stale Hansen […]
[…] Msunified.net by Stale Hansen […]
[…] https://msunified.net/2013/01/09/cannot-complete-the-transfer-in-lync-server-2013/ […]
[…] Had this issue once, described here: https://msunified.net/2013/01/09/cannot-complete-the-transfer-in-lync-server-2013/ […]