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

Function pv_get_tm_branch_uri

modules/tm/tm.c:2694–2698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2692
2693
2694static int pv_get_tm_branch_uri(struct sip_msg *msg, pv_param_t *param,
2695 pv_value_t *res)
2696{
2697 return _pv_get_tm_branch_field( msg, param, res, BR_URI_ID);
2698}
2699
2700static int pv_get_tm_branch_duri(struct sip_msg *msg, pv_param_t *param,
2701 pv_value_t *res)

Callers

nothing calls this directly

Calls 1

_pv_get_tm_branch_fieldFunction · 0.85

Tested by

no test coverage detected