Installing on a RHEL-based Distro

Note that this only covers one configuration with RTP traffic proxied. Contributions of additional configurations are welcome if you have tested them!

For a specific version of dSIPRouter add “-b <version number>” to the end of the git clone command.

Install (Don’t Proxy audio (RTP) traffic)

yum install -y git
cd /opt
git clone https://github.com/dOpensource/dsiprouter.git
cd dsiprouter
./dsiprouter.sh install

One Line Version:

yum install -y git && cd /opt && git clone https://github.com/dOpensource/dsiprouter.git && cd dsiprouter && ./dsiprouter.sh install -kam -dsip

Once the install is complete, dSIPRouter will automatically start MySQL, Kamailio and the UI.

Install (Proxy audio (RTP) traffic)

If you need to proxy RTP traffic then use -all install option. The command to install dSIPRouter and the RTPEngine would be:

yum install -y git
cd /opt
git clone https://github.com/dOpensource/dsiprouter.git
cd dsiprouter
./dsiprouter.sh install -all

One Line Version:

yum install -y git && cd /opt && git clone https://github.com/dOpensource/dsiprouter.git && cd dsiprouter && ./dsiprouter.sh install -all

The install script will automatically determine if the server is behind NAT. Once the install is complete, dSIPRouter will automatically start MySQL, Kamailio and the UI.