[Asterisk-Users] A2billing questions

Vahan Yerkanian vahan at arminco.com
Tue Nov 15 16:43:04 MST 2005


Rafael R. GV wrote:
> Hello
> 
> 1.- I am testing a2billing in a SER-Asterisk implementation but using 
> Mysql versions 4.1.15 and 5.0.15 because I want to integrate its cdr 
> with some tables from Ser database, the a2billing-mysql-schema does not 
> work properly in mysql-5 and in 4.1.15 works well but now I found this 
> issue related to cdr´s: I can see cdr records in 'call' table from mysql 
> console but they don't appear in a2bill web interface, I only can see 
> records of current date ...not sure if its a mysql 4.x incompatibility 
> so now I´ve installed postgres to verify, let me now if someone has same 
> problem.

Make sure your cdr table is called 'calls' and not 'call'. This causes a 
reserved word conflict in mysql 5.0.15, not sure about mysql4. Enable 
logging in asterisk and raise the debug level from asterisk cli to see 
what's happening with the INSERT query.

> 2.- How can I generate invoices in PDF format?, a2billing has the option 
> but it doesnt work for me... do I have to install some aditional software?

Probably you're missing the tools for creating the pdf files. Pdflib etc.

> 3.- I am using caller-id authentication for calls originated in SER but 
> I would like to know if its possible to auto create a card each time a 
> new callerID is found? I´ve already tried with cid_auto_create_card 
> options without success and I think it only works when there is no 
> caller-id present, please confirm that.

To my experience, this feature is currently not working. Mr. Areski is 
aware of the problem and promised to look into it.

Regards,
Vahan




More information about the asterisk-users mailing list