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

Function pv_get_ru_q

pvar.c:637–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637static int pv_get_ru_q(struct sip_msg *msg, pv_param_t *param,
638 pv_value_t *res)
639{
640 if(msg==NULL || res==NULL)
641 return -1;
642
643 if(msg->first_line.type == SIP_REPLY)
644 return pv_get_null(msg, param, res);
645
646 return pv_get_sintval(msg, param, res, get_ruri_q(msg));
647}
648
649static int pv_get_ouri(struct sip_msg *msg, pv_param_t *param,
650 pv_value_t *res)

Callers

nothing calls this directly

Calls 2

pv_get_nullFunction · 0.85
pv_get_sintvalFunction · 0.85

Tested by

no test coverage detected