| 1313 | |
| 1314 | |
| 1315 | static int w_t_on_reply( struct sip_msg* msg, void *go_to) |
| 1316 | { |
| 1317 | t_on_reply( (struct script_route_ref*) go_to ); |
| 1318 | return 1; |
| 1319 | } |
| 1320 | |
| 1321 | |
| 1322 | static int w_t_on_branch( struct sip_msg* msg, void *go_to) |
nothing calls this directly
no test coverage detected