Peer Details

Trunk Name: sipbroker-out

disallow=all
allow=g729&ulaw&alaw
canreinvite=no
dtmfmode=rfc2833
fromdomain=<your existing sip provider>
fromuser=<your user ID of existing provider>
host=sipbroker.com
insecure=very
nat=yes
port=5060
secret=<password for existing provider>
type=peer

You will not require user details since you will not be receiving
incoming calls from this trunk.You do not need to register either.


If you are using SipBroker, you must ensure that your sip_nat.conf is modified to the following;

nat=yes
externip=<Fix Ip address> ; if you have fix IP or
externhost=<your DNS hostname> ; if you are using Dynamic IP
localnet=192.168.1.0/255.255.255.0


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Use diallow=all BEFORE allow statements in newer FreePBX version

wiseoldowl's picture

It appears that in newer versions of FreePBX you must put disallow=all BEFORE any allow= statements or it doesn't work properly.