[OpenSIPS-Users] async radius problem

Dragomir Haralambiev goup2010 at gmail.com
Thu Jan 19 03:40:14 EST 2017


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 <razvan at opensips.org>:

> 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 Solutionswww.opensips-solutions.com
>
> On 01/18/2017 03:45 PM, Dragomir Haralambiev wrote:
>
> 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] {
> xlog("L_ERR", "Radius return $rc");
> } # end route return_prepay
>
> Here is part of Opensips log level 6:
>
>  /usr/sbin/opensips[21026]: DBG:tm:update_totag_set: new totag
>  /usr/sbin/opensips[21026]: DBG:tm:insert_timer_unsafe: [2]:
> 0x7fee75f19bd0 (36)
>  /usr/sbin/opensips[21026]: DBG:tm:run_trans_callbacks:
> trans=0x7fee75f19b50, callback type 64, id 0 entered
>  /usr/sbin/opensips[21005]: DBG:core:handle_sigs: status = 11
>  /usr/sbin/opensips[21005]: INFO:core:handle_sigs: child process 21026
> exited by a signal 11
>  /usr/sbin/opensips[21005]: INFO:core:handle_sigs: core was not generated
>  /usr/sbin/opensips[21005]: INFO:core:handle_sigs: terminating due to
> SIGCHLD
>  /usr/sbin/opensips[21024]: INFO:core:sig_usr: signal 15 received
>  /usr/sbin/opensips[21011]: INFO:core:sig_usr: signal 15 received
>  /usr/sbin/opensips[21018]: INFO:core:sig_usr: signal 15 received
>
>
> Where is problem?
>
> Best regards,
> Dragomir
>
>
> _______________________________________________
> Users mailing listUsers at lists.opensips.orghttp://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20170119/f5a337f6/attachment.html>


More information about the Users mailing list