I ve got problem with perl script for asterisk. I've investigate that when tping use DBI; -- all statcks. After that i added:
my @driver_names = DBI->available_drivers;
foreach (@driver_names){print $MYFILE "Driver = $_\n";}
**OUTPUT**
Driver = DBM
Driver = ExampleP
Driver = File
Driver = Gofer
Driver = Proxy
Driver = Sponge
There is no mysql driver.
I've installed via cpan DBD::mysql -- but no luck. Im using percona mysql 5.5 on ubuntu 12.04 i386, v5.14.2
What do you get for output if you turn the verbosity and debug output up? Also, I'd suggest running asterisk from your session rather than init.d to test the debug output.