mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
docs: Fix typos in apps/
Found via codespell
(cherry picked from commit a20cfc68ef
)
This commit is contained in:
committed by
Asterisk Development Team
parent
714aedde8b
commit
c87b723f8c
@@ -599,7 +599,7 @@
|
||||
conference to a specific number. By default conferences
|
||||
have no participant limit. After the limit is reached, the
|
||||
conference will be locked until someone leaves. Note however
|
||||
that an Admin user will always be alowed to join the conference
|
||||
that an Admin user will always be allowed to join the conference
|
||||
regardless if this limit is reached or not.
|
||||
</para></description>
|
||||
</configOption>
|
||||
@@ -809,7 +809,7 @@
|
||||
<enum name="playback(filename&filename2&...)"><para>
|
||||
<literal>playback</literal> will play back an audio file to a channel
|
||||
and then immediately return to the conference.
|
||||
This file can not be interupted by DTMF.
|
||||
This file can not be interrupted by DTMF.
|
||||
Multiple files can be chained together using the
|
||||
<literal>&</literal> character.</para></enum>
|
||||
<enum name="playback_and_continue(filename&filename2&...)"><para>
|
||||
|
@@ -90,7 +90,7 @@ enum bridge_profile_flags {
|
||||
BRIDGE_OPT_REMB_BEHAVIOR_AVERAGE_ALL = (1 << 12), /*!< The average of all REMB reports in the entire bridge is sent to each sender */
|
||||
BRIDGE_OPT_REMB_BEHAVIOR_LOWEST_ALL = (1 << 13), /*!< The lowest estimated maximum bitrate from all receivers is sent to each sender */
|
||||
BRIDGE_OPT_REMB_BEHAVIOR_HIGHEST_ALL = (1 << 14), /*!< The highest estimated maximum bitrate from all receivers is sent to each sender */
|
||||
BRIDGE_OPT_REMB_BEHAVIOR_FORCE = (1 << 15), /*!< Force the REMB estimated bitrate to that specifiec in remb_estimated_bitrate */
|
||||
BRIDGE_OPT_REMB_BEHAVIOR_FORCE = (1 << 15), /*!< Force the REMB estimated bitrate to that specified in remb_estimated_bitrate */
|
||||
};
|
||||
|
||||
enum conf_menu_action_id {
|
||||
|
Reference in New Issue
Block a user