<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.4">
</HEAD>
<BODY>
hello all<BR>
<BR>
i'm using kam version 4.4.1 and i would like to generate an ISUP part on the 1xx,2xx responses to a remote carrier since the fsw i send the calls to cannot handle ISUP SDP.<BR>
despite seeing in the doc that those functions cannot be used there and only in  REQUEST_ROUTE, FAILURE_ROUTE, BRANCH_ROUTE, i tried and it works.... partially, because it seems it doesnt create the last boundary and it creates a next boundary with an empty "Encapsulated multipart part: "<BR>
<BR>
this the the route i call from onreply_route<BR>
<BR>
route[SIPISUP] {<BR>
    set_body_multipart();<BR>
    msg_apply_changes();<BR>
    $var(isup) = "\x01\x12\x49\x01\x0a\x03\x02\x0a\x08\x84\x90\x33\x41\x72\x17\x01\x06\x0a\x08\x04\x13\x93\x70\x21\x73\x23\x10\x08\x01\x01\x00";<BR>
    append_body_part("$var(isup)","application/isup;version=itu-t92+","signal;handling=optional");<BR>
    msg_apply_changes();<BR>
    sipt_destination($rU, 31, 4);<BR>
    sipt_set_calling($fU, 4, 0, 3);<BR>
    msg_apply_changes();<BR>
}<BR>
<BR>
am i doing something wrong? how can i set this to end the SDP with last boundary?<BR>
<BR>
thanks a lot and regards<BR>
david<BR>
<BR>
</BODY>
</HTML>