<p>Josh Soref has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17164">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">spelling: response<br><br>Change-Id: I95521924b6d47f05b07368dc08c3df7c4971a692<br>---<br>M CHANGES<br>M apps/app_sms.c<br>M apps/app_voicemail.c<br>M channels/chan_sip.c<br>M include/asterisk/utils.h<br>M main/manager.c<br>M main/stun.c<br>M main/utils.c<br>M res/res_rtp_asterisk.c<br>9 files changed, 10 insertions(+), 10 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/64/17164/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CHANGES b/CHANGES</span><br><span>index c6b1fd4..6bc58b0 100644</span><br><span>--- a/CHANGES</span><br><span>+++ b/CHANGES</span><br><span>@@ -1530,7 +1530,7 @@</span><br><span> </span><br><span> AMI</span><br><span> ------------------</span><br><span style="color: hsl(0, 100%, 40%);">- * The 'PJSIPShowEndpoint' command's respone event of 'IdentifyDetail' now</span><br><span style="color: hsl(120, 100%, 40%);">+ * The 'PJSIPShowEndpoint' command's response event of 'IdentifyDetail' now</span><br><span> contains a new optional parameter, 'MatchHeader', mapping to the new</span><br><span> configuration option 'match_header' for the corresponding 'identify' object.</span><br><span> It should be noted that since 'match_header' takes in a key: value pair, the</span><br><span>diff --git a/apps/app_sms.c b/apps/app_sms.c</span><br><span>index 043d30a..9f8cf3e 100644</span><br><span>--- a/apps/app_sms.c</span><br><span>+++ b/apps/app_sms.c</span><br><span>@@ -103,7 +103,7 @@</span><br><span> <para>"Messages are processed as per text file message queues. smsq (a separate software) is a command to</span><br><span> generate message queues and send messages.</para></span><br><span> <note><para>The protocol has tight delay bounds. Please use short frames and disable/keep short the</span><br><span style="color: hsl(0, 100%, 40%);">- jitter buffer on the ATA to make sure that respones (ACK etc.) are received in time.</para></note></span><br><span style="color: hsl(120, 100%, 40%);">+ jitter buffer on the ATA to make sure that responses (ACK etc.) are received in time.</para></note></span><br><span> </description></span><br><span> </application></span><br><span> ***/</span><br><span>diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c</span><br><span>index f750c46..dc0520d 100644</span><br><span>--- a/apps/app_voicemail.c</span><br><span>+++ b/apps/app_voicemail.c</span><br><span>@@ -15015,7 +15015,7 @@</span><br><span> ast_copy_string(vminfo_args, test_items[test_counter].vminfo_test_args, sizeof(vminfo_args));</span><br><span> test_ret = acf_vm_info(chan, vminfo_cmd, vminfo_args, vminfo_buf, sizeof(vminfo_buf));</span><br><span> if (strcmp(vminfo_buf, test_items[test_counter].vminfo_expected)) {</span><br><span style="color: hsl(0, 100%, 40%);">- ast_test_status_update(test, "VM_INFO respose was: '%s', but expected: '%s'\n", vminfo_buf, test_items[test_counter].vminfo_expected);</span><br><span style="color: hsl(120, 100%, 40%);">+ ast_test_status_update(test, "VM_INFO response was: '%s', but expected: '%s'\n", vminfo_buf, test_items[test_counter].vminfo_expected);</span><br><span> res = AST_TEST_FAIL;</span><br><span> }</span><br><span> if (!(test_ret == test_items[test_counter].vminfo_ret)) {</span><br><span>diff --git a/channels/chan_sip.c b/channels/chan_sip.c</span><br><span>index 23634d0..cb4f03e 100644</span><br><span>--- a/channels/chan_sip.c</span><br><span>+++ b/channels/chan_sip.c</span><br><span>@@ -29139,7 +29139,7 @@</span><br><span> ast_log(LOG_WARNING, "Invalid SIP response code: '%d'\n", respid);</span><br><span> return 0;</span><br><span> }</span><br><span style="color: hsl(0, 100%, 40%);">- /* RFC 3261 - 8.1.3.3 If more than one Via header field value is present in a reponse</span><br><span style="color: hsl(120, 100%, 40%);">+ /* RFC 3261 - 8.1.3.3 If more than one Via header field value is present in a response</span><br><span> * the UAC SHOULD discard the message. This is not perfect, as it will not catch multiple</span><br><span> * headers joined with a comma. Fixing that would pretty much involve writing a new parser */</span><br><span> if (!ast_strlen_zero(__get_header(req, "via", &via_pos))) {</span><br><span>diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h</span><br><span>index 08120bf..59cd638 100644</span><br><span>--- a/include/asterisk/utils.h</span><br><span>+++ b/include/asterisk/utils.h</span><br><span>@@ -676,7 +676,7 @@</span><br><span> /*!</span><br><span> * \brief Parse digest authorization header.</span><br><span> * \return Returns -1 if we have no auth or something wrong with digest.</span><br><span style="color: hsl(0, 100%, 40%);">- * \note This function may be used for Digest request and responce header.</span><br><span style="color: hsl(120, 100%, 40%);">+ * \note This function may be used for Digest request and response header.</span><br><span> * request arg is set to nonzero, if we parse Digest Request.</span><br><span> * pedantic arg can be set to nonzero if we need to do addition Digest check.</span><br><span> */</span><br><span>diff --git a/main/manager.c b/main/manager.c</span><br><span>index bc52c2d..d25de5b 100644</span><br><span>--- a/main/manager.c</span><br><span>+++ b/main/manager.c</span><br><span>@@ -1006,7 +1006,7 @@</span><br><span> <syntax></span><br><span> <xi:include xpointer="xpointer(/docs/manager[@name='Login']/syntax/parameter[@name='ActionID'])" /></span><br><span> <parameter name="EventList"></span><br><span style="color: hsl(0, 100%, 40%);">- <para>Conveys the status of the command reponse list</para></span><br><span style="color: hsl(120, 100%, 40%);">+ <para>Conveys the status of the command response list</para></span><br><span> </parameter></span><br><span> <parameter name="ListItems"></span><br><span> <para>The total number of list items produced</para></span><br><span>diff --git a/main/stun.c b/main/stun.c</span><br><span>index 7a8e0e5..b46d30a 100644</span><br><span>--- a/main/stun.c</span><br><span>+++ b/main/stun.c</span><br><span>@@ -502,7 +502,7 @@</span><br><span> /* Bad STUN packet, not right type, or transaction ID did not match. */</span><br><span> memset(answer, 0, sizeof(struct sockaddr_in));</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">- /* Was not a resonse to our request. */</span><br><span style="color: hsl(120, 100%, 40%);">+ /* Was not a response to our request. */</span><br><span> goto try_again;</span><br><span> }</span><br><span> /* Success. answer contains the external address if available. */</span><br><span>diff --git a/main/utils.c b/main/utils.c</span><br><span>index f4a026d..6fbe126 100644</span><br><span>--- a/main/utils.c</span><br><span>+++ b/main/utils.c</span><br><span>@@ -2383,7 +2383,7 @@</span><br><span> /*!</span><br><span> *\brief Parse digest authorization header.</span><br><span> *\return Returns -1 if we have no auth or something wrong with digest.</span><br><span style="color: hsl(0, 100%, 40%);">- *\note This function may be used for Digest request and responce header.</span><br><span style="color: hsl(120, 100%, 40%);">+ *\note This function may be used for Digest request and response header.</span><br><span> * request arg is set to nonzero, if we parse Digest Request.</span><br><span> * pedantic arg can be set to nonzero if we need to do addition Digest check.</span><br><span> */</span><br><span>diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c</span><br><span>index 4454778..357b692 100644</span><br><span>--- a/res/res_rtp_asterisk.c</span><br><span>+++ b/res/res_rtp_asterisk.c</span><br><span>@@ -3671,7 +3671,7 @@</span><br><span> </span><br><span> /*</span><br><span> * The instance should not be locked because we can block</span><br><span style="color: hsl(0, 100%, 40%);">- * waiting for a STUN respone.</span><br><span style="color: hsl(120, 100%, 40%);">+ * waiting for a STUN response.</span><br><span> */</span><br><span> ao2_unlock(instance);</span><br><span> rsp = ast_stun_request(component == AST_RTP_ICE_COMPONENT_RTCP</span><br><span>@@ -8769,7 +8769,7 @@</span><br><span> </span><br><span> /*</span><br><span> * The instance should not be locked because we can block</span><br><span style="color: hsl(0, 100%, 40%);">- * waiting for a STUN respone.</span><br><span style="color: hsl(120, 100%, 40%);">+ * waiting for a STUN response.</span><br><span> */</span><br><span> ast_sockaddr_to_sin(suggestion, &suggestion_tmp);</span><br><span> ast_stun_request(rtp->s, &suggestion_tmp, username, NULL);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17164">change 17164</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/+/17164"/><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: I95521924b6d47f05b07368dc08c3df7c4971a692 </div>
<div style="display:none"> Gerrit-Change-Number: 17164 </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>