< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [sipx-users] XML-RPC API


On Tue, 2008-08-19 at 16:19 -0600, Luis F Urrea wrote:
> Hi all,
> 
> I have been given the task to merge sipxecs User portal features to
> our in house developed ERP Web application written in Python.
> 
> Initially we are looking to have basic functionality such as voicemail
> Inbox, Follow me configuration on our web app.
> 
> Is XML-RPC the way to go here?

No.  The XML-RPC interfaces are "internal", meaning that we may change
them at any time without notice and not worry about backward
compatibility.

The external configuration APIs are those provided by sipXconfig in
SOAP.

> According to what I have been able to figure out it seems that the
> SOAP interface is oriented to bulk configuration.

What is it that you want to do?  We have cases of customers who've
integrated their internal HR systems using the existing APIs, but it's
always possible to extend them if needed.