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

Function w_setport

core_cmds.c:902–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900}
901
902static int w_setport(struct sip_msg *msg, str *port)
903{
904 return rewrite_ruri(msg, port, 0, RW_RURI_PORT) ? -1 : 1;
905}
906
907static int w_seturi(struct sip_msg *msg, str *uri)
908{

Callers

nothing calls this directly

Calls 1

rewrite_ruriFunction · 0.85

Tested by

no test coverage detected