GagaPhone Device Configuration Information



Generic Device

username=(your log-in number)
secret=(your log-in password)
SIP URI=noc.gagaphone.com
 


Asterisk Trunk

username=(your log-in number)
type=friend
secret=(your log-in password)
insecure=very
host=noc.gagaphone.com
canreinvite=no
disallow=all
allow=ulaw,alaw,g729

Registration String: My-number:my-password@noc.gagaphone.com

 



IPTables

This is an example on how to configure a Linux IPTables firewall for
Asterisk: 

# SIP on UDP port 5060. Other SIP servers may need TCP port 5060 as well

iptables -A INPUT -p udp -m udp --dport 5004:5082 -j ACCEPT

# IAX2- the IAX protocol

iptables -A INPUT -p udp -m udp --dport 4569 -j ACCEPT

# IAX - most have switched to IAX v2, or ought to

iptables -A INPUT -p udp -m udp --dport 5036 -j ACCEPT

# RTP - the media stream

iptables -A INPUT -p udp -m udp --dport 10000:20000 -j ACCEPT

# MGCP - if you use media gateway control protocol in your configuration

iptables -A INPUT -p udp -m udp --dport 2727 -j ACCEPT

LiveZilla Live Help