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

sergey-safarov notifications at github.com
Sat Nov 10 21:29:39 CET 2018


Same results when used UDP transport on caller and callee legs.
And when `set_body_multipart` is applied at start of `request_route` block
```
/* Main SIP request routing logic       
 * - processing of any incoming SIP request starts with this route
 * - note: this is the same as route { ... } */                     
request_route {                                                                
        if (is_method("INVITE")) {
                set_body_multipart("test", "text/plain", "delimiter");
                msg_apply_changes();     
                # # $var(b) = "7e Od 04 55 75 69 20 4d 61 6b 65 43 61 6c 6c";
                # # append_body_part("$var(b)", "application/vnd.cirpack.isdn-ext", "signal;handling=required");
        }                           
                                       
        # per request initial checks     
        route(REQINIT);  
```

-- 
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-437619001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20181110/0a23dc01/attachment.html>


More information about the sr-dev mailing list