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

Function w_strip_tail

core_cmds.c:927–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925}
926
927static int w_strip_tail(struct sip_msg *msg, int *nchars)
928{
929 return rewrite_ruri(msg, 0, *nchars, RW_RURI_STRIP_TAIL) ? -1 : 1;
930}
931
932static int w_append_branch_old(struct sip_msg *msg, str *uri, int *qvalue)
933{

Callers

nothing calls this directly

Calls 1

rewrite_ruriFunction · 0.85

Tested by

no test coverage detected