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
_______________________________________________
Devel mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to