[sr-dev] [kamailio/kamailio] kamailio.cfg calling t_check_trans() without using the result? (#2578)

space88man notifications at github.com
Mon Dec 7 08:07:55 CET 2020


### 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20201206/f1f7bab6/attachment.htm>


More information about the sr-dev mailing list