Jump to content

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!

VoIP Phones - FreePBX - chan sip: Difference between revisions

Added information on the voiceless test server addresses
m (Remove visible <nowiki> (oops))
(Added information on the voiceless test server addresses)
host=j4.voiceless.aa.net.uk
 
; [[IPv6]] voiceless addresses for 01234567890
[in-01234567890-a6](in-01234567890)
host=a6.voiceless.aa.net.uk
 
You will need to force Asterisk to reload the configuration files for this to take effect - this can be done by restarting Asterisk or by running <code>asterisk -rx 'reload'</code>.
 
If you are using the test voiceless server for any reason, you will also need to add those addresses to your <code>/etc/asterisk/sip_custom_post.conf</code>:
<pre>
; voiceless test server addresses for 01234567890
[in-01234567890-z4](in-01234567890)
host=z4.voiceless.aa.net.uk
[in-01234567890-z6](in-01234567890)
host=z6.voiceless.aa.net.uk
</pre>
 
=Making IPv6 work=
You may notice that out of the box your FreePBX install will not talk [[IPv6]]. This is because by default it configures Asterisk to only listen on IPv4.
 
This can be fixed!
# Go to '''Settings, Asterisk SIP Settings'''.
# Scroll down to '''Advanced General Settings'''.
# Change '''Bind Address''' to an [[IPv6]] Address. <code>::</code> can be used for binding to all available [[IPv6]] and IPv4 addresses.
# Scroll to the bottom and click '''Submit Changes'''.
 
51

edits