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!

Incoming VoIP Features: Difference between revisions

Content deleted Content added
AA-Andrew (talk | contribs)
AA-Andrew (talk | contribs)
Line 89: Line 89:


===More about SRV Records===
===More about SRV Records===
An example of using srv records would be as follows: Say you have two VoIP servers and they have the public IPs of <code>192.0.2.50</code> and <syntaxhighlight inline>192.0.2.60</syntaxhighlight> and you want to give it the DNS name of <syntaxhighlight inline>a-pbx.example.com</syntaxhighlight> and <syntaxhighlight inline>b-pbx.example.com</syntaxhighlight>. You'd create the following DNS records for it as follows:
An example of using srv records would be as follows: Say you have two VoIP servers and they have the public IPs of <code>192.0.2.50</code> and <cod>192.0.2.60</code> and you want to give it the DNS name of <code inline>a-pbx.example.com</code> and <code>b-pbx.example.com</code>. You'd create the following DNS records for it as follows:


a-pbx.example.com. A 192.0.2.50
a-pbx.example.com. A 192.0.2.50
Line 96: Line 96:
_sip._udp.pbx.example.com. SRV 1 0 5060 b-pbx.example.com.
_sip._udp.pbx.example.com. SRV 1 0 5060 b-pbx.example.com.


In the AAISP control pages, you'd enter <syntaxhighlight inline>pbx.example.com</syntaxhighlight> as the server hostname, our systems will then look up the SRV records and will route the call accordingly.
In the AAISP control pages, you'd enter <code>pbx.example.com</code> as the server hostname, our systems will then look up the SRV records and will route the call accordingly.


The format of the 'host' part of a SRV record is:
The format of the 'host' part of a SRV record is: