| 1064 | } |
| 1065 | |
| 1066 | static 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 | |
| 1074 | static int w_resetdsturi(struct sip_msg *msg) |
| 1075 | { |
nothing calls this directly
no test coverage detected