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

Function w_setdsturi

core_cmds.c:1066–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1064}
1065
1066static int w_setdsturi(struct sip_msg *msg, str *uri)
1067{
1068 if(set_dst_uri(msg, uri)!=0)
1069 return -1;
1070 else
1071 return 1;
1072}
1073
1074static int w_resetdsturi(struct sip_msg *msg)
1075{

Callers

nothing calls this directly

Calls 1

set_dst_uriFunction · 0.85

Tested by

no test coverage detected