<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>
<pqrsd><br>
<api>pqrsd</api><br>
<operation>route</operation><br>
<status>success</status><br>
<tn>4165555555</tn><br>
<region>canada</region><br>
<b> <rn>4160000001</rn></b><br>
<spid/><br>
<spName/><br>
<routedBy>none</routedBy><br>
</pqrsd><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>