Lines Matching defs:route
163 * Get the route information from the 'value' and add it to the route
206 * Check if the 'lr' param is present for this route.
222 * Depending on the route-set, determine the request URI.
254 * Free the route set.
271 * Recompute route-set
297 * If the route set is empty, the UAC MUST place the remote target URI
301 * If the route set is not empty, and the first URI in the route set
304 * header field containing the route set values in order, including all
307 * If the route set is not empty, and its first URI does not contain the
308 * lr parameter, the UAC MUST place the first URI from the route set
311 * the remainder of the route set values in order, including all
325 sip_dlg_route_set_t *route;
344 route = rset_head;
346 if (!route->sip_dlg_route_lr) {
360 rset_len = rlen - strlen(route->sip_dlg_route) + strlen(uri) +
363 count = snprintf(rsp, rspl, "%s", route->sip_dlg_route);
365 route->sip_dlg_ruri.sip_str_len + 1);
374 (route->sip_dlg_ruri.sip_str_ptr - route->sip_dlg_route),
375 route->sip_dlg_ruri.sip_str_len);
377 route->sip_dlg_ruri.sip_str_len] = '\0';
379 route->sip_dlg_ruri.sip_str_len;
383 route = route->sip_dlg_route_next;
413 while (route != NULL) {
415 count = snprintf(rp, rpl, "%s", route->sip_dlg_route);
421 SIP_COMMA, route->sip_dlg_route);
424 route->sip_dlg_route);
430 route->sip_dlg_route);
434 route->sip_dlg_route);
438 route = route->sip_dlg_route_next;
476 * The route set MUST be set to the list of URIs in the Record-Route
481 * The route set MUST be set to the list of URIs in the Record-Route
729 * Get the route set from the request, if present