Difference between revisions of "RoIP: Instalasi"

From OnnoWiki
Jump to navigation Jump to search
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Instalasi==
+
==Persiapan==
  
* Instalasi Ubuntu 13.04 64bit
+
* Download iso dari
* Siapkan aplikasi pendukung
 
  
  sudo apt-get install kernel-package libncurses5-dev fakeroot wget \
+
  http://www.xelatec.com/pub/iso/xosipt_20130215_1002.iso
bzip2 g++ libssl-dev libxml2-dev doxygen
 
  
* Download source code
+
* Spesifikasi xosipt adalah Centos 6, Asterisk 1.4.44, FreePBX 2.9 dan Webmin 1.62.
 +
* Burn ke CD
 +
* Sambungkan USB Radio Interface (URI) dari http://www.dmkeng.com/URI_Order_Page.htm ke komputer.
 +
* Sambungan URI ke Radio ada baiknya membaca [[RoIP: URI pin | pin assignment URI]]
 +
* Sambungkan komputer ke [[Internet]].
  
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-11-current.tar.gz
+
===Buat Domain Untuk Server RoIP===
wget http://downloads.asterisk.org/pub/telephony/libpri/libpri-1.4-current.tar.gz
 
wget http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz
 
  
* Copy ke /usr/local/src
+
* Jika anda kurang beruntung, tidak memiliki IP statik ada baiknya request Dynamic DNS, misalnya ke www.noip.com
 +
* Set [[RoIP: Port Forwarding untuk XIPAR | Port Fowarding pada Router]]
  
cp asterisk-11-current.tar.gz /usr/local/src/
+
==Langkah Instalasi==
cp dahdi-linux-complete-current.tar.gz /usr/local/src/
 
cp libpri-1.4-current.tar.gz /usr/local/src/
 
  
* Buka source code
+
* Masukan CD ke Komputer yang akan menjadi RoIP Gateway
 +
* Pastikan LAN Komputer tersambung ke Internet, karena kita akan download banyak file dari Internet.
 +
* Boot komputer ke CD
 +
* Saat booting, akan ada 3 pilihan (1) IP PBX, (2) Private RoIP & (3) Amatir RoIP. Pilih Private RoIP gateway untuk keperluan non-Amatir Radio.
 +
* Butuh waktu berjam-jam untuk proses instalasi karena semua di download dari Internet.
 +
* '''Reboot''' - tekan tombol reboot
 +
* Menyelesaikan proses instalasi & compile asterisk, instalasi webmin dll.
 +
* Beberapa pertanyaan di akhir proses instalasi
  
  cd /usr/local/src/
+
  USB Radio Interface Full Duplex Repeater (n/y): y - kalau full duplex repeater.
  tar zxvf asterisk-11-current.tar.gz
+
Callsign:      (kalau ada)
  tar zxvf dahdi-linux-complete-current.tar.gz
+
FQDN:          (kalau ada)
  tar zxvf libpri-1.4-current.tar.gz
+
node number:  (kalau ada)
 +
  node password: (kalau ada)
 +
  IAX2 Port:    (kalau tidak standard)
 +
  iaxRpt pass:  (kalau ada)
  
* Compile dahdi. Pastikan PC kita tersambung ke Internet karena membutuhkan akses untuk download firmware.
+
* Beberapa file yang perlu di cek setelah instalasi
  
  cd /usr/local/src/dahdi-linux-complete-2.9.1.1+2.9.1
+
  /etc/asterisk/iax_rpt_custom.conf
  make
+
  /etc/asterisk/rpt.conf
  make install
+
  /etc/asterisk/urd.conf
  make config
+
  /etc/asterisk/extensions_rpt_custom.conf
  
* Compile libpri
+
* Atur Radio Interface Modulation Setting.
  
cd /usr/local/src/libpri-1.4.14/
 
make all
 
make install
 
  
 +
