I can?t see cdrs for calls completed with astcc app, this is the log in asterisk console: DBD::mysql::db do failed: Unknown column 'callstart' in 'field list' at /var/lib/asterisk/agi-bin/astcc.agi line 90, <STDIN> line 31. -- AGI Script astcc.agi completed, returning 0 cdrs table exist but I am not sure why is empty and why was not created properly, any idea? -- rrgv
Add the column 'callstart' to the cdr table. I think it is "varchar" about 40 in length. Darren Wiebe Rafael J. Risco G.V. wrote:>I can?t see cdrs for calls completed with astcc app, this is the log >in asterisk console: > >DBD::mysql::db do failed: Unknown column 'callstart' in 'field list' >at /var/lib/asterisk/agi-bin/astcc.agi line 90, <STDIN> line 31. > -- AGI Script astcc.agi completed, returning 0 > >cdrs table exist but I am not sure why is empty and why was not >created properly, any idea? > > >