From 7977e49bdf4b63e2759e29307038f2139ff5018c Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Thu, 7 Jun 2007 18:48:00 +0000 Subject: [PATCH] Readme file added git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@356 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- .../pinauthconference/PinAuthConference.h | 1 - .../Readme.pinauthconference | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 apps/examples/pinauthconference/Readme.pinauthconference diff --git a/apps/examples/pinauthconference/PinAuthConference.h b/apps/examples/pinauthconference/PinAuthConference.h index d95c4190..aed73e2e 100644 --- a/apps/examples/pinauthconference/PinAuthConference.h +++ b/apps/examples/pinauthconference/PinAuthConference.h @@ -49,7 +49,6 @@ class ConferenceStatusContainer; #define DROP_SOUND "drop_sound" #define ENTER_PIN "enter_pin" #define WRONG_PIN "wrong_pin" -#define ENTERING_CONFERENCE "entering_conference" // default path for files #define ANNOUNCE_PATH "../apps/examples/pinauthconference/wav/" diff --git a/apps/examples/pinauthconference/Readme.pinauthconference b/apps/examples/pinauthconference/Readme.pinauthconference new file mode 100644 index 00000000..f44769bd --- /dev/null +++ b/apps/examples/pinauthconference/Readme.pinauthconference @@ -0,0 +1,19 @@ +pinauthconference example application +------------------------------------- + +This application example does collect the PIN=conference +room number via DTMF, plays the room number and then +connects the caller to the conference room. + +It uses AmPromptCollection to load a set of needed prompts: + "entering_conference" + "first_participant" + "join_sound" + "drop_sound" + "enter_pin" + "wrong_pin" + +and 0.wav, 1.wav, 2.wav, ... 9.wav in digits_dir. + +These need to be set in the configuration. +