[svn-commits] russell: branch russell/bindings r102952 - /team/russell/bindings/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 7 16:17:47 CST 2008


Author: russell
Date: Thu Feb  7 16:17:46 2008
New Revision: 102952

URL: http://svn.digium.com/view/asterisk?view=rev&rev=102952
Log:
Make this branch public ...

So, I traveled this week.  Quite often when I travel for work, I end up writing
code.  I wrote some code this time, too.

I started looking at native language bindings.  I started with a simple interface
(Asterisk CDR posting), and started with a single language (python).  I have an
Asterisk CDR python module, and a cdr_python Asterisk module.  You can configure
python modules to load for CDR posting in bindings.conf.  I also wrote a couple
of little examples that I was using for testing.  (I had never written python
before this, so don't pick on them too much!)

Known Issues:

- It's not documented beyond the examples, and building and installing the CDR
python module is not documented or integrated into the build system yet.
- I did all of this work on my mac laptop against python 2.3 where it all works.
I'm still trying to get it working on my linux desktop with python 2.5.  It builds
and runs, but is failing to load python modules that I tell it to load ...

Added:
    team/russell/bindings/
      - copied from r102937, team/russell/private/bindings/




More information about the svn-commits mailing list