Recently we encountered an odd scenario with a Lync 2013 install:
- Dial a phone number from the Lync client
- Listen to 10 seconds of Lync’s ring tone (DING… ding)
- The call fails with “The call could not be completed…”
Testing the same phone number via a cell phone, we noted the following:
- About 11 – 13 seconds of silence (no ringing)
- Phone was then answered by an automated attendant
Using Lync Snooper, we noted the following in the logs.
- 5025;reason=”Cancel sent by application for INVITE client transaction.”;
NOTE: This error was generated 10 seconds after the initial SIP Invite - A SIP/2.0 487 Request Terminated was sent to the downstream VOIP provider
OK, it appears Lync simply hangs up the phone after 10 seconds if a response is not received by the called party.
Yes, we understand the called phone system was *very* slow, but to simply hang up is rather rude!
Resolution
What is really happing is Lync assumes the call failed and is trying to failover the outbound routing… and no failover exists (hence the hang-up)
To correct:
- Launch the Lync configuration web page and select Voice Routing
- Click Trunk Configuration, double click the Global record
- Uncheck Enable outbound routing failover timer
- Click OK and commit the changes
- Wait 5 – 10 minutes for the changes to take effect