Incoming VoIP Features: Difference between revisions
Appearance
Content deleted Content added
| 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 < |
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 < |
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: |
||