[sr-dev] [kamailio/kamailio] set_body_multipart produce broken body (#1719)

sergey-safarov notifications at github.com
Wed Nov 21 17:07:06 CET 2018


Daniel @miconda  please look this [textops](https://www.kamailio.org/docs/modules/5.2.x/modules/textops.html#textops.f.set_body_multipart) doc page
Here is present usage example:
```
set_body_multipart("test", "text/plain", "delimiter");
msg_apply_changes();
append_body_part(...);
```
first two comands
1) convert body to multipart;
2) add payload with content type text/plain.

I have [tested this two commands](https://github.com/kamailio/kamailio/issues/1719#issuecomment-437619001). And this not produce valid body. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1719#issuecomment-440720569
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20181121/a398e4ad/attachment.html>


More information about the sr-dev mailing list