summaryrefslogtreecommitdiff
path: root/doc/tex
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-11-06 22:15:32 +0000
committerRussell Bryant <russell@russellbryant.com>2007-11-06 22:15:32 +0000
commita06218ee6de24c3ee0ec51abc6cb5da31e43032b (patch)
tree801b2d042c67233df53eba5004860a2c1b1ae5a5 /doc/tex
parent01e1f6cc94d0b7faa4eb42ea615458dffe5abea5 (diff)
Added the S() and L() options to the MeetMe application. These are pretty
much identical to the S() and L() options to Dial(). They let you set timeouts for the conference, as well as have warning sounds played to let the caller know how much time is left, and when it is running out. (closes issue #8030) Reported by: areski Patches: meetme_timeout_timelimit_v2.patch uploaded by areski (license 29) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89069 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/tex')
-rw-r--r--doc/tex/channelvariables.tex15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/tex/channelvariables.tex b/doc/tex/channelvariables.tex
index 4aa78f176..1d2bc8213 100644
--- a/doc/tex/channelvariables.tex
+++ b/doc/tex/channelvariables.tex
@@ -840,12 +840,15 @@ ${VPB_GETDTMF} chan_vpb
\subsection{The MeetMe Conference Bridge}
\begin{verbatim}
-${MEETME_RECORDINGFILE} Name of file for recording a conference with
- the "r" option
-${MEETME_RECORDINGFORMAT} Format of file to be recorded
-${MEETME_EXIT_CONTEXT} Context for exit out of meetme meeting
-${MEETME_AGI_BACKGROUND} AGI script for Meetme (zap only)
-${MEETMESECS} * Number of seconds a user participated in a MeetMe conference
+${MEETME_RECORDINGFILE} Name of file for recording a conference with
+ the "r" option
+${MEETME_RECORDINGFORMAT} Format of file to be recorded
+${MEETME_EXIT_CONTEXT} Context for exit out of meetme meeting
+${MEETME_AGI_BACKGROUND} AGI script for Meetme (zap only)
+${MEETMESECS} * Number of seconds a user participated in a MeetMe conference
+${CONF_LIMIT_TIMEOUT_FILE} File to play when time is up. Used with the L() option.
+${CONF_LIMIT_WARNING_FILE} File to play as warning if 'y' is defined.
+ The default is to say the time remaining. Used with the L() option.
\end{verbatim}
\subsection{The VoiceMail() application}