<p>Joshua Colp <strong>submitted</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17378">View Change</a></p><div style="white-space:pre-wrap">Approvals:
George Joseph: Looks good to me, approved
Joshua Colp: Approved for Submit
</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">CHANGES: Spelling fixes<br><br>Correct typos of the following word families:<br><br>issuing<br>execution<br>bridging<br>alert<br>respective<br>unlikely<br>confbridge<br>offered<br>negotiation<br>announced<br>engineer<br>systems<br>inherited<br>passthrough<br>functionality<br>supporting<br>conflicts<br>semantically<br>monitor<br>specify<br>specifiable<br><br>ASTERISK-29714<br><br>Change-Id: Ia6b1cf634f52c5f7b1b8769dc54dae78106ed98c<br>---<br>M CHANGES<br>1 file changed, 21 insertions(+), 21 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CHANGES b/CHANGES</span><br><span>index 53ad29e..d88eaca 100644</span><br><span>--- a/CHANGES</span><br><span>+++ b/CHANGES</span><br><span>@@ -747,7 +747,7 @@</span><br><span> </span><br><span> chan_pjsip</span><br><span> ------------------</span><br><span style="color: hsl(0, 100%, 40%);">- * A new dialplan function, PJSIP_MOH_PASSTRHOUGH, has been added to chan_pjsip. This</span><br><span style="color: hsl(120, 100%, 40%);">+ * A new dialplan function, PJSIP_MOH_PASSTHROUGH, has been added to chan_pjsip. This</span><br><span> allows the behaviour of the moh_passthrough endpoint option to be read or changed</span><br><span> in the dialplan. This allows control on a per-call basis.</span><br><span> </span><br><span>@@ -1313,7 +1313,7 @@</span><br><span> methods.</span><br><span> </span><br><span> * The pjsip_transport_event feature introduced in 15.1.0 has been refactored.</span><br><span style="color: hsl(0, 100%, 40%);">- Any external modules that may have used that feature (highly unlikey) will</span><br><span style="color: hsl(120, 100%, 40%);">+ Any external modules that may have used that feature (highly unlikely) will</span><br><span> need to be changed as the API has been altered slightly.</span><br><span> </span><br><span> res_pjsip_endpoint_identifier_ip</span><br><span>@@ -1368,7 +1368,7 @@</span><br><span> </span><br><span> res_rtp_asterisk</span><br><span> ------------------</span><br><span style="color: hsl(0, 100%, 40%);">- * The X.509 certificate used for DTLS negotation can now be automatically</span><br><span style="color: hsl(120, 100%, 40%);">+ * The X.509 certificate used for DTLS negotiation can now be automatically</span><br><span> generated. This is supported by res_pjsip by specifying</span><br><span> "dtls_auto_generate_cert = yes" on a PJSIP endpoint. For chan_sip, you</span><br><span> would set "dtlsautogeneratecert = yes" either in the [general] section of</span><br><span>@@ -1408,7 +1408,7 @@</span><br><span> </span><br><span> * A new option, "announce-position-only-up," has been added that, when set to</span><br><span> yes, causes position announcements to only be played when the caller's</span><br><span style="color: hsl(0, 100%, 40%);">- queue position has improved since the last time that we annouced their</span><br><span style="color: hsl(120, 100%, 40%);">+ queue position has improved since the last time that we announced their</span><br><span> position. This default is no.</span><br><span> </span><br><span> Build System</span><br><span>@@ -2574,7 +2574,7 @@</span><br><span> * In conjunction with the "auth_username" change, 3 new options have been</span><br><span> added to the global configuration object that control how many unidentified</span><br><span> requests over a certain period from the same IP address can be received</span><br><span style="color: hsl(0, 100%, 40%);">- before a security altert is generated. A new CLI command</span><br><span style="color: hsl(120, 100%, 40%);">+ before a security alert is generated. A new CLI command</span><br><span> "pjsip show unidentified_requests" will list the current candidates.</span><br><span> </span><br><span> res_pjsip_history</span><br><span>@@ -3350,7 +3350,7 @@</span><br><span> Functions</span><br><span> ------------------</span><br><span> * Function AUDIOHOOK_INHERIT has been deprecated. Audiohooks are now</span><br><span style="color: hsl(0, 100%, 40%);">- unconditionally inhereted through masquerades. As a side benefit, more</span><br><span style="color: hsl(120, 100%, 40%);">+ unconditionally inherited through masquerades. As a side benefit, more</span><br><span> than one audiohook of a given type may persist through a masquerade now.</span><br><span> </span><br><span> ------------------------------------------------------------------------------</span><br><span>@@ -3458,7 +3458,7 @@</span><br><span> CONFBRIDGE dialplan function.</span><br><span> </span><br><span> * The ConfBridge dialplan application now sets a channel variable,</span><br><span style="color: hsl(0, 100%, 40%);">- CONFBRIGE_RESULT, upon exiting. This variable can be used to determine</span><br><span style="color: hsl(120, 100%, 40%);">+ CONFBRIDGE_RESULT, upon exiting. This variable can be used to determine</span><br><span> how a channel exited the conference.</span><br><span> </span><br><span> * Added conference user option 'announce_join_leave_review'. This option</span><br><span>@@ -3743,7 +3743,7 @@</span><br><span> acts as a base framework that other modules can build on top of to allow</span><br><span> an external system to control MWI within Asterisk. For implementations</span><br><span> that make use of res_mwi_external, see res_mwi_external_ami and</span><br><span style="color: hsl(0, 100%, 40%);">- res_ari_mailboxes. Note that res_mwi_external canflicts with other modules</span><br><span style="color: hsl(120, 100%, 40%);">+ res_ari_mailboxes. Note that res_mwi_external conflicts with other modules</span><br><span> that may produce MWI themselves, such as app_voicemail. res_mwi_external</span><br><span> and other modules that depend on it cannot be built or loaded with</span><br><span> app_voicemail present.</span><br><span>@@ -3752,7 +3752,7 @@</span><br><span> ------------------</span><br><span> * DNS functionality will now automatically be enabled if the system configured</span><br><span> nameservers can be retrieved. If the system configured nameservers can not be</span><br><span style="color: hsl(0, 100%, 40%);">- retrieved the functionality will resort to using system resolution. Functionalty</span><br><span style="color: hsl(120, 100%, 40%);">+ retrieved the functionality will resort to using system resolution. Functionality</span><br><span> such as SRV records and failover will not be available if system resolution</span><br><span> is in use.</span><br><span> </span><br><span>@@ -3833,7 +3833,7 @@</span><br><span> running AgentLogin.</span><br><span> </span><br><span> * If this application is called and the agent is already logged in, the</span><br><span style="color: hsl(0, 100%, 40%);">- dialplan will continue exection with the AGENT_STATUS channel variable set</span><br><span style="color: hsl(120, 100%, 40%);">+ dialplan will continue execution with the AGENT_STATUS channel variable set</span><br><span> to ALREADY_LOGGED_IN.</span><br><span> </span><br><span> * The agents.conf schema has changed. Rather than specifying agents on a</span><br><span>@@ -4313,7 +4313,7 @@</span><br><span> successful completion Event.</span><br><span> </span><br><span> * The 'BridgeExec' events were removed. These events duplicated the events that</span><br><span style="color: hsl(0, 100%, 40%);">- occur in the Briding API, and are conveyed now through BridgeCreate,</span><br><span style="color: hsl(120, 100%, 40%);">+ occur in the Bridging API, and are conveyed now through BridgeCreate,</span><br><span> BridgeEnter, and BridgeLeave events.</span><br><span> </span><br><span> * The 'RTCPSent'/'RTCPReceived' events have been significantly modified from</span><br><span>@@ -4721,7 +4721,7 @@</span><br><span> </span><br><span> PJSIP_MEDIA_OFFER</span><br><span> ------------------</span><br><span style="color: hsl(0, 100%, 40%);">- * Provided by chan_pjsip, this function sets the codecs to be offerred on the</span><br><span style="color: hsl(120, 100%, 40%);">+ * Provided by chan_pjsip, this function sets the codecs to be offered on the</span><br><span> outbound channel prior to dialing.</span><br><span> </span><br><span> REDIRECTING</span><br><span>@@ -5014,7 +5014,7 @@</span><br><span> ------------------</span><br><span> * MixMonitor hooks now have IDs associated with them which can be used to</span><br><span> assign a target to StopMixMonitor. Use of MixMonitor's i(variable) option</span><br><span style="color: hsl(0, 100%, 40%);">- will allow storage of the MixMontior ID in a channel variable. StopMixmonitor</span><br><span style="color: hsl(120, 100%, 40%);">+ will allow storage of the MixMonitor ID in a channel variable. StopMixmonitor</span><br><span> now accepts that ID as an argument.</span><br><span> </span><br><span> * Added 'm' option, which stores a copy of the recording as a voicemail in the</span><br><span>@@ -5593,7 +5593,7 @@</span><br><span> res_corosync</span><br><span> -------------------</span><br><span> * A new module, res_corosync, has been introduced. This module uses the</span><br><span style="color: hsl(0, 100%, 40%);">- Corosync cluster enginer (http://www.corosync.org) to allow a local cluster</span><br><span style="color: hsl(120, 100%, 40%);">+ Corosync cluster engineer (http://www.corosync.org) to allow a local cluster</span><br><span> of Asterisk servers to both Message Waiting Indication (MWI) and/or</span><br><span> Device State (presence) information. This module is very similar to, and</span><br><span> is a replacement for the res_ais module that was in previous releases of</span><br><span>@@ -5847,7 +5847,7 @@</span><br><span> </span><br><span> IAX2 Changes</span><br><span> ------------</span><br><span style="color: hsl(0, 100%, 40%);">- * authdebug is now disabled by default. To enable this functionaility again</span><br><span style="color: hsl(120, 100%, 40%);">+ * authdebug is now disabled by default. To enable this functionality again</span><br><span> set authdebug = yes in iax.conf.</span><br><span> </span><br><span> RTP Changes</span><br><span>@@ -6325,7 +6325,7 @@</span><br><span> the AMI, but it differs from the AMI in that it logs to db backends much</span><br><span> like CDR does; is based on the event subsystem introduced by Russell, and</span><br><span> can share in all its benefits; allows multiple backends to operate like CDR;</span><br><span style="color: hsl(0, 100%, 40%);">- is specialized to event data that would be of concern to billing sytems,</span><br><span style="color: hsl(120, 100%, 40%);">+ is specialized to event data that would be of concern to billing systems,</span><br><span> like CDR. Backends for logging and accounting calls have been produced,</span><br><span> but a new CDR backend is still in development.</span><br><span> </span><br><span>@@ -6345,7 +6345,7 @@</span><br><span> </span><br><span> Calendaring for Asterisk</span><br><span> ------------------------</span><br><span style="color: hsl(0, 100%, 40%);">- * A new set of modules were added supporing calendar integration with Asterisk.</span><br><span style="color: hsl(120, 100%, 40%);">+ * A new set of modules were added supporting calendar integration with Asterisk.</span><br><span> Dialplan functions for reading from and writing to calendars are included,</span><br><span> as well as the ability to execute dialplan logic upon calendar event notifications.</span><br><span> iCalendar, CalDAV, and Exchange Server calendars (via res_calendar_exchange for</span><br><span>@@ -6816,7 +6816,7 @@</span><br><span> a versions of libpri and libss7 that have them or it will not know that</span><br><span> these libraries exist.</span><br><span> * The commands "core show globals", "core set global" and "core set chanvar" has</span><br><span style="color: hsl(0, 100%, 40%);">- been deprecated in favor of the more semanticly correct "dialplan show globals",</span><br><span style="color: hsl(120, 100%, 40%);">+ been deprecated in favor of the more semantically correct "dialplan show globals",</span><br><span> "dialplan set chanvar" and "dialplan set global".</span><br><span> * New CLI command "dialplan show chanvar" to list all variables associated</span><br><span> with a given channel.</span><br><span>@@ -7158,7 +7158,7 @@</span><br><span> * Added two new dialplan functions, DUNDIQUERY and DUNDIRESULT. These</span><br><span> functions will allow you to initiate a DUNDi query from the dialplan,</span><br><span> find out how many results there are, and access each one.</span><br><span style="color: hsl(0, 100%, 40%);">- * Added the ability to specifiy a port for a dundi peer.</span><br><span style="color: hsl(120, 100%, 40%);">+ * Added the ability to specify a port for a dundi peer.</span><br><span> </span><br><span> ENUM changes</span><br><span> ------------</span><br><span>@@ -7322,7 +7322,7 @@</span><br><span> READSTATUS to ERROR, which you can catch and handle separately.</span><br><span> * Added 'm' option to Directory, which lists out names, 8 at a time, instead</span><br><span> of asking for verification of each name, one at a time.</span><br><span style="color: hsl(0, 100%, 40%);">- * Privacy() no longer uses privacy.conf, as all options are specifyable as</span><br><span style="color: hsl(120, 100%, 40%);">+ * Privacy() no longer uses privacy.conf, as all options are specifiable as</span><br><span> direct options to the app.</span><br><span> * AMD() has a new "maximum word length" option. "show application AMD" from the CLI</span><br><span> for more details</span><br><span>@@ -7368,7 +7368,7 @@</span><br><span> will be improved as time goes by. Should be useful for a</span><br><span> first pass at conversion.</span><br><span> * aelparse will now read extensions.conf to see if a referenced</span><br><span style="color: hsl(0, 100%, 40%);">- macro or context is there before issueing a warning.</span><br><span style="color: hsl(120, 100%, 40%);">+ macro or context is there before issuing a warning.</span><br><span> * AEL parser sets a local channel variable ~~EXTEN~~, to</span><br><span> preserve the value of ${EXTEN} thru switch statements.</span><br><span> * New operator in $[...] expressions: the ~~ operator serves</span><br><span></span><br></pre><div style="white-space:pre-wrap"></div><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17378">change 17378</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/+/17378"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 16 </div>
<div style="display:none"> Gerrit-Change-Id: Ia6b1cf634f52c5f7b1b8769dc54dae78106ed98c </div>
<div style="display:none"> Gerrit-Change-Number: 17378 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Josh Soref <jsoref@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@sangoma.com> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>