Difference between revisions of "VoIP: Asterisk menerima Anonymous Call"

From OnnoWiki
Jump to navigation Jump to search
 
Line 40: Line 40:
 
==Lebih Dalam==
 
==Lebih Dalam==
  
 +
* [[VoIP: Trunk]]
 
* [[VoIP: Asterisk menerima Anonymous Call]]
 
* [[VoIP: Asterisk menerima Anonymous Call]]
 
* [[VoIP: Asterisk route ke arah IP PBX lain dengan kode area]]
 
* [[VoIP: Asterisk route ke arah IP PBX lain dengan kode area]]
 
* [[VoIP: Cara Mengkonfigurasi Trunk di Asterisk]]
 
* [[VoIP: Cara Mengkonfigurasi Trunk di Asterisk]]
 
* [[VoIP: Cara Mengkonfigurasi Dial Out Melalui Trunk di Asterisk]]
 
* [[VoIP: Cara Mengkonfigurasi Dial Out Melalui Trunk di Asterisk]]
 +
* [[VoIP: Asterisk forward call ke IP softswitch lain]]
 +
 +
===Asterisk Round Robin===
 +
 +
* [[VoIP: Astersk Dial Round Robin]]
 +
* [[VoIP: Asterisk pakai GotoIf]]
  
 
===OpenSIPS===
 
===OpenSIPS===
Line 49: Line 56:
 
* [[VoIP: OpenSIPS route ke arah Asterisk]]
 
* [[VoIP: OpenSIPS route ke arah Asterisk]]
 
* [[OpenSIPS: Rewrite URI]]
 
* [[OpenSIPS: Rewrite URI]]
 +
* [[OpenSIPS: Rewritehostport]]
 +
 +
===OpenSIPS round robin===
 +
 +
* [[OpenSIPS: dispatcher]]
  
 
==Pranala Menarik==
 
==Pranala Menarik==

Latest revision as of 19:55, 25 February 2014

Sumber: http://blog.lithiumblue.com/2007/07/receiving-incoming-sip-calls-from.html

Di FreePBX / Briker -> General Settings -> Allow Anonymous Inbound SIP Calls -> Yes

Image03.png

Edit sip.conf

[general]
bindport=5060 ; UDP Port to bind to
bindaddr=0.0.0.0 ; (0.0.0.0 binds to all)
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=ilbc
context=from-sip-external
callerid=Unknown
tos=0x68

;------------- Ryan's Mods --------------
externip=203.214.45.124 ;required behind NAT
localnet=192.168.0.0/255.255.255.0 ;required behind NAT
fromdomain=lithiumblue.com
canreinvite=no ;Required for UM calls to work
insecure=very
srvlookup=yes ;Required for outbound calls

#include sip_nat.conf
#include sip_custom.conf
#include sip_additional.conf


Referensi


Lebih Dalam

Asterisk Round Robin

OpenSIPS

OpenSIPS round robin

Pranala Menarik

Latar Belakang

Untuk Pemula

Untuk Peneliti / Pencoba

Untuk Operator

Topik Lanjut

Buku Teknologi VoIP