[OpenSIPS-Devel] [opensips] Async - not make CDR (#799)

goup2010 notifications at github.com
Thu Feb 18 09:32:18 CET 2016


When use Async radius (radius_send_auth) Opensips 2.2 not make CDR.
Here part of script:
route {
	......
	if ( is_method("INVITE") ) {
		.....
		async( radius_send_auth("invite","invrespons"), return_invite );
	}
}

route[return_invite] {
	.....
	create_dialog("PB");
	setflag(MAKE_CDR);
	.....
}

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/799
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20160218/042c33e5/attachment.htm>


More information about the Devel mailing list