Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to send BYE to outbound leg in kamailio? #437

Closed
DileepNunna opened this issue Dec 10, 2015 · 2 comments
Closed

how to send BYE to outbound leg in kamailio? #437

DileepNunna opened this issue Dec 10, 2015 · 2 comments

Comments

@DileepNunna
Copy link

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?

@miconda
Copy link
Member

miconda commented Dec 11, 2015

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-users@lists.sip-router.org.

This is the bug tracker where we want to keep only the list of problems discovered in the code or requests for new features. We are not using the bug tracker as a generic discussions forum.

@miconda miconda closed this as completed Dec 11, 2015
@DileepNunna
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants