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. +