Re: [OpenSIPS-Users] async radius problem

2017-01-19 Thread Dragomir Haralambiev
Thanks 2017-01-19 11:03 GMT+02:00 Răzvan Crainea : > Actually this is a characteristic of the async engine, not only the > AAA_Radius module. I check to see where is the best place to specify this > info. > > Best regards, > > Răzvan Crainea > OpenSIPS

Re: [OpenSIPS-Users] async radius problem

2017-01-19 Thread Răzvan Crainea
Actually this is a characteristic of the async engine, not only the AAA_Radius module. I check to see where is the best place to specify this info. Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 01/19/2017 10:40 AM, Dragomir Haralambiev wrote: Hi, Thanks for

Re: [OpenSIPS-Users] async radius problem

2017-01-19 Thread Dragomir Haralambiev
Hi, Thanks for your quick replay. Please add this information in AAA_Radius module. Best regards, Dragomir 2017-01-19 10:25 GMT+02:00 Răzvan Crainea : > Hi, Dragomir! > > Currently async operations are only available for requests, not for > replies. In the onreply_route

Re: [OpenSIPS-Users] async radius problem

2017-01-19 Thread Răzvan Crainea
Hi, Dragomir! Currently async operations are only available for requests, not for replies. In the onreply_route you can only use synchronous operations for now. Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 01/18/2017 03:45 PM, Dragomir Haralambiev wrote:

[OpenSIPS-Users] async radius problem

2017-01-18 Thread Dragomir Haralambiev
Hello, I have problem with async radius implementation. OS - CEntOs 7 Opensips 2.2.2 - git hub from 15.01.2017 Here pasrt of srcipt: onreply_route[outgoing] { . if (t_check_status("200")) { async( radius_send_auth("prepayout","prepayin"), return_prepay ); } } route[return_prepay] {