You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to connect to my Webex meeting using the client example.
The library sends an "INVITE" request to the server. The server responses with "Trying", "Ringing", and finally "OK". Here is the "OK" response:
It seems that the ACK did not pass through the Record-Route return path correctly.
I guess the final ACK is sent using the address in Contact: <sip:[email protected]:5062;transport=tls>;isfocus.
You can try to trace the code, if so, I think it should be a bug.
Hey there,
I am trying to connect to my Webex meeting using the client example.
The library sends an "INVITE" request to the server. The server responses with "Trying", "Ringing", and finally "OK". Here is the "OK" response:
Which contains
Record-Route
header field. After receiving this message, the library wants to respond with an "ACK" message. Here is the error:The text was updated successfully, but these errors were encountered: