Not Logged in - No Account?
Don't have an account? Registering an account with us allows you to post to the forums, easily track new posts, subscribe to threads, pm (private message) other forum members, and receive periodic news letters (you can opt out if you desire). Once you are logged in this message will no longer appear. If you don't have an account, you can create one by registering here. Lost your password, request a new password. We respect your privacy which means we collect minimal information when you register and we do not resell that information or use it in any objectionable way. You can review our privacy policy for full details.
SipBroker
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
- Printer-friendly version
- Login or register to post comments
Use diallow=all BEFORE allow statements in newer FreePBX version
It appears that in newer versions of FreePBX you must put disallow=all BEFORE any allow= statements or it doesn't work properly.