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; }
Maybe @ngvoice can check and see if anything can be done for it.
Hi Daniel,
Is there any update for the request: 1793?
Thanks, Victor
From: Daniel-Constantin Mierla [mailto:notifications@github.com] Sent: 2019年1月9日 0:55 To: kamailio/kamailio kamailio@noreply.github.com Cc: Lv, Victor (NSB - CN/Qingdao) victor.lv@nokia-sbell.com; Author author@noreply.github.com Subject: Re: [kamailio/kamailio] kamailio can't support send Rx_AAR for origin call (#1793)
Maybe @ngvoicehttps://github.com/ngvoice can check and see if anything can be done for it.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/kamailio/kamailio/issues/1793#issuecomment-452371721, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AsUH1XqqXrZRfjxLOVerBz07j7QwzFLxks5vBM1ugaJpZM4Z0nmq.
Closing old feature request. If someone still has interest, the best is to make directly a PR.
Closed #1793.