Hi All.
I need to use SIP-I with my upstream to set A number as unknown.
I was read about adding incapsulation ISUP using
if(has_body("application/sdp"))
{
set_body_multipart();
msg_apply_changes()
$var(acm) = "7e Od 04 55 75 69 20 4d 61 6b 65 43 61 6c 6c";
append_body_part("$var(acm)","application/isup;version=itu-t92+","signal;
handling=optional");
msg_apply_changes()
xlog("L_INFO", "ISUP Changes Applied Succesfully");
}
It is converts body to multipart and inserts ISUP
But it inserts is as text.
Is there any possibility to insert basic ISUP message to update it after using
sipt_destination($rU, 31, 4);
and
sipt_set_calling($fU, 4, 0, 3);
Thank you.
--
Best regards,
Sergey Basov e-mail: sergey.v.basov(a)gmail.com