I want to store RTPProxy statistics in $rtpstat variable (exported by RTPProxy module) into database. Currently I use app_python module to run a specific Python script with from_tag, to_tag, callid and $rtpstat as parameters. This module puts this information in a message queue which is red by another process. That process writes the data in the database. Is there a better, more efficient way to store arbitrary data like this into database in Kamailio?
Regards
Hello Gholamreza,
On 12/27/2015 01:51 PM, Gholamreza Sabery wrote:
Is there a better, more efficient way to store arbitrary data like this into database in Kamailio?
Have you taken a look at:
http://kamailio.org/docs/modules/4.3.x/modules/sqlops.html
-- Alex
Thx alot. I think this module can solve my issue. It is great!
On Sun, Dec 27, 2015 at 10:29 PM, Alex Balashov abalashov@evaristesys.com wrote: