Howto:DNS Resolving in SIP: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(New page: Primary Proxy and Alternative Proxy can be configured. During initialization:<br> If names (not ip addresses) have been configuired:<br> Both proxy names are resolved by DNS SRV (on no su...)
 
No edit summary
Line 1: Line 1:
Primary Proxy and Alternative Proxy can be configured.
'''Primary Proxy''' and '''Alternative Proxy''' can be configured.


During initialization:<br>
During initialization (if names - not ip addresses - have been configuired):<br>
If names (not ip addresses) have been configuired:<br>
Both proxy names are resolved by DNS SRV (on no success A query is used).<br>
Both proxy names are resolved by DNS SRV (on no success A query is used).<br>
From the DNS response for primary proxy 2 addresses are selected according to priority and weight values ('''addr1''' and '''addr2''').<br>
From the DNS response for primary proxy 2 addresses are selected according to priority and weight values ('''addr1''' and '''addr2''').<br>
Line 11: Line 10:
The '''primary registration''' is active all time.<br>
The '''primary registration''' is active all time.<br>
The '''backup registration''' is temporarily activated on demand. It is activated if '''primary registration''' fails to get registered. And it is deactivated as soon as the '''primary registration''' gets registered.
The '''backup registration''' is temporarily activated on demand. It is activated if '''primary registration''' fails to get registered. And it is deactivated as soon as the '''primary registration''' gets registered.
The '''primary registration''' tries to register at '''addr1''' exclusively.<br>
The '''secondary registration''' tries to register at '''addr2'''/'''addr3'''/'''addr4''' (round robin).

Revision as of 14:06, 11 February 2009

Primary Proxy and Alternative Proxy can be configured.

During initialization (if names - not ip addresses - have been configuired):
Both proxy names are resolved by DNS SRV (on no success A query is used).
From the DNS response for primary proxy 2 addresses are selected according to priority and weight values (addr1 and addr2).
From the DNS response for alternative proxy 2 addresses are selected according to priority and weight values (addr3 and addr4).

The SIP signaling interface implements a primary registration and a backup registration.

The primary registration is active all time.
The backup registration is temporarily activated on demand. It is activated if primary registration fails to get registered. And it is deactivated as soon as the primary registration gets registered.


The primary registration tries to register at addr1 exclusively.
The secondary registration tries to register at addr2/addr3/addr4 (round robin).