<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi All!<br><br></div>I have some troubles with encoding hex string to use as ISUP part.<br><br></div>I have next line:<br><br>append_body_part("\x01\x10\x48<b>\x00</b>\x0a<b>\x00</b>\x02\x09\x07\x03\x90\x90\x13\x71\x32\x20\x0a\x04\x02\x13\x73\x12<b>\x00</b>","application/isup;version=itu-t92+","signal;handling=optional");<br><br></div>Problem is in the <b>\x00 </b>kamailio reads this string till first \x00<br><br></div>May be there is some workaround?<br><br></div>Currently I have added some C code into SIPT module to change values in this pisitions first to 00 then make other changes. <br><br></div>My current input string is<br>append_body_part("\x01\x10\x48<b>\x01</b>\x0a<b>\x01</b>\x02\x09\x07\x03\x90\x90\x13\x71\x32\x20\x0a\x04\x02\x13\x73\x12<b>\x01</b>","application/isup;version=itu-t92+","signal;handling=optional");<br><br></div>I first make replacement \x01 to \x00 while executing sipt_destination<br><br></div>May be there is better solution?<br><br></div>Thank you.<br clear="all"><div><div><div><div><div><div><div><div><div><div><div><div><div><div class="gmail_signature">--<br>Best regards,<br>Sergey Basov                     e-mail: <a href="mailto:sergey.v.basov@gmail.com" target="_blank">sergey.v.basov@gmail.com</a><br></div></div>
</div></div></div></div></div></div></div></div></div></div></div></div></div>