Home
last modified time | relevance | path

Searched refs:route_uri (Results 1 – 14 of 14) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_glue.c1046 char *route_uri = NULL; in sofia_glue_do_invite() local
1244 p = dst->route_uri; in sofia_glue_do_invite()
1572 if (dst->route_uri) { in sofia_glue_do_invite()
1586 if (route_uri) { in sofia_glue_do_invite()
1589 tech_pvt->route_uri = switch_core_session_strdup(tech_pvt->session, route_uri); in sofia_glue_do_invite()
1658 TAG_IF(!zstr(route_uri), NUTAG_PROXY(route_uri)), in sofia_glue_do_invite()
1696 TAG_IF(!zstr(route_uri), NUTAG_PROXY(route_uri)), in sofia_glue_do_invite()
2965 char *route_uri = NULL; in sofia_glue_get_destination() local
3024 dst->route_uri = route_uri; in sofia_glue_get_destination()
3114 if (dst->route_uri) { in sofia_glue_send_notify()
[all …]
H A Dmod_sofia.c510 TAG_IF(!zstr(tech_pvt->route_uri), NUTAG_PROXY(tech_pvt->route_uri)), in sofia_on_hangup()
2069 TAG_IF(!zstr(tech_pvt->route_uri), NUTAG_PROXY(tech_pvt->route_uri)), in sofia_receive_message()
2133 TAG_IF(!zstr(tech_pvt->route_uri), NUTAG_PROXY(tech_pvt->route_uri)), in sofia_receive_message()
5227 char *route_uri = NULL; in notify_csta_callback() local
5246 if (dst->route_uri) { in notify_csta_callback()
5247 route_uri = sofia_glue_strip_uri(dst->route_uri); in notify_csta_callback()
5294 char *route_uri = NULL; in notify_callback() local
5309 if (dst->route_uri) { in notify_callback()
5310 route_uri = sofia_glue_strip_uri(dst->route_uri); in notify_callback()
5383 route_uri = sofia_glue_strip_uri(dst->route_uri); in general_event_handler()
[all …]
H A Dsofia_presence.c130 char *route_uri = NULL; in sofia_presence_chat_send() local
298 if (dst->route_uri) { in sofia_presence_chat_send()
353 TAG_IF(dst->route_uri, NUTAG_PROXY(dst->route_uri)), in sofia_presence_chat_send()
354 TAG_IF(route_uri, NUTAG_PROXY(route_uri)), in sofia_presence_chat_send()
399 switch_safe_free(route_uri); in sofia_presence_chat_send()
2217 if (dst->route_uri) { in _send_presence_notify()
2218 route_uri = sofia_glue_strip_uri(dst->route_uri); in _send_presence_notify()
2219 tmp = (char *)route_uri; in _send_presence_notify()
2313 route_uri, in _send_presence_notify()
2343 TAG_IF(route_uri, NUTAG_PROXY(route_uri)), in _send_presence_notify()
[all …]
H A Dmod_sofia.h830 char *route_uri; member
899 char *route_uri; member
H A Dsofia_reg.c635 …TAG_IF(dst->route_uri, NUTAG_PROXY(dst->route_uri)), TAG_IF(dst->route, SIPTAG_ROUTE_STR(dst->rout… in sofia_reg_nat_callback()
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/codegen/src/bang/
H A Duri_parsing.rs76 pub route_uri: Origin<'static>, field
195 let route_uri = Origin::parse_route(&route_uri_str.value()) in parse() localVariable
206 Ok(InternalUriParams { route_uri, fn_args, uri_params }) in parse()
H A Duri.rs43 let path_param_count = internal.route_uri.path().matches('<').count(); in extract_exprs()
210 let path = format!("{}/{}", mount_point, internal.route_uri.path()); in build_origin()
211 let query = internal.route_uri.query(); in build_origin()
/dports/net/kamailio/kamailio-5.4.5/misc/examples/ims/scscf/
H A Dkamailio.cfg408 if (($route_uri =~ "sip:orig@.*") || isc_from_as("orig")) {
424 if ((is_in_profile("orig") || has_totag()) && ($route_uri =~ "sip:mo@"+".*")) {
428 if ((is_in_profile("term") || has_totag()) && ($route_uri =~ "sip:mt@"+".*")) {
/dports/net/sems/sems-f89581a/core/sip/
H A Dtrans_layer.cpp826 sip_uri* route_uri = get_first_route_uri(fr); in prepare_strict_routing() local
830 if(!route_uri || is_loose_route(route_uri)) in prepare_strict_routing()
889 sip_uri* route_uri = get_first_route_uri(fr); in set_next_hop() local
890 if(route_uri == NULL) { in set_next_hop()
897 *next_hop = route_uri->host; in set_next_hop()
898 if(route_uri->port_str.len) in set_next_hop()
899 *next_port = route_uri->port; in set_next_hop()
900 if(route_uri->trsp && route_uri->trsp->value.len) in set_next_hop()
901 *next_trsp = route_uri->trsp->value; in set_next_hop()
/dports/net/sems/sems-f89581a/core/
H A DAmBasicSipDialog.cpp213 sip_uri* route_uri = get_first_route_uri(&fr);
214 if(!route_uri){
220 dest_ip = c2stlstr(route_uri->host);
/dports/net/kamailio/kamailio-5.4.5/src/modules/rr/
H A DREADME66 6.1. $route_uri
105 1.22. $route_uri
148 6.1. $route_uri
655 6.1. $route_uri
657 6.1. $route_uri
661 Example 1.22. $route_uri
663 xdbg("Route-URI is: $route_uri\n");
/dports/net/kamailio/kamailio-5.4.5/misc/examples/ims/pcscf/
H A Dkamailio.cfg494 if ($route_uri =~ "sip:mo@.*") {
504 if ($route_uri =~ "sip:mt@.*") {
534 if ($route_uri =~ "sip:term@.*") {
750 if ($route_uri =~ "sip:mt@.*") {
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/codegen/src/attribute/
H A Droute.rs342 let route_uri = route.attribute.path.origin.0.to_string(); in generate_internal_uri_macro() localVariable
351 rocket::rocket_internal_uri!(#route_uri, (#(#dynamic_args),*), $($token)*) in generate_internal_uri_macro()
/dports/net/freeswitch/freeswitch-1.10.3.-release/
H A DChangeLog2717 mod_sofia: do not set route_uri unless there is actually one to go to (r:13952)