lancethepants / tomatoware

Tomatoware is a set of scripts to create a native development environment for tomato firmware supported routers.
Other
71 stars 22 forks source link

Asterisk CDR MySQL #6

Closed sergeynr closed 9 years ago

sergeynr commented 9 years ago

Hello! Only SQLite can be used? There is a support of mysql? There is no module cdr_mysql.so

HunterZ commented 9 years ago

SQLite and mysql are quite different. The first is a db that runs embedded inside of an app, while the second provides a standalone db with a TCP server api.

lancethepants commented 9 years ago

Yes, currently only sqlite3 for cdr storage is provided. Would cdr_mysql actually be a feature you would use if made available? Running a mysql server on the router seems heavy just for asterisk cdr logging. Or would you connect to mysql running on another network device?

sergeynr commented 9 years ago

Yes, I would connect to mysql on another network deive. I need module cdr_mysql.so....

lancethepants commented 9 years ago

cdr_mysql.so is now included in tomatoware v1.0. I haven't tested the feature myself, so feedback welcome.

sergeynr commented 9 years ago

Thank you. But I have Asus RT-AC68U. Processor ARM. Еhere is a version 1.0 for ARM?

sergeynr commented 9 years ago

There is a version 1.0 for ARM?

lancethepants commented 9 years ago

I'll compile one up. I wasn't aware anyone was using the ARM build, I haven't received any feedback on it. There are certain parts of it that are broken. Sometime I'll get around to addressing those. Asterisk however has been working fine for arm?

sergeynr commented 9 years ago

Yes, of course. Thanks a lot.

lancethepants commented 9 years ago

Arm available here. http://files.lancethepants.com/Tomatoware/

sergeynr commented 9 years ago

Thanks