summaryrefslogtreecommitdiff
path: root/apps/app_saycounted.c
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2011-09-19 20:23:29 +0000
committerJonathan Rose <jrose@digium.com>2011-09-19 20:23:29 +0000
commit364eb5683575df3a72302f5494a36fd55690e1c9 (patch)
treef5e0811e47a6bf9722a4af485fb929867063ba03 /apps/app_saycounted.c
parent5c71a502a7c318d7efd33d8cb2f348fb710940e3 (diff)
Merged revisions 336717 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ................ r336717 | jrose | 2011-09-19 15:16:23 -0500 (Mon, 19 Sep 2011) | 14 lines Merged revisions 336716 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r336716 | jrose | 2011-09-19 15:07:36 -0500 (Mon, 19 Sep 2011) | 7 lines Document applications that play audio and do not answer unanswered calls. This patch is part of an effort to document early media and its usage. If you are interested in contributing to this documentation effort, there are probably other applications worth documenting as well as an Asterisk wiki article at https://wiki.asterisk.org/wiki/display/AST/Early+Media+and+the+Progress+Application ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@336732 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_saycounted.c')
-rw-r--r--apps/app_saycounted.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/app_saycounted.c b/apps/app_saycounted.c
index be3ac65ef..377a7c45c 100644
--- a/apps/app_saycounted.c
+++ b/apps/app_saycounted.c
@@ -62,6 +62,8 @@
file name is never seen by the end user, there is no need to
implement complicated spelling rules. We simply record the word
"men" in the sound file named "mans".</para>
+ <para>This application does not automatically answer and should be
+ preceeded by an application such as Answer() or Progress.</para>
</description>
<see-also>
<ref type="application">SayCountedAdj</ref>
@@ -99,6 +101,9 @@
will play sound file "newa" (containing the word "novaya"), but
SayCountedAdj(5,new,f) will play sound file "newx" (containing the
word "novikh").</para>
+ <para>This application does not automatically answer and should be
+ preceeded by an application such as Answer(), Progress(), or
+ Proceeding().</para>
</description>
<see-also>
<ref type="application">SayCountedNoun</ref>