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

Function pv_set_msg_branch_q

pvar.c:3744–3748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3742}
3743
3744static int pv_set_msg_branch_q(struct sip_msg* msg, pv_param_t *param,
3745 int op, pv_value_t *val)
3746{
3747 return _int_pv_set_branch_fields( msg, param, op, val, BR_Q_ID, 1);
3748}
3749
3750static int pv_set_msg_branch_path(struct sip_msg* msg, pv_param_t *param,
3751 int op, pv_value_t *val)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected