mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-20 03:26:55 +00:00
docs: Fix typos in apps/
Found via codespell
This commit is contained in:
committed by
github-actions[bot]
parent
8924258639
commit
9ca3233aea
@@ -274,7 +274,7 @@
|
||||
up by another user.</para>
|
||||
<para>This application will return to the dialplan if the queue does not exist, or
|
||||
any of the join options cause the caller to not enter the queue.</para>
|
||||
<para>This application does not automatically answer and should be preceeded
|
||||
<para>This application does not automatically answer and should be preceded
|
||||
by an application such as Answer(), Progress(), or Ringing().</para>
|
||||
<para>This application sets the following channel variables upon completion:</para>
|
||||
<variablelist>
|
||||
@@ -585,7 +585,7 @@
|
||||
<parameter name="queuename" required="true">
|
||||
<enumlist>
|
||||
<enum name="QUEUEMAX">
|
||||
<para>Maxmimum number of calls allowed.</para>
|
||||
<para>Maximum number of calls allowed.</para>
|
||||
</enum>
|
||||
<enum name="QUEUESTRATEGY">
|
||||
<para>The strategy of the queue.</para>
|
||||
@@ -2025,7 +2025,7 @@ struct call_queue {
|
||||
int periodicannouncestartdelay; /*!< How long into the queue should the periodic accouncement start */
|
||||
int periodicannouncefrequency; /*!< How often to play periodic announcement */
|
||||
int numperiodicannounce; /*!< The number of periodic announcements configured */
|
||||
int randomperiodicannounce; /*!< Are periodic announcments randomly chosen */
|
||||
int randomperiodicannounce; /*!< Are periodic announcements randomly chosen */
|
||||
int roundingseconds; /*!< How many seconds do we round to? */
|
||||
int holdtime; /*!< Current avg holdtime, based on an exponential average */
|
||||
int talktime; /*!< Current avg talktime, based on the same exponential average */
|
||||
|
Reference in New Issue
Block a user