Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async - not make CDR #799

Closed
goup2010 opened this issue Feb 18, 2016 · 2 comments
Closed

Async - not make CDR #799

goup2010 opened this issue Feb 18, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@goup2010
Copy link

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);
.....
}

@bogdan-iancu
Copy link
Member

This is a particular case of #810, @ionutrazvanionita has a plan to fix it, working on it.

@ionutrazvanionita
Copy link
Contributor

fixed with pr #840 and #841 . Acc module now has a new design

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants