[Asterisk-Users] Programming the Manager API
Michael Collins
mcollins at fcnetwork.biz
Wed Mar 22 12:46:59 MST 2006
> That's way too much Java for me. I'm lost already.
>
Doug,
I'm a Perl guy myself, so I think in terms of Perl and CPAN. I'm sure
Python has its own version of CPAN where people upload modules for other
programmers to use. CPAN has a Perl module:
POE::Component::Client::Asterisk::Manager
It's an encapsulation layer using POE (Perl Object Environment - an easy
way to do real event-based programming in Perl). Does Python have
something similar? I know Python is way heavy on OOP and OOP is great
for event-based programming.
Just curious if someone out there might have already solved this problem
and created a Python module that you could borrow...
-MC
More information about the asterisk-users
mailing list