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

Function pv_get_msgid

pvar.c:558–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558static int pv_get_msgid(struct sip_msg *msg, pv_param_t *param,
559 pv_value_t *res)
560{
561 if(msg==NULL)
562 return -1;
563 return pv_get_uintval(msg, param, res, msg->id);
564}
565
566static int pv_get_method(struct sip_msg *msg, pv_param_t *param,
567 pv_value_t *res)

Callers

nothing calls this directly

Calls 1

pv_get_uintvalFunction · 0.85

Tested by

no test coverage detected