Re: [sr-dev] [kamailio] how to send BYE to outbound leg in kamailio? (#437)

2015-12-14 Thread DileepNunna
send_bye(): failed to send the BYE request in dialog_ng module.when kamailio creating and sending BYE to callee, it has to take callee 200OK record routes - caller record routes - self record route.but it is taking all 200OK record routes. --- Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio] how to send BYE to outbound leg in kamailio? (#437)

2015-12-11 Thread Daniel-Constantin Mierla
Closed #437. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/437#event-489130036___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [kamailio] how to send BYE to outbound leg in kamailio? (#437)

2015-12-11 Thread Daniel-Constantin Mierla
If it is question related to how to write C code inside an existing module, then send an email to sr-dev@lists.sip-router.org. If it is about configuration file, send an email to sr-us...@lists.sip-router.org. This is the bug tracker where we want to keep only the list of problems discovered i

[sr-dev] [kamailio] how to send BYE to outbound leg in kamailio? (#437)

2015-12-09 Thread DileepNunna
After credit limit reached(ims_charging), tried to send BYE to both legs in kamailo (modules/dialog_ng/dlg_req_within.c).Bye sent to caller, but when sending bye to callee it is failing.(it is considering record-routes from caller invite, not in 200 OK from callee).Is there any changes necessary