MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / w_do_routing

Function w_do_routing

modules/drouting/drouting.c:2581–2590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2579
2580
2581static int w_do_routing(struct sip_msg* msg, int *grp, long flags, str *wl,
2582 pv_spec_t* rule_att, pv_spec_t* gw_att, pv_spec_t* carr_att,
2583 struct head_db *part)
2584{
2585 rule_attrs_spec = rule_att;
2586 gw_attrs_spec = gw_att;
2587 carrier_attrs_spec = carr_att;
2588
2589 return do_routing( msg, part, grp?*grp:-1, (int)flags, wl);
2590}
2591
2592
2593static int use_next_gw(struct sip_msg* msg,

Callers

nothing calls this directly

Calls 1

do_routingFunction · 0.85

Tested by

no test coverage detected