Hi, On Thu, 2011-08-25 at 00:26 +0200, Stefan Sayer wrote: > Hi, > > ... > > if you want to access an external accounting server via XMLRPC, the > xmlrpcserver.py would be a starting point to write that in python. > > > Stefan
Thank you for the link and full path to xmlrpcserver.py Now that I understand a bit more, I think what I'm after is using cc_acc_xmlrpc as spce does have an soap/xml-rpc service with get_voip_account_balance and update_voip_account_balance. I don't have any idea how to connect to it nor do I know how to code Perl, but at the very least I have a better understanding of direction. So far I'm defining prepaid_accmodule=cc_acc_xmlrpc, loading cc_acc_xmlrpc module and setting direct_export=cc_acc_xmlrpc in xmlrpc2di.conf. Startup fails with the error: undefined symbol: SSL_connect Do I have to define SSL somewhere or recompile with SSL support? Skyler _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
