On 02/20/2015 04:00 PM, Federico San Martín wrote:
route[INSERT_ACM]{ set_body_multipart(); $var(acm) = "06 02 04 01 29 01 01 00"; append_body_part("$var(acm)","application/isup; version=itu-t92+","signal; handling=optional"); return; }
### Error ### Feb 20 11:51:49 KAMAILIO kamailio[19883]: ERROR: textops [textops.c:1869]: append_multibody_helper(): Cannot get boundary. Is body multipart? ### ###
You have to call msg_apply_changes[0] after set_body_part because append_body_part can't detect the new body otherwise. See Known Limitations at [0]
[0] http://www.kamailio.org/docs/modules/4.3.x/modules/textopsx.html#textopsx.f....