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

Function w_sethostport

core_cmds.c:887–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885}
886
887static int w_sethostport(struct sip_msg *msg, str *hostport)
888{
889 return rewrite_ruri(msg, hostport, 0, RW_RURI_HOSTPORT) ? -1 : 1;
890}
891
892static int w_setuser(struct sip_msg *msg, str *user)
893{

Callers

nothing calls this directly

Calls 1

rewrite_ruriFunction · 0.85

Tested by

no test coverage detected