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

Function w_setuser

core_cmds.c:892–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890}
891
892static int w_setuser(struct sip_msg *msg, str *user)
893{
894 return rewrite_ruri(msg, user, 0, RW_RURI_USER) ? -1 : 1;
895}
896
897static int w_setuserpass(struct sip_msg *msg, str *userpass)
898{

Callers

nothing calls this directly

Calls 1

rewrite_ruriFunction · 0.85

Tested by

no test coverage detected