[sr-dev] [kamailio/kamailio] kamailio can't support send Rx_AAR for origin call (#1793)

lsm808 notifications at github.com
Tue Jan 8 02:46:17 CET 2019


Hi All,

When kamailio(kamailio-5.0) receive 200 OK message, we need to send Rx_AAR for origin and term call.

Rx_AAR("MT_aar_reply", "origin","",2); for origin call
Rx_AAR("MT_aar_reply", "term","",2); for term call.

But from source code ims_qos_mod.c, we see lots of part like below to not support for a request.
Even we comments them, there are still lots of issues, could we support the scenarios like below:

when kamailio receive 200 OK, we can send Rx_AAR for term and origin call.

 //We don't ever do AAR on request for calling scenario...
                if (msg->first_line.type != SIP_REPLY) {
                                 // Added by vlv
                                 // LM_DBG("Can't do AAR for call session in request\n");
                                 // return result;
                }


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1793
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190107/0ab766f5/attachment-0001.html>


More information about the sr-dev mailing list