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 < |
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: |
||
a-pbx.example.com. A 192.0.2.50 |
a-pbx.example.com. A 192.0.2.50 |
||