-
Notifications
You must be signed in to change notification settings - Fork 583
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
[BUG] append_to_reply not working when t_reply_with_body is used inside a failure_route block #3422
Comments
adding |
Isn;t the order of the operations the other way around, like first adding the hdr to reply and then sending the reply, like:
|
It doesn't work even if I put append_to_reply before t_reply_with_body |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
Marking as closed due to lack of progress for more than 30 days. If this issue is still relevant, please re-open it with additional details. |
Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days. |
OpenSIPS version you are running
Describe the bug
append_to_reply not working when t_reply_with_body is used inside a failure_route block. Only the body is present in the reply.
To Reproduce
Expected behavior
A sip reply with Foo: bar header and a body with content "a b c".
Relevant System Logs
no errors found in the opensip log.
OS/environment information
A similar issue was fixed in the past for request route
The text was updated successfully, but these errors were encountered: