From 524c4792258eb9fa6c162e8d7e521d14279ed6a4 Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Tue, 2 May 2006 07:40:55 +0000 Subject: [PATCH] added Readme file. added new parameter dialout_suffix in the config. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@44 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/conference/Readme | 43 +++++++++++++++++++++++++++++ apps/conference/etc/conference.conf | 3 +- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 apps/conference/Readme diff --git a/apps/conference/Readme b/apps/conference/Readme new file mode 100644 index 00000000..237ccce1 --- /dev/null +++ b/apps/conference/Readme @@ -0,0 +1,43 @@ + +******************************* +* Conferencing plug-in README * +******************************* + + +Description: +------------ + +The 'conference' plug-in works very easy: +every call having the same request URI will +be in the same conference room. + +Dialout feature: +---------------- + +Dialout is supported through AVT tones. Somebody +who has been 'dialed out' cannot use this functionnality +due to billing issues. If you still want that, you can +turn it out in the code (search for 'if(dialedout)'). + +keys: + - '#*' to trigger dialout. Then type in the number and finish with '*'. + - you be first connected to the callee only + - press '*' to connect the callee to the conference. + - press '#' to drop the call. + + +Configuration: +-------------- + +default_announce: announcement to be played to the + first participant as he enters the + conference room. + +join_sound: sound to be played to all the participants + when a new one joins the conference. (optional) + +drop_sound: sound to be played to all the participants + when a participant leaves the conference. (optional) + +dialout_suffix: suffix to be append to the numbered entered by + the user. Example: @iptel.org \ No newline at end of file diff --git a/apps/conference/etc/conference.conf b/apps/conference/etc/conference.conf index 43cbfe35..66f723ad 100644 --- a/apps/conference/etc/conference.conf +++ b/apps/conference/etc/conference.conf @@ -1,3 +1,4 @@ default_announce=wav/first_participant.wav join_sound=wav/beep.wav -drop_sound=wav/beep.wav \ No newline at end of file +drop_sound=wav/beep.wav +dialout_suffix=@iptel.org