Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 959 Bytes

install_dev_env.md

File metadata and controls

23 lines (16 loc) · 959 Bytes

Development environment for the SIPMediaGW

The Room Connector can be easily deployed thanks to the "All-in-one" Vagrant file (requires Vagrant and VirtualBox).

  1. Install Vagrant and VirtualBox.

  2. Clone the repository and navigate into the directory:

    git clone https://github.com/Renater/SIPMediaGW.git && cd SIPMediaGW
  3. Then, simply run:

    ./test/all_in_one_vagrant.sh
  4. Select the video conferencing solution you want to test

  5. Once the command above is completed, open VirtualBox and make sure the virtual machine SIPMediaGW_AllInOne is up and running: SIPMediaGW_AllInOne virtual machine

  6. To test the application, please see the Testing section.

  7. To monitor and invesitgate SIP call flows, open a web browser (default url: http://192.168.75.13, username/password: admin/sipcapture)