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


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.