<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">Hi!
<div><br /></div>
<div>I’m trying to get SDP body in my var.</div>
<div><br /></div>
<div>I’m using smth like this</div>
<div><br /></div>
<div>
<div>    if (KSR.textops.has_body() ~= -1 and KSR.textops.has_body_type("application/sdp") ~= -1) then</div>
<div>        KSR.textops.get_body_part("application/sdp", "$var(pbody)»)</div>
</div>
<div>  local sdp_body = KSR.pv.get("$var(pbody)")<br /></div>
<div>  ….<br /></div>
<div>    end</div>
<div><br /></div>
<div>But in logs i see this</div>
<div>
<div>LUA {INVITE}:  7(20794) DEBUG: <core> [core/parser/msg_parser.c:183]: get_hdr_field(): content_length=470</div>
<div>LUA {INVITE}:  7(20794) DEBUG: app_lua [app_lua_sr.c:1496]: sr_kemi_lua_exec_func_ex(): param[0] for: has_body_type is str: application/sdp</div>
<div>LUA {INVITE}:  7(20794) DEBUG: textops [textops.c:3083]: has_body_helper(): content type is 196611</div>
<div>LUA {INVITE}:  7(20794) DEBUG: app_lua [app_lua_sr.c:1496]: sr_kemi_lua_exec_func_ex(): param[0] for: get_body_part is str: application/sdp</div>
<div>LUA {INVITE}:  7(20794) DEBUG: app_lua [app_lua_sr.c:1496]: sr_kemi_lua_exec_func_ex(): param[1] for: get_body_part is str: $var(pbody)</div>
<div>LUA {INVITE}:  7(20794) DEBUG: <core> [core/pvapi.c:396]: pv_cache_lookup(): pvar [$var(pbody)] found in cache</div>
<div>LUA {INVITE}:  7(20794) DEBUG: <core> [core/parser/msg_parser.c:89]: get_hdr_field(): found end of header</div>
<div>LUA {INVITE}:  7(20794) INFO: <core> [core/msg_translator.c:1694]: get_boundary(): Content-Type hdr has no params <application/sdp></div>
<div>LUA {INVITE}:  7(20794) ERROR: textops [textops.c:2468]: ki_get_body_part_helper(): Cannot get boundary. Is body multipart?</div>
</div>
<div><br /></div>
<div>So, in sdp_body var i got 0. What is wrong here?</div>
</div>
<div name="messageSignatureSection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
Regards, Igor</div>
</body>
</html>