Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JsSIP processing re-INVITE #852

Closed
happytulubi opened this issue May 6, 2024 · 1 comment
Closed

JsSIP processing re-INVITE #852

happytulubi opened this issue May 6, 2024 · 1 comment

Comments

@happytulubi
Copy link

Now there is a call scenario where freeswitch ->webrtc (jsSIP) voice is normal and the video cannot be displayed. May I ask if jsSIP receives re INVITE and how to process the video

1、Freeswitch initiates a call to jsSIP without carrying video encoding
1、jsSIP receives INVITE with in SDP
2、jsSIP answers with "SIP/2.0 100 Trying"
3、jsSIP answers with "SIP/2.0 180 Ringing"
4、user picks up a call, jsSIP answers with "SIP/2.0 200 OK"
5、Freeswitch answers with "ACK SIP/2.0"
6、Freeswitch sends re-INVITE to jsSIP and carries video encoding
7、jsSIP answers with "SIP/2.0 100 Trying"
8、jsSIP answers with "SIP/2.0 200 OK"

@ibc
Copy link
Member

ibc commented May 7, 2024

Questions in the mailing list, please.

@ibc ibc closed this as completed May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants