<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/16793">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: channel<br><br>Change-Id: I4dfe467703733e692601ebfdad339c4137895f43<br>---<br>M apps/app_voicemail.c<br>M apps/app_waitforsilence.c<br>M configs/samples/extensions.lua.sample<br>M include/asterisk/core_unreal.h<br>M main/bridge.c<br>M main/bridge_channel.c<br>6 files changed, 6 insertions(+), 6 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/93/16793/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c</span><br><span>index 786943e..2ff0d37 100644</span><br><span>--- a/apps/app_voicemail.c</span><br><span>+++ b/apps/app_voicemail.c</span><br><span>@@ -6286,7 +6286,7 @@</span><br><span> /*!</span><br><span>  * \brief Variables used for saving a voicemail.</span><br><span>  *</span><br><span style="color: hsl(0, 100%, 40%);">- * This includes the record gain, mode flags, and the exit context of the chanel that was used for leaving the voicemail.</span><br><span style="color: hsl(120, 100%, 40%);">+ * This includes the record gain, mode flags, and the exit context of the channel that was used for leaving the voicemail.</span><br><span>  */</span><br><span> struct leave_vm_options {</span><br><span>    unsigned int flags;</span><br><span>diff --git a/apps/app_waitforsilence.c b/apps/app_waitforsilence.c</span><br><span>index 52248ac..49bce2e 100644</span><br><span>--- a/apps/app_waitforsilence.c</span><br><span>+++ b/apps/app_waitforsilence.c</span><br><span>@@ -30,7 +30,7 @@</span><br><span>  * \author David C. Troy <dave@popvox.com></span><br><span>  *</span><br><span>  * \brief Wait For Noise</span><br><span style="color: hsl(0, 100%, 40%);">- * The same as Wait For Silence but listenes noise on the chennel that is above \n</span><br><span style="color: hsl(120, 100%, 40%);">+ * The same as Wait For Silence but listenes noise on the channel that is above \n</span><br><span>  * the pre-configured silence threshold from dsp.conf</span><br><span>  *</span><br><span>  * \author Philipp Skadorov <skadorov@yahoo.com></span><br><span>diff --git a/configs/samples/extensions.lua.sample b/configs/samples/extensions.lua.sample</span><br><span>index 6e21ebe..ec0b911 100644</span><br><span>--- a/configs/samples/extensions.lua.sample</span><br><span>+++ b/configs/samples/extensions.lua.sample</span><br><span>@@ -131,7 +131,7 @@</span><br><span>         demo_instruct()</span><br><span> end</span><br><span> </span><br><span>--- Answer the chanel and play the demo sound files</span><br><span style="color: hsl(120, 100%, 40%);">+-- Answer the channel and play the demo sound files</span><br><span> function demo_start(context, exten)</span><br><span>         app.wait(1)</span><br><span>  app.answer()</span><br><span>diff --git a/include/asterisk/core_unreal.h b/include/asterisk/core_unreal.h</span><br><span>index c6e770b..367bed3 100644</span><br><span>--- a/include/asterisk/core_unreal.h</span><br><span>+++ b/include/asterisk/core_unreal.h</span><br><span>@@ -216,7 +216,7 @@</span><br><span>  * \param tech Channel technology to use.</span><br><span>  * \param semi1_state State to start the semi1(owner) channel in.</span><br><span>  * \param semi2_state State to start the semi2(outgoing chan) channel in.</span><br><span style="color: hsl(0, 100%, 40%);">- * \param exten Exten to start the chennels in. (NULL if s)</span><br><span style="color: hsl(120, 100%, 40%);">+ * \param exten Exten to start the channels in. (NULL if s)</span><br><span>  * \param context Context to start the channels in. (NULL if default)</span><br><span>  * \param requestor Channel requesting creation. (NULL if none)</span><br><span>  * \param callid Thread callid to use.</span><br><span>diff --git a/main/bridge.c b/main/bridge.c</span><br><span>index af3ea6d..6e93423 100644</span><br><span>--- a/main/bridge.c</span><br><span>+++ b/main/bridge.c</span><br><span>@@ -2573,7 +2573,7 @@</span><br><span>                if (ast_bridge_impart(bridge, yanked_chan, NULL, features,</span><br><span>                   AST_BRIDGE_IMPART_CHAN_INDEPENDENT)) {</span><br><span>                       /* It is possible for us to yank a channel and have some other</span><br><span style="color: hsl(0, 100%, 40%);">-                   * thread start a PBX on the channl after we yanked it. In particular,</span><br><span style="color: hsl(120, 100%, 40%);">+                         * thread start a PBX on the channel after we yanked it. In particular,</span><br><span>                       * this can theoretically happen on the ;2 of a Local channel if we</span><br><span>                   * yank it prior to the ;1 being answered. Make sure that it isn't</span><br><span>                        * executing a PBX before hanging it up.</span><br><span>diff --git a/main/bridge_channel.c b/main/bridge_channel.c</span><br><span>index 029a8de..012d2ef 100644</span><br><span>--- a/main/bridge_channel.c</span><br><span>+++ b/main/bridge_channel.c</span><br><span>@@ -1506,7 +1506,7 @@</span><br><span> </span><br><span> /*!</span><br><span>  * \internal</span><br><span style="color: hsl(0, 100%, 40%);">- * \brief Park a bridge_cahnnel</span><br><span style="color: hsl(120, 100%, 40%);">+ * \brief Park a bridge_channel</span><br><span>  */</span><br><span> static void bridge_channel_park(struct ast_bridge_channel *bridge_channel, struct bridge_park *payload)</span><br><span> {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16793">change 16793</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/16793"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I4dfe467703733e692601ebfdad339c4137895f43 </div>
<div style="display:none"> Gerrit-Change-Number: 16793 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Josh Soref <jsoref@gmail.com> </div>
<div style="display:none"> Gerrit-CC: Friendly Automation </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>