On Tue, May 8, 2012 at 1:57 AM, Carl Constantine <[email protected]> wrote: > I have a couple conferences set up for testing purposes similar to what is > described here: http://wiki.sipfoundry.org/display/sipXecs/Conferences > > > > The Web API here: > http://wiki.sipfoundry.org/display/sipXecs/Conference+Web+Service, says I > can send commands to a conference. But if I try to run a command, I get a > 404 error: > > > > https://user:pass@somehost:8085/conference/test/list > > > > HTTP ERROR: 404 > > /conference/test/list Not Found > > RequestURI=/conference/test/list > > Powered by Jetty:// > > > > > > Is something not configured correctly? Conferencing is enabled. I can > actually call the conference from my SIP phone and the conference works, but > I can’t seem to do anything programmatically on it. What am I doing wrong? > > > > Also, I want to programmatically change/update the user and/or the PIN > associated with a conference on occasion, so it acts more like a private > conference. We just rotate the PIN so it’s not the same from one conference > to the next. Looking at the WEB API I should be able to do that do, > something like: > > > > curl --digest -k -X PUT > https://user:pass@somehost:8085/conference/test/pin/12345 > > > > But again, that does not work. > > > > Ideas? Is there some other configuration or file I should be looking at? > Different port things are running on for the Conference API? >
API has been changed and moved on config side and wiki page is not up to date, you should try something like https://user:pass@somehost/sipxconfig/rest/my/conference/test/list and use conf owner / pass to call it. George _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
