editor
706
edits
This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!
(→top: clean up) |
|||
(9 intermediate revisions by 2 users not shown) | |||
<indicator name="VoIPConfiguring">[[File:menu-voip.svg|link=:Category:VoIP Phones|30px|Back up to the VoIP Configuring page]]</indicator>
[[File:Freepbx_logo.png]]
'''2016-11 The information below is for an older version of FreePBX - newer versions use 'pjsip' rather than 'chan_sip', see: [[VoIP Phones - FreePBX]] '''
*[[IPv6]] Works!
FreePBX is based on [[VoIP Phones - Asterisk|Asterisk]] - you may wish to read this page for more background information.
These instructions were last tested on FreePBX
=Setting up your A&A trunk=
Log into your FreePBX administration interface and go to '''Connectivity, Trunks''' - then select '''Add SIP Trunk'''.
Fill out the fields as below:
* '''Trunk Name:''' A descriptive name for the trunk - enter whatever you wish.
* '''Outbound CallerID:''' The caller ID you will use for calls made on this trunk. I entered my phone number in the format: 01234567890.
* '''Disable Trunk:''' Make sure "Disable" is not ticked.
I left this entire section alone.
These are your outgoing call settings - for calls you make from your phone through voiceless. These settings can be found under the "SIP Phone" heading in clueless for your number.
'''Trunk Name:''' <code>out-01234567890</code><br />
'''PEER Details:''' <pre>host=voiceless.aa.net.uk
username=+441234567890▼
secret=YOUR-OUTGOING-PASSWORD-HERE▼
type=peer
▲username=+441234567890
transport=udp
disallow=all
allow=alaw
qualify=yes
</pre>▼
These are your incoming call settings - for calls you receive from voiceless. These settings can be found under the "To your server via SIP" heading in clueless for your number.
'''USER Context:''' <code>in-01234567890</code>
'''USER Details:''' <pre>
context=from-trunk
username=in-01234567890
remotesecret=YOUR-INCOMING-PASSWORD-HERE
transport=udp
disallow=all
allow=alaw
trustrpid=yes</pre>
If your FreePBX is behind a NAT you may need to enter a registration string here.
If
More details can be found on the [[VoIP Phones - Asterisk]] article.
==
In order for FreePBX to recognise incoming calls from the voiceless.aa.net.uk platform, we must change a FreePBX setting:
Go to '''Settings, Asterisk SIP Settings''', then click on '''Chan SIP'''.
Scroll to the bottom of the page and find the '''Other SIP Settings''' entry.
▲</pre>
In the first field, enter <code>match_auth_username</code>, and in the second field enter <code>yes</code>.
[[File:Freepbx_other_sip_settings.png]]
Then click '''Submit Changes'''!
=Making IPv6 work=
*Also see the [[VoIP Security]] page for information about securing your VoIP service.
[[Category:VoIP Phones|FreePBX]]
|