<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Lucida Console'; font-size:9pt; font-weight:400; font-style:normal;">On Dienstag, 23. Juni 2009, Konstantin Cherkasov wrote:<br>
&gt; &gt; you probably already investigated this, but are you aware of the<br>
&gt; &gt; http_query function in the utils module?<br>
&gt; &gt;<br>
&gt; &gt; http://www.kamailio.org/docs/modules/1.5.x/utils.html#id2454145<br>
&gt; &gt;<br>
&gt; &gt; If this don't meet your requirements yet, perhaps it can be extended?<br>
&gt;<br>
&gt; Yes I know about http_query().<br>
&gt; But I would like to call save() or locate() or alias_db_lookup() instead of<br>
&gt; scripting.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Hello Konstantin,<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>understand, you'd like to use the normal DB API to do http queries. There is the "perlvdb" module in kamailio, and the "ldap" module in ser that implement something like a virtual DB interface with interfaces with non-SQL sources. Perhaps you can take a look to them to get some ideas. It would be also probably possible to implement this sort of REST-DB translation in perl with help of the perlvdb module, but don't used this module yet.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Henning</p></body></html>