'''CATATAN:''' Dalam proses instalasi di atas ternyata tidak di tanyakan sama sekali password root. Jadi harus menggunakan password default.
  
* Compile Asterisk. Pastikan tersambung ke Internet untuk download sound
+
==Akses Web==
  
apt-get install sqlite3 libsqlite3-dev
+
Misalkan ip-address server 192.168.0.185
  
  cd /usr/local/src/asterisk-11.10.0/
+
  http://192.168.0.185      - AMPortal
./configure
+
http://192.168.0.185:10000 - Webmin
make menuselect
 
make all
 
make
 
make install
 
make samples
 
  
==Cara yang tidak di sarankan==
+
==Root password==
  
 +
Default username & password
  
===Instalasi dengan apt-get===
+
username root
 +
password madminx63
  
Instalasi Asterisk
+
termasuk username & password untuk webmin
  
apt-get i
+
==Pranala Menarik==
 +
 
 +
* [[Radio]]
 +
* [[Radio Internet]]
 +
* [[Radio amatir]]
 +
* [[Ethernet]]
 +
* [[Radio over Internet Protocol]]
 +
* [[XIPAR]]
 +
* [[RoIP: Mic Connector]]
 +
* [[RoIP: Instalasi]]
 +
* [[RoIP: URI pin]]
 +
* [[RoIP: Membuat URI dari USB sound card]]
 +
* [[RoIP: Compile Asterisk app_rpt]] '''*NOT RECOMMENDED*'''
 +
* [[RoIP: Registrasi ke allstarlink.org untuk Amatir Radio]]
 +
 
 +
* [[Asterisk RoIP: usbradio.conf]]
 +
* [[Asterisk RoIP: app rpt]]
 +
* [[Asterisk RoIP: rpt.conf]]

Latest revision as of 13:01, 21 July 2014

Persiapan

  • Download iso dari
http://www.xelatec.com/pub/iso/xosipt_20130215_1002.iso

Buat Domain Untuk Server RoIP

  • Jika anda kurang beruntung, tidak memiliki IP statik ada baiknya request Dynamic DNS, misalnya ke www.noip.com
  • Set Port Fowarding pada Router

Langkah Instalasi

  • Masukan CD ke Komputer yang akan menjadi RoIP Gateway
  • Pastikan LAN Komputer tersambung ke Internet, karena kita akan download banyak file dari Internet.
  • Boot komputer ke CD
  • Saat booting, akan ada 3 pilihan (1) IP PBX, (2) Private RoIP & (3) Amatir RoIP. Pilih Private RoIP gateway untuk keperluan non-Amatir Radio.
  • Butuh waktu berjam-jam untuk proses instalasi karena semua di download dari Internet.
  • Reboot - tekan tombol reboot
  • Menyelesaikan proses instalasi & compile asterisk, instalasi webmin dll.
  • Beberapa pertanyaan di akhir proses instalasi
USB Radio Interface Full Duplex Repeater (n/y): y - kalau full duplex repeater.
Callsign:      (kalau ada)
FQDN:          (kalau ada)
node number:   (kalau ada)
node password: (kalau ada)
IAX2 Port:     (kalau tidak standard)
iaxRpt pass:   (kalau ada)
  • Beberapa file yang perlu di cek setelah instalasi
/etc/asterisk/iax_rpt_custom.conf
/etc/asterisk/rpt.conf
/etc/asterisk/urd.conf
/etc/asterisk/extensions_rpt_custom.conf
  • Atur Radio Interface Modulation Setting.


CATATAN: Dalam proses instalasi di atas ternyata tidak di tanyakan sama sekali password root. Jadi harus menggunakan password default.

Akses Web

Misalkan ip-address server 192.168.0.185

http://192.168.0.185       - AMPortal
http://192.168.0.185:10000 - Webmin

Root password

Default username & password

username root
password madminx63

termasuk username & password untuk webmin

Pranala Menarik