Ok guys, seems that no one interested in this, but I decided for http_query with xmlops module - it gives quite good performance and reliability (timeout, reply code checking).


On Mon, Jul 29, 2013 at 12:20 PM, Mino Haluz <mino.haluz@gmail.com> wrote:
Oh, I see, there is app_lua as well, so all I found that could be used for calling webservices:

app_python
app_perl
app_lua
app_mono
http_query form utils module

So the question is, what would you use and why? :)




On Mon, Jul 29, 2013 at 10:09 AM, Mino Haluz <mino.haluz@gmail.com> wrote:
Hi,

we would like to remove any SQL in our configuration and to fetch all data from web services (REST/RPC/whatever). What do you think, what would be the best way to integrate webservices in kamailio? app_python? app_perl? When calling any method from app_python configured script, it executes everytime the interpreter right? I am afraid this will be a bit slow.  

M