[SR-Users] LUA 5.2 - Support

2012-11-12 Thread David | StyleFlare
Curious to know if there is any plans to support LUA 5.2. Seems like this is a newer release, I tried to build kamailio lua modules using 5.2 but it was not supported. Seems like some minor changes in the way LUA handles some things. Any ideas? Thanks.

[SR-Users] RPC, XMLRPC or other

2012-11-12 Thread Kristofer Signer
Hello, I'm trying to dig in to the kamailio XMLRPC interfaces and the limitations I read in http://www.kamailio.org/docs/modules/stable/modules/xmlrpc.html#xmlrpc.implementation.limitations is really a no go for us. For example, when to retrieve user locations and list of dialogs we get a xml

[SR-Users] How to get dialog variable externally?

2012-11-12 Thread Mino Haluz
Hi, I'm using dialog module and I set some dlg_var for every dialog. Is it possible to get this variable value with MI command somehow ? I know to get list of dialogs using dlg_list only. Thanks! Mino ___ SIP Express Router (SER) and Kamailio (OpenSER)

Re: [SR-Users] RTPProxy with kamailio : How to get calls count?

2012-11-12 Thread Carsten Bock
Hi Jon, Hi Richard, i wanted to say thankyou for this great piece software! I installed it on a Intel Atom Server (x86) last week, which is working as a P-CSCF in the Point-of-Presence (PoP) of a customer. Perfect! I'll make some loadtests on that system next week and i'll let you know the

Re: [SR-Users] RPC, XMLRPC or other

2012-11-12 Thread Carlos Ruiz Díaz
Hello, I've been through this problem a few weeks ago with my module that exports nested structures through xmlrpc. Apparently, there's a limitation in the technology itself that makes the nested structures to be overwritten everytime the response XML is parsed, if you look closely, you will

Re: [SR-Users] RPC, XMLRPC or other

2012-11-12 Thread Carsten Bock
Hi, i use the XML-RPC-Client from the ZendFramework, at it works like a charm: private function getCPEInfo($id) { $xml_servers = array( 'http://127.0.0.1:5060/RPC', ); try {