<p>I have tested two cases on reference config with loaded <code>textopsx.so</code> enabled roles.</p>
<pre><code>+#!define WITH_DEBUG
+#!define WITH_MYSQL
+#!define WITH_AUTH
+#!define WITH_USRLOCDB
</code></pre>
<p>First case works as expected</p>
<pre><code>/* 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") && has_body("application/sdp")) {
                set_body_multipart("delimiter");
                if (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");
                    if(msg_apply_changes()) {
                        xlog("L_INFO", "Body converted Succesfully $rU \n");
                    }   
                }
        }
</code></pre>
<p>Second is generated core dump</p>
<pre><code>/* 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") && has_body("application/sdp")) {
                set_body_multipart("delimiter");
                if (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");
#                    if(msg_apply_changes()) {
#                        xlog("L_INFO", "Body converted Succesfully $rU \n");
#                    }   
                }
        }
</code></pre>
<p>Looks as kamailio generate core dump when added multipart and not called <code> msg_apply_changes()</code> in call processing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/1631#issuecomment-439859312">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AF36ZUXhlUfurwN_0WBcrc0Coulh3lzjks5uwpPRgaJpZM4WWXtC">mute the thread</a>.<img src="https://github.com/notifications/beacon/AF36ZTxEqkNmFsIIcf60HUGIxlhyHwfbks5uwpPRgaJpZM4WWXtC.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/kamailio/kamailio","title":"kamailio/kamailio","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/kamailio/kamailio"}},"updates":{"snippets":[{"icon":"PERSON","message":"@sergey-safarov in #1631: I have tested two cases on reference config with loaded `textopsx.so` enabled roles.\r\n```\r\n+#!define WITH_DEBUG\r\n+#!define WITH_MYSQL\r\n+#!define WITH_AUTH\r\n+#!define WITH_USRLOCDB\r\n```\r\nFirst case works as expected\r\n```\r\n/* Main SIP request routing logic\r\n * - processing of any incoming SIP request starts with this route\r\n * - note: this is the same as route { ... } */                     \r\nrequest_route {                                                                \r\n        if (is_method(\"INVITE\") \u0026\u0026 has_body(\"application/sdp\")) {\r\n                set_body_multipart(\"delimiter\");\r\n                if (msg_apply_changes()) {\r\n                    $var(b) = \"7e Od 04 55 75 69 20 4d 61 6b 65 43 61 6c 6c\";\r\n                    append_body_part(\"$var(b)\", \"application/vnd.cirpack.isdn-ext\", \"signal;handling=required\");\r\n                    if(msg_apply_changes()) {\r\n                        xlog(\"L_INFO\", \"Body converted Succesfully $rU \\n\");\r\n                    }   \r\n                }\r\n        }\r\n```\r\n\r\nSecond is generated core dump\r\n```\r\n/* Main SIP request routing logic\r\n * - processing of any incoming SIP request starts with this route\r\n * - note: this is the same as route { ... } */                     \r\nrequest_route {                                                                \r\n        if (is_method(\"INVITE\") \u0026\u0026 has_body(\"application/sdp\")) {\r\n                set_body_multipart(\"delimiter\");\r\n                if (msg_apply_changes()) {\r\n                    $var(b) = \"7e Od 04 55 75 69 20 4d 61 6b 65 43 61 6c 6c\";\r\n                    append_body_part(\"$var(b)\", \"application/vnd.cirpack.isdn-ext\", \"signal;handling=required\");\r\n#                    if(msg_apply_changes()) {\r\n#                        xlog(\"L_INFO\", \"Body converted Succesfully $rU \\n\");\r\n#                    }   \r\n                }\r\n        }\r\n```\r\n\r\nLooks as kamailio generate core dump when added multipart and not called ` msg_apply_changes()` in call processing."}],"action":{"name":"View Issue","url":"https://github.com/kamailio/kamailio/issues/1631#issuecomment-439859312"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/1631#issuecomment-439859312",
"url": "https://github.com/kamailio/kamailio/issues/1631#issuecomment-439859312",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Re: [kamailio/kamailio] coredump when used append_body_part (#1631)",
"sections": [
{
"text": "",
"activityTitle": "**sergey-safarov**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@sergey-safarov",
"facts": [

]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"kamailio/kamailio\",\n\"issueId\": 1631,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"kamailio/kamailio\",\n\"issueId\": 1631\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/kamailio/kamailio/issues/1631#issuecomment-439859312"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374963010\n}"
}
],
"themeColor": "26292E"
}
]</script>