| 1081 | } |
| 1082 | |
| 1083 | void 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 | |
| 1091 | int set_dst_host_port(struct sip_msg *msg, str *host, str *port) |
| 1092 | { |
no outgoing calls
no test coverage detected