Kamailio module rr

From 탱이의 잡동사니
Revision as of 21:33, 27 July 2019 by Pchero (talk | contribs) (Created page with "== Overview == Kamailio module RR 내용 정리. == Functions == === loose_route() === The function performs routing of SIP requests which contain a route set. The name is a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Kamailio module RR 내용 정리.

Functions

loose_route()

The function performs routing of SIP requests which contain a route set. The name is a little bit confusing, as this function also routes requests which are in the "strict router" format.

This function is usually used to route in-dialog requests(like ACK, BYE, reINVITE). Nevertheless also out-of-dialog requests can have a "pre-loaded route set" and maybe routed with with loose_route. It also takes care of translating between strict-routers and loose-router.

See also