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 - Asterisk: Difference between revisions

contact = sip:+442082881111@voiceless.aa.net.uk
qualify_frequency=20
 
==PJSIP: IPv6==
By default PJSIP does not listen on IPv6.<br />
At the top of pjsip.conf you will need to add another transport like:
 
[transport-udp6]
type=transport
protocol=udp
bind=[::]
 
And I found I had to force the endpoint to use this transport (a small section of the endpoint section above but with the "transport = " line inserted):
[aaisptrunk]
type = endpoint
transport = transport-udp6
 
==Status and Commands==
autoreview, editor
94

edits