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

Function w_resetdsturi

core_cmds.c:1074–1079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072}
1073
1074static int w_resetdsturi(struct sip_msg *msg)
1075{
1076 reset_dst_uri(msg);
1077
1078 return 1;
1079}
1080
1081static int w_isdsturiset(struct sip_msg *msg)
1082{

Callers

nothing calls this directly

Calls 1

reset_dst_uriFunction · 0.85

Tested by

no test coverage detected