rodrigodc created an issue (kamailio/kamailio#4149)
Hello,
Is there a strong reason why the following functions from [textops](https://www.kamailio.org/docs/modules/5.4.x/modules/textops.html) can't be used from `ONREPLY_ROUTE`?
- [set_body_multipart](https://www.kamailio.org/docs/modules/5.4.x/modules/textops.html#textops.f.s...) - [append_body_part_hex](https://www.kamailio.org/docs/modules/5.4.x/modules/textops.html#textops.f.a...)
I need to add ISUP to outgoing `SIP/18x` replies which already have an SDP body and would like to use those functions for that.
However, they cannot be used from `ONREPLY_ROUTE`, just as they can from `REQUEST_ROUTE` (which I use to add ISUP to `SIP/INVITE`).
So I am considering sending a pull request allowing them to be used from `ONREPLY_ROUTE`, but first I would like to know if it makes sense.
Thank you.
miconda left a comment (kamailio/kamailio#4149)
It can be a matter of what the developer needed, so, if nobody else comments, you can do the changes locally, test and if all looks fine, then you can make a PR.