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

Function pv_set_msg_branch_path

pvar.c:3750–3754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3748}
3749
3750static int pv_set_msg_branch_path(struct sip_msg* msg, pv_param_t *param,
3751 int op, pv_value_t *val)
3752{
3753 return _int_pv_set_branch_fields( msg, param, op, val, BR_PATH_ID, 1);
3754}
3755
3756static int pv_set_msg_branch_flags(struct sip_msg* msg, pv_param_t *param,
3757 int op, pv_value_t *val)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected