<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    no transformation to "unquote", at this time probably chaining
    s.strip and s.striptail would be an option.<br>
    <br>
    Adding transformations to "quote" and "unquote" can be useful indeed
    if json operation returns the full value.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 23/10/14 21:02, Muhammad Shahzad
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAFZQphyLxBFGbpGVDVVzfyj_PKUrFOp6-tWk66pMpUFoH-X43Q@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>
                <div>Hi,<br>
                  <br>
                </div>
                Using method json_get_field i am able to extract json
                string. However, this string comes with quotes which
                cause a hurdle in assigning to various pseudo variables,
                for example,<br>
                <br>
                --<br>
                        json_get_field($redis(r=>value),
                "to_number",       "$var(wim_to)");<br>
                        json_get_field($redis(r=>value),
                "domain",          "$var(wim_domain)");<br>
                <br>
                        $uac_req(ruri)="sip:" + $var(wim_to) + "@" +
                $var(wim_domain);<br>
                --<br>
                <br>
                This results in $uac_req(ruri) being set as.<br>
              </div>
              <br>
              sip:"49XXXXXXXX"@"<a moz-do-not-send="true"
                href="http://sip.mydomain.com">sip.mydomain.com</a>"<br>
              <br>
            </div>
            Which is obviously wrong and fails the transaction
            processing.<br>
            <br>
          </div>
          Is there any way to get rid of these quotes from json strings?
          One possible way i can think of is using string transformation
          "s.substr", but there are a lot of json strings i have in
          config and it is too hectic to transform all of them. Is there
          any easier way out of this?<br>
          <br>
        </div>
        Thank you.<br>
        <div>
          <div>
            <div>
              <div><br>
                <br>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
  </body>
</html>