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

Function w_seturi

core_cmds.c:907–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905}
906
907static int w_seturi(struct sip_msg *msg, str *uri)
908{
909 if (set_ruri(msg, uri) ) {
910 LM_ERR("failed to set new RURI\n");
911 return E_OUT_OF_MEM;
912 }
913
914 return 1;
915}
916
917static int w_prefix(struct sip_msg *msg, str *prefix)
918{

Callers

nothing calls this directly

Calls 1

set_ruriFunction · 0.85

Tested by

no test coverage detected