mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
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/branches/1.8@336716 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user