| 1320 | |
| 1321 | |
| 1322 | static int w_t_on_branch( struct sip_msg* msg, void *go_to) |
| 1323 | { |
| 1324 | t_on_branch( (struct script_route_ref*) go_to ); |
| 1325 | return 1; |
| 1326 | } |
| 1327 | |
| 1328 | |
| 1329 | static int w_t_replicate(struct sip_msg *p_msg, str *dst, void *flags) |
nothing calls this directly
no test coverage detected