- Fri 10th Jan 2014, 14:58
#138
- Appreciate my support? Feel free to buy me a coffee.
- Voipfone are offering you the chance to trial their VoIP service for free for 30 days. Sign me up!
- Sign up for a Dropbox account using my referral link and get an extra 500 MB of bonus space. Sign me up!
Setting Up Asterisk
Here are my asterisk configs for my VoIP provider Voipfone:
all incoming calls to user 123 over SIP.
Below you will find the configuration details for TrixBox which is an open source PBX that you can build yourself:
In the Registration Section enter your userid and password and select Submit Changes.
: @sip.voipfone.net/
Setting up a DID route:
Here are my asterisk configs for my VoIP provider Voipfone:
Code: Select all
This is example of minimal extensions.conf dialplan. It simply forwards <<== start of sip.conf ==>>
[general]
register=> : @sip.voipfone.net/
[voipfone]
type=friend
secret=
username=
fromuser=
fromdomain=sip.voipfone.net
host=sip.voipfone.net
insecure=very
dtmfmode=rfc2833
context=fromvoipfone ;inbound calls falls in this context of dialplan
deny=0.0.0.0/0.0.0.0
permit=195.189.173.27/255.255.255.255
<<== end of sip.conf ==>>
all incoming calls to user 123 over SIP.
Code: Select all
Setting Up TrixBox<<== extensions.conf ==>>
[voipfone]
exten => _.,1,Dial(SIP/123)
Below you will find the configuration details for TrixBox which is an open source PBX that you can build yourself:
- Log onto the Asterisk@home Management Portal (AMP)
- Select Setup
- Select Tunks
- Select the add SIP Trunk
- In the General Settings section enter your Outbound Caller ID
- In the Outgoing Settings section enter the Trunk Name: VOIPFONE-SIP
Code: Select all
In the Incoming Settings section, All entries should be blank.authuser=
context=from-pstn
dtmfmode=rfc2833
fromdomain=sip.voipfone.net
fromuser=
host=sip.voipfone.net
insecure=very
qualify=yes
secret=
type=peer
username=
In the Registration Section enter your userid and password and select Submit Changes.
: @sip.voipfone.net/
Setting up a DID route:
- Log onto the Asterisk@home Management Portal (AMP)
- Select Setup
- Select inbound routing
- Select the add incoming route
- Add the DID number (USERID)
- Appreciate my support? Feel free to buy me a coffee.
- Voipfone are offering you the chance to trial their VoIP service for free for 30 days. Sign me up!
- Sign up for a Dropbox account using my referral link and get an extra 500 MB of bonus space. Sign me up!
How did this post make you feel?