On Mon, Mar 14, 2011 at 8:55 PM, Nathaniel Watkins < [email protected]> wrote:
> I’m interested in a REST API to create/configure a conference room. > > > > This is what I found in terms of a rest api that interacts with a > conference – but didn’t see a way to create a new room programmatically. > > http://wiki.sipfoundry.org/display/sipXecs/Conference+Web+Service > Conferences in sipXecs use freeswitch, and this particular REST service can be used to send various commands to freeswitch IMO, I think that is better to have a look at configuration services: http://wiki.sipfoundry.org/display/sipXecs/Configuration+RESTful+Service - one of them : /my/conferences can be used to list all user conferences So I would have a look there, and also inside sipXconfig - neoconf, sipXconfig -web code to see how a conference room is created, I would play a bit with sipXecs UI and see how everything goes... then I would write a new REST service on top of this functionalities > > > How difficult would this functionality be to incorporate? How bad would it > be for a novice sipXecs coder to add soap services – where should I start > digging? > This is not so difficult - it depends: if you know Spring, have some understanding for Tapestry then you are OK. Configuration REST services use Spring to instatiate the services and also for routing the request/response. Have a look in rest.beans.xml Hope this helps, Mircea > Nathaniel > > > > ------------------------------ > This message and any files transmitted with it are intended only for the > individual(s) or entity named. If you are not the intended individual(s) or > entity named you are hereby notified that any disclosure, copying, > distribution or reliance upon its contents is strictly prohibited. If you > have received this in error, please notify the sender, delete the original, > and destroy all copies. Email transmissions cannot be guaranteed to be > secure or error-free as information could be intercepted, corrupted, lost, > destroyed, arrive late or incomplete, or contain viruses. Garrett County > Government therefore does not accept any liability for any errors or > omissions in the contents of this message, which arise as a result of email > transmission. > > > Garrett County Government, > 203 South Fourth Street, Courthouse, Oakland, Maryland 21550 > www.garrettcounty.org > > _______________________________________________ > sipx-dev mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-dev/ >
_______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
