Duh! I guess that should have been obvious.
It appears as if the Asterisk::CDR module should be the silver bullet.
Now I just have to find a way to get it into my ActiveState Perl.
Thanks, Alexander!
| [reply] |
If you're using 32-bit ActiveState Perl and still have access to their PPM repository, just install MinGW and dmake from the ActiveState repository1. After that, you can install modules directly from CPAN.
1ActiveState now only offers access to the PPM repository for just the latest versions of their ActivePerl distributions for users of the community edition. Those who have paid for the business edition will have access to the PPM repositories for older releases of ActivePerl. See here for some details about this from their FAQ.
| [reply] |
Now I just have to find a way to get it into my ActiveState Perl.
I've dropped ActivePerl years ago for Strawberry Perl. It comes with gcc and make, so I don't have to hope that others build binary module packages, I just install modules from CPAN like I do on Linux: cpan Some::Module. Everything else is handled by Perl, make, and gcc.
Alexander
--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
| [reply] [d/l] |
I agree. ActiveState has worked so hard over the last few years to turn ActivePerl into a business, it alienated community users such as myself. I now use Strawberry Perl and love it.
(I realise that ActiveState has to make money. I pay a yearly subscription to their Pro Studio out of my own pocket, but am increasingly becoming disenchanted with their services)
| [reply] |