Hello,
I am trying to use SQLOps Module in my kamailio 1.5 configuration.
According to your explanations every result of sql_query should be freed just after using that data. So it means that there will be better to fetch for THE SAME data three times instead of just one. Am I right?
But nevertheless I've been trying to query just one and free the result of the sql_query at the end of the file. Could sb tell me if the result of sql query executed in the main part of the script is remembered and could be used on failure route as well?
Thanks, Maciej.