recording_fop2.pl

Hi! In recording_fop2.pl
INSERT INTO fop2recordings VALUES ('', .....
First paramert ('' - ID in table) in current version Mysql-server doesnt work. In my case works
INSERT INTO fop2recordings VALUES (NULL, .....

Comments

  • Thanks! I will update it for the next release.

    Best regards,
  • Hi !
    My fop2recordingtable is empty !
    Please help me
    Command for insert into fop2recordings table is :
    INSERT INTO $MYSQLTABLE VALUES (NULL,'$uniqueid',now(),'$whorecorded','$whomrecorded','$finalrecording','$duration','$context');";

Sign In or Register to comment.