<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Good day,<br>
    <br>
    I have a web server that I can request as following:<br>
    <a class="moz-txt-link-freetext" href="http://192.168.1.2/pqrs/route?tn=4165555555">http://192.168.1.2/pqrs/route?tn=4165555555</a><br>
    <br>
    And it will respond with xml containing LRN which looks like this:<br>
    <br>
    &lt;pqrsd&gt;<br>
      &lt;api&gt;pqrsd&lt;/api&gt;<br>
      &lt;operation&gt;route&lt;/operation&gt;<br>
      &lt;status&gt;success&lt;/status&gt;<br>
      &lt;tn&gt;4165555555&lt;/tn&gt;<br>
      &lt;region&gt;canada&lt;/region&gt;<br>
    <b>  &lt;rn&gt;4160000001&lt;/rn&gt;</b><br>
      &lt;spid/&gt;<br>
      &lt;spName/&gt;<br>
      &lt;routedBy&gt;none&lt;/routedBy&gt;<br>
    &lt;/pqrsd&gt;<br>
    <br>
    <br>
    Can I use mod_xml_curl to make LRN queries from XML dialplan and put
    LRN from the response into a channel variable? Is it suitable for
    such real-time queries?<br>
    If so, how should I setup mod_xml_curl? WiKi mostly goes over
    standard stuff such as getting directory, dialplan, ACL etc<br>
    <br>
    Thank you,<br>
    -Victor<br>
    <br>
    <br>
  </body>
</html>