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

Function w_strip

core_cmds.c:922–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920}
921
922static int w_strip(struct sip_msg *msg, int *nchars)
923{
924 return rewrite_ruri(msg, 0, *nchars, RW_RURI_STRIP) ? -1 : 1;
925}
926
927static int w_strip_tail(struct sip_msg *msg, int *nchars)
928{

Callers

nothing calls this directly

Calls 1

rewrite_ruriFunction · 0.85

Tested by

no test coverage detected