PDA

View Full Version : FreePBX setup


charlielew@gmail.com
01-06-2008, 06:33 PM
Hi can someone help me set up the trunks and other areas I need to get Voip working on the Trixbox/FreePBX server? Thanks

DennisSmith
01-06-2008, 09:29 PM
Hi can someone help me set up the trunks and other areas I need to get Voip working on the Trixbox/FreePBX server? Thanks
Here is a template you can follow for setting up a SIP trunk.

Asterisk (TrixBox)
----------------------------------------------------

DIAL RULES
--------------------
911
411
1NXXNXXXXXX
NXXNXXXXXX
NXXXXXX


OUTGOING SETTINGS
--------------------
allow=ulaw
type=friend
canrenvite=no
context=from-pstn
insecure=very
defaultip=sip.voipyourphone.com
fromdomain=sip.voipyourphone.com
host=sip.voipyourphone.com
username=Your Username
authname=Your Username
fromuser=Your Username
secret=Your Password

INCOMING SETTINGS
--------------------
Should be blank


REGISTER STRING
--------------------
username:password@sip.voipyourphone.com/PrimaryNumber
For Example
Voipuser:mypassword@sip.voipyourphone.com/4055551212

----------------------------------------------------

Thanks,

Dennis

charlielew@gmail.com
01-07-2008, 05:44 PM
That was a big help. Thanks. Is there anything else I shoudl do for a standard system?

VYL|Gary
01-14-2008, 12:41 PM
Charlie:

That should get it working! Let us know if you experience any problems.

-Gary