<div dir="ltr"><div><div>Hi All.<br><br></div>Does nobody have any idea how to avoid this?<br><br></div>Thank you.<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="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>
<br><div class="gmail_quote">2018-04-03 17:07 GMT+03:00 Sergey Basov <span dir="ltr"><<a href="mailto:sergey.v.basov@gmail.com" target="_blank">sergey.v.basov@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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><wbr>\x00</b>\x0a<b>\x00</b>\x02\x09\x07\x03\<wbr>x90\x90\x13\x71\x32\x20\x0a\<wbr>x04\x02\x13\x73\x12<b>\x00</b>","<wbr>application/isup;version=itu-<wbr>t92+","signal;handling=<wbr>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><wbr>\x01</b>\x0a<b>\x01</b>\x02\x09\x07\x03\<wbr>x90\x90\x13\x71\x32\x20\x0a\<wbr>x04\x02\x13\x73\x12<b>\x01</b>","<wbr>application/isup;version=itu-<wbr>t92+","signal;handling=<wbr>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="m_-5250978348107739699gmail_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>
</blockquote></div><br></div>