From 37359232a603eb7ed91e1a7be9b0e8edf87004e9 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 12 Jun 2007 20:48:08 +0000 Subject: [PATCH] added direct room access readme git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@373 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/webconference/Readme.webconference | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/webconference/Readme.webconference b/apps/webconference/Readme.webconference index 4b89ca48..6aa26107 100644 --- a/apps/webconference/Readme.webconference +++ b/apps/webconference/Readme.webconference @@ -8,6 +8,16 @@ the conference rooms can be controlled via XMLRPC. It implements conference rooms with dial-in and conference room entry via DTMF, and authenticated dial-out. + +For dial-in, usually the user is asked to enter the conference room +number via keypad, followed by the star key. + +In the configuration, a regular expression can be defined (direct_room_re), +which, if matched to the user part of the request uri, connects the caller +directly to the conference room. direct_room_strip sets how many characters +should be stripped from the user part in order to obtain the conference room +number. + Participants can be listed, kicked out, muted and unmuted over DI (using xmlrpc2di over XMLRPC).