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

Function reset_dst_uri

parser/msg_parser.c:1083–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081}
1082
1083void reset_dst_uri(struct sip_msg *msg)
1084{
1085 if(msg->dst_uri.s!=0)
1086 pkg_free(msg->dst_uri.s);
1087 msg->dst_uri.s = 0;
1088 msg->dst_uri.len = 0;
1089}
1090
1091int set_dst_host_port(struct sip_msg *msg, str *host, str *port)
1092{

Callers 2

w_resetdsturiFunction · 0.85
pv_set_dsturiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected