| 2579 | |
| 2580 | |
| 2581 | static 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 | |
| 2593 | static int use_next_gw(struct sip_msg* msg, |
nothing calls this directly
no test coverage detected