On Thu, Feb 11, 2010 at 9:03 PM, Anton Roman <antonroman(a)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