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

Function w_setuserpass

core_cmds.c:897–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895}
896
897static int w_setuserpass(struct sip_msg *msg, str *userpass)
898{
899 return rewrite_ruri(msg, userpass, 0, RW_RURI_USERPASS) ? -1 : 1;
900}
901
902static int w_setport(struct sip_msg *msg, str *port)
903{

Callers

nothing calls this directly

Calls 1

rewrite_ruriFunction · 0.85

Tested by

no test coverage detected