SIPMediaGW is a Docker based media gateway to be used on top of a web conferencing service (Jitsi Meet, BigBlueButton,...), in order to provide SIP (audio+video) access.
The Room Connector can be easily deployed thanks to the "All-in-one" vagrant file (requires Vagrant and VirtualBox).
To do so, simply run:
vagrant up
Warning
This is only for testing purposesNote
In this case, the provisioning is managed by a simple shell script
Once the virtual machin is up, you can join a conference from your preferred SIP softphone:
- sip:[email protected] (IVR access)
- sip:[email protected] (Direct access)
A more detailed description of this installation is available here: SIPMediaGW in-depth