Forum Discussion
REASON Q.850;cause 18 text Call Controller timed out while waiting for acknowledgement.
We are seeing the exactly same issue with one customer, an another deployment works just fine. Let us know if you hear anything about the solution.
Eerik Kiskonen Our issue is finally fixed.
The solution was SBC was sending the IP address in ACK messages for 200 OK it received from Teams. Teams expect contact header FQDN from the 200 OK in the ACK message, not the IP.
- nicolastanskiApr 19, 2020Copper Contributor
Devaraj NarayanappaCould you share with us what is the correct way to send the Contact header in inbound calls?
I am trying like this but occur the same error.Contact: <sip:CALLERID_NUMBER@SBC_FQDN:5061;transport=tls>
Thanks.
- Eerik KiskonenMar 16, 2020Copper Contributor
- Eerik KiskonenApr 19, 2020Copper Contributor
Actually for us this was not the reason, the reason was related to the network architecture and the Always Use Source Address parameter. This particular SBC is in a bit strange network configuration where the Teams-facing interface is on the public network and the internal SIP trunk and the user endpoints can only be reached via an MPLS connection of a 3rd party ISP connected to another interface.
The fix was to disable the Always Use Source Address on the SIP trunk IP Group as the SIP trunk could not be reached by Teams.