### Description
Why does the sample script call `t_check_trans()` without using the result?
```
if (!is_method("ACK")) {
if(t_precheck_trans()) {
t_check_trans();
exit;
}
t_check_trans();
}
```
### Troubleshooting
N/A
#### Reproduction
N/A view the kamailio.cfg script at
https://github.com/kamailio/kamailio/blob/master/etc/kamailio.cfg
#### Debugging Data
N/A
### Possible Solutions
### Additional Information
master branch
* **Operating System**:
N/A
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2578