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

Function pv_get_sdp

pvar.c:1752–1760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1750
1751
1752static int pv_get_sdp(struct sip_msg *msg, pv_param_t *_, pv_value_t *res)
1753{
1754 pv_param_t param;
1755
1756 memset(&param, 0, sizeof param);
1757 param.pvn.u.isname.name.n = ((TYPE_APPLICATION<<16)+SUBTYPE_SDP);
1758
1759 return pv_get_msg_body(msg, &param, res);
1760}
1761
1762
1763static int pv_get_authattr(struct sip_msg *msg, pv_param_t *param,

Callers

nothing calls this directly

Calls 1

pv_get_msg_bodyFunction · 0.85

Tested by

no test coverage detected