[OpenSIPS-Users] Async - not make CDR

Dragomir Haralambiev goup2010 at gmail.com
Thu Feb 18 09:21:55 CET 2016


Hi,

I user latest Opensips 2.2 from git.

When use Async radius Opensips not generate CDR.
Here is example:

-----------------------
route {
......
if ( is_method("INVITE") ) {
.....
async( radius_send_auth("invite","invrespons"), return_invite );
}

}

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

----------------------

when change :
async( radius_send_auth("invite","invrespons"), return_invite );
with
radius_send_auth("invite","invrespons");
route(return_invite);
all working fine.

I will open issues in github.

Regards,
Dragomir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20160218/f2a7fcf2/attachment.htm>


More information about the Users mailing list