Incoming VoIP Features: Difference between revisions
Appearance
Content deleted Content added
| Line 94: | Line 94: | ||
b-pbx.example.com. A 192.0.2.60 |
b-pbx.example.com. A 192.0.2.60 |
||
_sip._udp.pbx.example.com. SRV 1 0 5060 a-pbx.example.com. |
_sip._udp.pbx.example.com. SRV 1 0 5060 a-pbx.example.com. |
||
_sip._udp.pbx.example.com. SRV |
_sip._udp.pbx.example.com. SRV 2 0 5060 b-pbx.example.com. |
||
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. |
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: <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> |
||
_service._protocol.name |
|||
The format of the 'value' of an srv record would be in the format of: |
|||
priority weight port host |
|||
===Also Ring=== |
===Also Ring=== |
||