Discussion:
Restful API 4.6
Luciano Berardi
2012-12-20 09:07:24 UTC
Permalink
Hi,

I'm moving from 4.4 to 4.6. On 4.4 release I used restfull API in order to
externally retrieve useful information (phonebooks and info aobut specifc
users). Now i'm having problem to reuse those on 4.6.

Taking a look to the new structure in the code, I found that some feature
like CDR querying and call-controlling is accessible through a bit
different url, and these are deployed as separate plugins on the
restserver, but what about API to retrieve info about users,phonebooks
etc..?

Can anyone help me?

Thank you in advance
--
Luciano Berardi
George Niculae
2012-12-20 09:12:12 UTC
Permalink
On Thu, Dec 20, 2012 at 11:07 AM, Luciano Berardi <
Post by Luciano Berardi
Hi,
I'm moving from 4.4 to 4.6. On 4.4 release I used restfull API in order to
externally retrieve useful information (phonebooks and info aobut specifc
users). Now i'm having problem to reuse those on 4.6.
Taking a look to the new structure in the code, I found that some feature
like CDR querying and call-controlling is accessible through a bit
different url, and these are deployed as separate plugins on the
restserver, but what about API to retrieve info about users,phonebooks
etc..?
Hi, they are the same as in 4.4, just that you won't have to specify port.
So instead

https://host.example.com:8443/sipxconfig/rest

you should use

https://host.example.com/sipxconfig/rest

George

Continue reading on narkive:
Loading...