Hi Stefan, Thanks for the information. I cannot find pyqt in apps/webconference/pyqtclient even in the latest release of 1.1.1. Where/how can I download it from?
--Ling ----- Original Message ---- From: Stefan Sayer <[email protected]> To: [email protected] Cc: [email protected] Sent: Tue, August 3, 2010 1:34:46 PM Subject: Re: [Sems] webconference setup Hi, [email protected] wrote: > Hi, > > This could be a dumb question. How do I set up the webconference in >sems/apps/webconference? > > > I made the webconference.so and copied into into the lib directory, but > what's >next? Any step by step guide to run the application? > > I have tried sems/apps/conference and not a problem, but it's not web based. > > The readme file lists the features of webconference but not how to set it up. > I >really don't have any idea how to run it, especially how it can be hooked up >to >the web server to allow entering participants, making the call, and showing >status. you can create your own web interface to control the conference rooms, using the interface described in the webconference readme file. There is as far as I know at the moment unfortunately no free implementation available for such a web site implementation. You can also use the webconference application with the pyqt client, or have a look at it for an example on how to use the server. It's in apps/webconference/pyqtclient. In the setup of your server, remember to set direct_export=webconference in xmlrpc2di.conf, so you can use the simplified function names (i.e. server.dialout(...) instead of server.di('webconference', 'dialout', ...)). hth Stefan > > > --Ling > > > > _______________________________________________ > Sems mailing list > [email protected] > http://lists.iptel.org/mailman/listinfo/sems > -- Stefan Sayer VoIP Services Consulting and Development Warschauer Str. 24 10243 Berlin tel:+491621366449 sip:[email protected] email/xmpp:[email protected] _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
