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