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 difference)

Revision as of 14:03, 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.