Today i want to share how to make VoIP server using Ubuntu Server 9.10 !
Code:
#sudo apt-get install asterisk
in the path 1, i want to share how to make 3 extention :
203, 204, 20, and allow much codec is used.
203 is [White Hacker Security Team]
204 is [White Developer Team]
205 is [Lamerz]
we want codec :
Code:
alaw, gsm, ulaw, and ilbc
and we need to add this code in
/etc/asterisk/sip.conf
Code:
[general]
context=default
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
; konfigurasi codec yang diperbolehkan
disallow=all
allow=alaw
allow=gsm
allow=ulaw
allow=ilbc
[203]
callerid=White Hacker Security Team
type=security
context=local
host=dynamic
secret=203
username=203
allow=all
[204]
callerid=White Developer Team
type=developer
context=local
host=dynamic
secret=204
username=204
allow=all
[205]
callerid=Lamerz
type=User Registered
context=local
host=dynamic
secret=205
username=205
allow=all
/etc/asterisk/extensions.conf
Code:
exten => 203,1,Dial(SIP/203)
exten => 204,1,Dial(SIP/204)
exten => 205,1,Dial(SIP/205)
Code:
/etc/init.d/asterisk restart
Code:
asterisk -rvvv
see you in my tutorial again...
still in voip
here over configuration today :
Wassalamualaikum