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

Function w_mq_add

modules/mqueue/mqueue_mod.c:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224static int w_mq_add(struct sip_msg *msg, str *mq, str *key, str *val)
225{
226 if(mq_item_add(mq, key, val) < 0)
227 return -1;
228 return 1;
229}
230
231static int w_mq_pv_free(struct sip_msg *msg, str *mq)
232{

Callers

nothing calls this directly

Calls 1

mq_item_addFunction · 0.85

Tested by

no test coverage detected