Thank you Vlad.<div><br></div><div>How can I convert my integer value to string?</div><div><br></div><div>Let&#39;s say my $avp(id) is 3. How could I convert it to string before I use s.encode.hexa?</div><div><br></div><div>
Regards,</div><div>Ali Pey</div><div><br><br><div class="gmail_quote">On Thu, Jun 28, 2012 at 5:31 AM, Vlad Paiu <span dir="ltr">&lt;<a href="mailto:vladpaiu@opensips.org" target="_blank">vladpaiu@opensips.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>

  
    
    
  
  <div bgcolor="#ffffff" text="#000000">
    Hello,<br>
    <br>
    The encode and decode transformations work on strings, not on their
    integer values.<br>
    So do not expect to have 19 encoded to hexa to be 13.<br>
    <br>
    For example, 3 encoded to hexa is 33, because &#39;3&#39; is 51 in ascii,
    thus converted to hexa it is 33 = 16*3+3 = 51.<br>
    <br>
    Regards,<br>
    <pre cols="72">Vlad Paiu
OpenSIPS Developer
<a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a> </pre><div><div class="h5">
    <br>
    On 06/26/2012 08:19 PM, Ali Pey wrote:
    </div></div><blockquote type="cite"><div><div class="h5">Hi There,
      <div><br>
      </div>
      <div>Is there a way to convert an avp variable to hex?</div>
      <div><br>
      </div>
      <div>I&#39;ve tried the following but it&#39;s not working.</div>
      <div><br>
      </div>
      <div>$(avp(id){s.encode.hexa})</div>
      <div><br>
      </div>
      <div>For instance if avp(id) is 11, it returns 3131, if it&#39;s 3, it
        returns 33.</div>
      <div><br>
      </div>
      <div>Am I doing something wrong? </div>
      <div>Is there a better way?</div>
      <div><br>
      </div>
      <div>Thanks,</div>
      <div>Ali Pey</div>
      <div><br>
      </div>
      </div></div><pre><fieldset></fieldset>
_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
  </div>

<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>