tags:

views:

56

answers:

1

I work within a contact center and we use Genesys with an Alcatel PBX. We currently use .NET libraries to wrap the DLL's provided to us, but I'm wondering if there are any Python libraries out there before I attempt to write my own?

Thanks

A: 

If they are providing a C library, you can use ctypes to interact with it.

Bluebird75
That's what I had planned to do if there was nothing already available. Cheers
Josh Smeaton