Daniel-Constantin Mierla writes:
> + Example 1.11. t_precheck_trans usage
> +...
> + # handle retransmissions
> + if(t_precheck_trans()) {
> + t_check_trans();
> + exit;
> + }
> + t_check_trans();why t_check_trans() is called when t_precheck_trans() returns true? why exit is not enough? -- juha _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
