Re: [SR-Users] kamailio and web services

2013-07-30 Thread Mino Haluz
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 wrote: > Oh, I see, there is app_lua as well, so all I found that could b

Re: [SR-Users] kamailio and web services

2013-07-29 Thread Mino Haluz
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 wrote: > Hi, > > we would like to

[SR-Users] kamailio and web services

2013-07-29 Thread Mino Haluz
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 eve