Schemes for multiple Asterisk installation
In order to facilitate the future discussion, the following scheme be employed.
1) The first installation is Asterisk Engine + Asterisk-GUI
- Using the tarball method to include Asterisk Engine with the install directory (configure --prefix=/opt).
- In order to simplify the installation of Asterisk-GUI, you could use ipkg method to install Asterisk-GUI (ipkg asterisk-gui) or you may use SVN method to download the source code of Asterisk-GUI.
- (SIP: 5060, RTP: 11000-11999)
2) The second one is Asterisk Engine 1.8 (configure --prefix=/opt/asterisk-1.8)
- (SIP:5070, RTP: 12000-12999)
3) The third one is Asterisk Engine 11 (configure --prefix=/opt/asterisk-11)
- (SIP: 5080, RTP: 13000-13999)
4) The fourth one may be Asterisk Engine 11 + Asterisk-GUI (configure --prefix/opt/asterisk-11-gui)
- (SIP: 5090, RTP: 14000-14999)
5) FreeSWITCH using QPKG method
- (to be defined later) |