Incoming VoIP Features: Difference between revisions
Appearance
Content deleted Content added
| Line 99: | Line 99: | ||
The format of the 'host' part of a SRV record is: <code> _service._protocol.name</code>. The format of the 'value' of an srv record would be in the format of: <code>priority weight port host</code> |
The format of the 'host' part of a SRV record is: <code> _service._protocol.name</code>. The format of the 'value' of an srv record would be in the format of: <code>priority weight port host</code> |
||
Like with MX records, lowest-numbered priority gets tried first, weight is used for records with the same priority. More info in RFC 2782 and on [https://en.wikipedia.org/wiki/SRV_record#Provisioning_for_high_service_availability Wikipedia] |
|||
You can test your SRV record using 'dig', 'host' or 'nslookup' on the command line, eg: |
You can test your SRV record using 'dig', 'host' or 'nslookup' on the command line, eg: |
||