Hello,
please use public mailing list for such questions. Direct messages get long delayed or lost in most of the cases. Mailing list has plenty of developers and community users that can help you faster. Besides that, new people can benefit of older discussions.
On 2/11/10 2:14 AM, Kris Amy wrote:
Hi Daniel,
It would seem to me that the stored procedure on http://siremis.asipto.com/install-accounting/ is for PostgreSQL. I'm going to try and getting it working with MySQL.
it is for mysql.
Cheers, Daniel
Just thougth you may want to update the page.
Hi Kris,
that CDR procedure is working in our MySQL servers. Just remember to set a 'DELIMITER' when introducing the code in the MySQL console:
DELIMITER // CREATE PROCEDURE `kamailio_cdrs`() ... END //
Regards
2010/2/11 Daniel-Constantin Mierla miconda@gmail.com
Hello,
please use public mailing list for such questions. Direct messages get long delayed or lost in most of the cases. Mailing list has plenty of developers and community users that can help you faster. Besides that, new people can benefit of older discussions.
On 2/11/10 2:14 AM, Kris Amy wrote:
Hi Daniel,
It would seem to me that the stored procedure on http://siremis.asipto.com/install-accounting/ is for PostgreSQL. I'm going to try and getting it working with MySQL.
it is for mysql.
Cheers, Daniel
Just thougth you may want to update the page.
-- Daniel-Constantin Mierla eLearning class for Kamailio 3.0.0
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
On Thu, Feb 11, 2010 at 9:03 PM, Anton Roman antonroman@gmail.com wrote:
Hi Kris,
that CDR procedure is working in our MySQL servers. Just remember to set a 'DELIMITER' when introducing the code in the MySQL console:
DELIMITER // CREATE PROCEDURE `kamailio_cdrs`() ... END //
Regards
Ahh bugger.
Will give that a shot.
Cheers, K
Kris Amy wrote:
On Thu, Feb 11, 2010 at 9:03 PM, Anton Roman <antonroman@gmail.com mailto:antonroman@gmail.com> wrote:
Hi Kris, that CDR procedure is working in our MySQL servers. Just remember to set a 'DELIMITER' when introducing the code in the MySQL console: DELIMITER // CREATE PROCEDURE `kamailio_cdrs`() ... END // Regards
Ahh bugger.
Will give that a shot.
OK, it was another report on this in the past that I forgot about. Now I updated install page on siremis web site: http://siremis.asipto.com/install-accounting/
Best regards, Ramona