-
Notifications
You must be signed in to change notification settings - Fork 9
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
Need help for testing #13
Comments
Hi, |
Hi Nicotyze, thank you for reply. Do you know why I always getting this error?
|
Hi, I'm getting this error when I want to start the sipmediagetway service by hand : We can fix it by adding "external: true" in gw_net declaration in the docker-compose.yml. Regards, |
HI, thanks for a great project. Could you help me elaborate this more:
Once the virtual machine is up, you can join a conference from your preferred SIP softphone:
_sip:your_conference_name@192.168.75.13 (Direct access)
sip:0@192.168.75.13 (IVR access => Jitsi Meet only)
Depending on BROWSE_FILE and WEBRTC_DOMAIN variables, the corresponding webconference is:
jitsi (default): https://meet.jit.si/your_conference_name
or
bigbluebutton: https://demo.bigbluebutton.org/rooms/your_conference_name/join_
I currently use microsip and x-lite but I am still confused about how to test this one and do direct calls, I also want to confirm if is it by default will forward to meet.jit.si? How to check if the video from the sip call is already inside the conference? And how do we setup "YOUR_CONFERENCE_NAME" part? I am sorry for this silly question because I am a beginner in SIP.
btw, is it possible if I use FreeSwitch that converts H323 call to SIP then use SIPMediaGW to forward it to jitsi meet? Thank you so much for your time.
The text was updated successfully, but these errors were encountered: