[Asterisk-doc] docs appendix03.xml,1.10,1.11
websmith
asterisk-doc@lists.digium.com
Fri, 19 Dec 2003 00:27:09 +0000
Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv17771
Modified Files:
appendix03.xml
Log Message:
More formatting changes in appendix 3... I'm almost done with the first pass through... :-)
Index: appendix03.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/appendix03.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** appendix03.xml 18 Dec 2003 00:34:17 -0000 1.10
--- appendix03.xml 19 Dec 2003 00:27:03 -0000 1.11
***************
*** 846,863 ****
</para>
- <!-- Continue the work here! -->
<formalpara><title>ParkedCall: Answer a parked call</title>
<para>
! ParkedCall(exten):Used to connect to a parked call. This Application is always
registered internally and does not need to be explicitly added
into the dialplan, although you should include the 'parkedcalls'
context.
</para>
- </formalpara>
-
<formalpara><title>Playback: Play a file</title>
<para>
! Playback(filename[|option]): Plays back a given filename (do not put
! extension). Options may also be included following a pipe symbol. The only
defined option at this time is 'skip', which causes the playback of the
message to be skipped if the channel is not in the 'up' state (i.e. it
--- 846,868 ----
</para>
<formalpara><title>ParkedCall: Answer a parked call</title>
<para>
! <function>ParkedCall(<replaceable>exten</replaceable>)</function>
! </para>
! </formalpara>
! <para>
! Used to connect to a parked call. This Application is always
registered internally and does not need to be explicitly added
into the dialplan, although you should include the 'parkedcalls'
context.
</para>
<formalpara><title>Playback: Play a file</title>
<para>
! <function>Playback(<replaceable>filename</replaceable>[|<replaceable>option</replaceable>])</function>
! </para>
! </formalpara>
! <para>
! Plays back a given filename (do not include the file extension).
! Options may also be included following a pipe symbol. The only
defined option at this time is 'skip', which causes the playback of the
message to be skipped if the channel is not in the 'up' state (i.e. it
***************
*** 865,896 ****
return immediately should the channel not be off hook. Otherwise, unless
'noanswer' is specified, the channel channel will be answered before the sound
! is played. Not all channels support playing messages while on hook. Returns -1
! if the channel was hung up, or if the file does not exist. Returns 0 otherwise.
</para>
- </formalpara>
<formalpara><title>Playtones: Play a tone list</title>
<para>
Play a tone list, either registered (through indications.conf) or a direct
list of tones and durations.
</para>
- </formalpara>
<formalpara><title>Prefix: Prepend leading digits</title>
<para>
! Prefix(digits): Prepends the digit string specified by digits to the
! channel's associated extension. For example, the number 1212 when prefixed
with '555' will become 5551212. This app always returns 0, and the PBX will
continue processing at the next priority for the *new* extension.
! So, for example, if priority 3 of 1212 is Prefix 555, the next step
executed will be priority 4 of 5551212. If you switch into an extension
which has no first step, the PBX will treat it as though the user dialed an
invalid extension.
</para>
- </formalpara>
<formalpara><title>PrivacyManager: Require phone number to be entered, if no CallerID sent</title>
<para>
! PrivacyManager: If no Caller*ID is sent, PrivacyManager answers the
channel and asks the caller to enter their 10 digit phone number.
The caller is given 3 attempts. If after 3 attempts, they do not enter
--- 870,916 ----
return immediately should the channel not be off hook. Otherwise, unless
'noanswer' is specified, the channel channel will be answered before the sound
! is played. Not all channels support playing messages while on hook.
! </para>
! <para>
! Returns -1 if the channel was hung up, or if the file does not exist.
! Returns 0 otherwise.
</para>
<formalpara><title>Playtones: Play a tone list</title>
<para>
+ <!-- what are the arguments to this application? -->
+ <function>Playtones()</function>
+ </para>
+ </formalpara>
+ <para>
Play a tone list, either registered (through indications.conf) or a direct
list of tones and durations.
</para>
<formalpara><title>Prefix: Prepend leading digits</title>
<para>
! <function>Prefix(<replaceable>digits</replaceable>)</function>
! </para>
! </formalpara>
! <para>
! Prepends the digit string specified by digits to the
! channel's associated extension. For example, the number 1212 when prefixed
with '555' will become 5551212. This app always returns 0, and the PBX will
continue processing at the next priority for the *new* extension.
! </para>
! <para>
! For example, if priority 3 of extension 1212 is Prefix 555, the next step
executed will be priority 4 of 5551212. If you switch into an extension
which has no first step, the PBX will treat it as though the user dialed an
invalid extension.
</para>
<formalpara><title>PrivacyManager: Require phone number to be entered, if no CallerID sent</title>
<para>
! <function>PrivacyManager()</function>
! </para>
! </formalpara>
! <para>
! If no Caller*ID is sent, PrivacyManager answers the
channel and asks the caller to enter their 10 digit phone number.
The caller is given 3 attempts. If after 3 attempts, they do not enter
***************
*** 901,905 ****
channel.
</para>
! </formalpara>
<formalpara><title>Queue: Queue a call for a call queue</title>
--- 921,925 ----
channel.
</para>
! <!-- Continue the work here! -->
<formalpara><title>Queue: Queue a call for a call queue</title>