Hi,
As the log mentioned,
REASON: Q.850;cause=79;text="c4f42fed-cb82-4527-9cc5-ba61e792dfb2;InternalDiagCode: RtcpAddressDoesNotEqualRtpAddress, InternalErrorPhrase: RTCP IP address must be the same as the RTP address"
If you use NAT to translate your SBC'private address to public, you need to make sure RTP and SRTP has the same address. You need to change the sdp-header Audio-Attribute for request and response in outbound dial-peer to ms teams.
!This one changes the IP Address for the RTCP connection
rule 100 request ANY sdp-header Audio-Attribute modify "SBC_private_address" "SBC_Public_IP"
!This one changes the IP Address for the RTCP connection
rule 110 response ANY sdp-header Audio-Attribute modify "SBC_private_address" "SBC_Public_IP
Thanks.