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

Function w_prefix

core_cmds.c:917–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915}
916
917static int w_prefix(struct sip_msg *msg, str *prefix)
918{
919 return rewrite_ruri(msg, prefix, 0, RW_RURI_PREFIX) ? -1 : 1;
920}
921
922static int w_strip(struct sip_msg *msg, int *nchars)
923{

Callers

nothing calls this directly

Calls 1

rewrite_ruriFunction · 0.85

Tested by

no test coverage detected