Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Perl module(s)? for extracting call data from Digium (asterisk communications platform)

by generator (Pilgrim)
on Jul 17, 2015 at 21:13 UTC ( [id://1135242]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl module(s)? for extracting call data from Digium (asterisk communications platform)
in thread Perl module(s)? for extracting call data from Digium (asterisk communications platform)

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!
<><

generator

  • Comment on Re^2: Perl module(s)? for extracting call data from Digium (asterisk communications platform)

Replies are listed 'Best First'.
Re^3: Perl module(s)? for extracting call data from Digium (asterisk communications platform)
by dasgar (Priest) on Jul 17, 2015 at 22:07 UTC

    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.

Re^3: Perl module(s)? for extracting call data from Digium (asterisk communications platform)
by afoken (Chancellor) on Jul 18, 2015 at 15:38 UTC
    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". ;-)

      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)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1135242]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 14:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found