Kamailio module rr: Difference between revisions
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Revision as of 21:33, 27 July 2019
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.