Howto:DNS Resolving in SIP

From innovaphone wiki
Revision as of 14:03, 11 February 2009 by Tac (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.