Hi,

o Raúl Alexis Betancor Santana [05/26/09 09:33]:
Hi all,

I'm trying to figure how to use the webconference app, I load it in sems.conf as part of load_plugin statement. When running sems in debug mode I see webconference app loaded, but wen trying to use the webconference.py PyQT4 GUI app to connect to the webconference app, it does'nt run. I don't see that sems webconference app opens any port for listeting, I also tryed to load xmlrpc2di sems app, this one opens a port for connecting but if I point webconference.py app to open that port, nothing happens.
uh. what does it say? any python exception in the terminal?


What are the correct steps needed to use webconference.py app with the webconference sems app ?

in xmlrpc2di.conf you need to set direct_export=webconference so that the XMLRPC server has the methods from webconference (dialout, roomList etc) exported directly.

If you don't change the server name then it uses iptel.org webconference server by default, so you can try it out. as you have noticed you can use your own server by setting e.g. CONTROL_URI="http://localhost:8090"; (note http not https if you haven't set up apache/ssl as proxy) in webconference.py.


Also a question, does webconference sems app uses the SIP credentials that webconference.py app ask on load to do the outgoing calls with the uac_auth sems app ?
yes. the credentials together with caller user/callee user/domain are sent to sems with the dialout() function, and sems uses those to authenticate with uac_auth.

Stefan


Best regards

--
Stefan Sayer
VoIP Services

[email protected]
www.iptego.com

IPTEGO GmbH
Wittenbergplatz 1
10789 Berlin
Germany

Amtsgericht Charlottenburg, HRB 101010
Geschaeftsfuehrer: Alexander Hoffmann
_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to