<p>Friendly Automation <strong>submitted</strong> this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17447">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  George Joseph: Looks good to me, approved
  Friendly Automation: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">configs: Spelling fixes<br><br>Correct typos of the following word families:<br><br>password<br>excludes<br>undesirable<br>checksums<br>through<br>screening<br>interpreting<br>database<br>causes<br>initiation<br>member<br>busydetect<br>defined<br>severely<br>throughput<br>recognized<br>counter<br>require<br>indefinitely<br>accounts<br><br>ASTERISK-29714<br><br>Change-Id: Ie8f2a7b274a162dd627ee6a2165f5e8a3876527e<br>---<br>M configs/basic-pbx/extensions.conf<br>M configs/samples/app_mysql.conf.sample<br>M configs/samples/cdr.conf.sample<br>M configs/samples/chan_dahdi.conf.sample<br>M configs/samples/cli_permissions.conf.sample<br>M configs/samples/dundi.conf.sample<br>M configs/samples/extensions.ael.sample<br>M configs/samples/extensions.conf.sample<br>M configs/samples/extensions.lua.sample<br>M configs/samples/extensions_minivm.conf.sample<br>M configs/samples/hep.conf.sample<br>M configs/samples/iax.conf.sample<br>M configs/samples/logger.conf.sample<br>M configs/samples/minivm.conf.sample<br>M configs/samples/motif.conf.sample<br>M configs/samples/ooh323.conf.sample<br>M configs/samples/queues.conf.sample<br>M configs/samples/rtp.conf.sample<br>18 files changed, 21 insertions(+), 21 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configs/basic-pbx/extensions.conf b/configs/basic-pbx/extensions.conf</span><br><span>index 9682e06..074a82f 100644</span><br><span>--- a/configs/basic-pbx/extensions.conf</span><br><span>+++ b/configs/basic-pbx/extensions.conf</span><br><span>@@ -9,7 +9,7 @@</span><br><span> exten = _11XX,hint,PJSIP/${EXTEN}</span><br><span> </span><br><span> [Features]</span><br><span style="color: hsl(0, 100%, 40%);">-; Extension to check user voicemail. We don't requre the user to enter</span><br><span style="color: hsl(120, 100%, 40%);">+; Extension to check user voicemail. We don't require the user to enter</span><br><span> ; their pincode.</span><br><span> exten = 8000,1,Verbose(1, "User ${CALLERID(num)} dialed the voicemail feature.")</span><br><span>  same = n,VoiceMailMain(${CALLERID(num)}@example,s)</span><br><span>diff --git a/configs/samples/app_mysql.conf.sample b/configs/samples/app_mysql.conf.sample</span><br><span>index fafd4f7..63ddc40 100644</span><br><span>--- a/configs/samples/app_mysql.conf.sample</span><br><span>+++ b/configs/samples/app_mysql.conf.sample</span><br><span>@@ -9,7 +9,7 @@</span><br><span> ; emptystring - the string ""</span><br><span> ; null        - unset the variable</span><br><span> ;</span><br><span style="color: hsl(0, 100%, 40%);">-; WARNING: setting nullvalue=null may have undesireable consequences, in</span><br><span style="color: hsl(120, 100%, 40%);">+; WARNING: setting nullvalue=null may have undesirable consequences, in</span><br><span> ; particular if you use subroutines in AEL or the LOCAL() variable construct.</span><br><span> ; You have been warned.  Don't complain if you use that setting in combination</span><br><span> ; with Gosub or AEL and get buggy behavior.</span><br><span>diff --git a/configs/samples/cdr.conf.sample b/configs/samples/cdr.conf.sample</span><br><span>index 1d0af78..5cd1dc1 100644</span><br><span>--- a/configs/samples/cdr.conf.sample</span><br><span>+++ b/configs/samples/cdr.conf.sample</span><br><span>@@ -145,7 +145,7 @@</span><br><span> ; phase, and that cdr_tds.conf exists and is properly set up with a [global] category.</span><br><span> ;</span><br><span> ; Also, remember, that if you wish to log CDR info to a database, you will have to define</span><br><span style="color: hsl(0, 100%, 40%);">-; a specific table in that databse to make things work! See the doc directory for more details</span><br><span style="color: hsl(120, 100%, 40%);">+; a specific table in that database to make things work! See the doc directory for more details</span><br><span> ; on how to create this table in each database.</span><br><span> ;</span><br><span> </span><br><span>diff --git a/configs/samples/chan_dahdi.conf.sample b/configs/samples/chan_dahdi.conf.sample</span><br><span>index 5c1d2ee..5c3af43 100644</span><br><span>--- a/configs/samples/chan_dahdi.conf.sample</span><br><span>+++ b/configs/samples/chan_dahdi.conf.sample</span><br><span>@@ -1077,7 +1077,7 @@</span><br><span> ; Few zones are supported at the time of this writing, but may be selected</span><br><span> ; with "progzone".</span><br><span> ;</span><br><span style="color: hsl(0, 100%, 40%);">-; progzone also affects the pattern used for buzydetect (unless</span><br><span style="color: hsl(120, 100%, 40%);">+; progzone also affects the pattern used for busydetect (unless</span><br><span> ; busypattern is set explicitly). The possible values are:</span><br><span> ;   us (default)</span><br><span> ;   ca (alias for 'us')</span><br><span>diff --git a/configs/samples/cli_permissions.conf.sample b/configs/samples/cli_permissions.conf.sample</span><br><span>index 4a6973f..9f69e1c 100644</span><br><span>--- a/configs/samples/cli_permissions.conf.sample</span><br><span>+++ b/configs/samples/cli_permissions.conf.sample</span><br><span>@@ -11,7 +11,7 @@</span><br><span> ;</span><br><span> ; default_perm = permit | deny</span><br><span> ;                This is the default permissions to apply for a user that</span><br><span style="color: hsl(0, 100%, 40%);">-;                does not has a permissions definided.</span><br><span style="color: hsl(120, 100%, 40%);">+;                does not has a permissions defined.</span><br><span> ;</span><br><span> ; user options:</span><br><span> ; permit = <command name> | all               ; allow the user to run 'command' |</span><br><span>diff --git a/configs/samples/dundi.conf.sample b/configs/samples/dundi.conf.sample</span><br><span>index 3c67164..3e8da2d 100644</span><br><span>--- a/configs/samples/dundi.conf.sample</span><br><span>+++ b/configs/samples/dundi.conf.sample</span><br><span>@@ -183,7 +183,7 @@</span><br><span> ;           host.  This is also the context in which peers are permitted</span><br><span> ;           to precache.</span><br><span> ;</span><br><span style="color: hsl(0, 100%, 40%);">-; noinclude - Disincludes this peer when searching a particular context</span><br><span style="color: hsl(120, 100%, 40%);">+; noinclude - Excludes this peer when searching a particular context</span><br><span> ;             for lookup (set "all" to perform no lookups with that</span><br><span> ;             host.</span><br><span> ;</span><br><span>diff --git a/configs/samples/extensions.ael.sample b/configs/samples/extensions.ael.sample</span><br><span>index 495001f..b0e1517 100644</span><br><span>--- a/configs/samples/extensions.ael.sample</span><br><span>+++ b/configs/samples/extensions.ael.sample</span><br><span>@@ -201,7 +201,7 @@</span><br><span> // The SWITCH statement permits a server to share the dialplan with</span><br><span> // another server. Use with care: Reciprocal switch statements are not</span><br><span> // allowed (e.g. both A -> B and B -> A), and the switched server needs</span><br><span style="color: hsl(0, 100%, 40%);">-// to be on-line or else dialing can be severly delayed.</span><br><span style="color: hsl(120, 100%, 40%);">+// to be on-line or else dialing can be severely delayed.</span><br><span> //</span><br><span> context ael-iaxprovider {</span><br><span>     switches {</span><br><span>diff --git a/configs/samples/extensions.conf.sample b/configs/samples/extensions.conf.sample</span><br><span>index db4c215..8d6c3e8 100644</span><br><span>--- a/configs/samples/extensions.conf.sample</span><br><span>+++ b/configs/samples/extensions.conf.sample</span><br><span>@@ -312,7 +312,7 @@</span><br><span> ; The SWITCH statement permits a server to share the dialplan with</span><br><span> ; another server. Use with care: Reciprocal switch statements are not</span><br><span> ; allowed (e.g. both A -> B and B -> A), and the switched server needs</span><br><span style="color: hsl(0, 100%, 40%);">-; to be on-line or else dialing can be severly delayed.</span><br><span style="color: hsl(120, 100%, 40%);">+; to be on-line or else dialing can be severely delayed.</span><br><span> ;</span><br><span> [iaxprovider]</span><br><span> ;switch => IAX2/user:[key]@myserver/mycontext</span><br><span>@@ -509,7 +509,7 @@</span><br><span> </span><br><span> exten => _X.,n,Set(LOCAL(mbx)="${ext}"$["${cntx}" ? "@${cntx}" :: ""])</span><br><span> exten => _X.,n,Dial(${dev},20,p)                   ; Ring the interface, 20 seconds maximum, call screening</span><br><span style="color: hsl(0, 100%, 40%);">-                                                ; option (or use P for databased call _X.creening)</span><br><span style="color: hsl(120, 100%, 40%);">+                                            ; option (or use P for databased call _X.screening)</span><br><span> exten => _X.,n,Goto(stdexten-${DIALSTATUS},1)         ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER)</span><br><span> </span><br><span> exten => stdexten-NOANSWER,1,VoiceMail(${mbx},u) ; If unavailable, send to voicemail w/ unavail announce</span><br><span>diff --git a/configs/samples/extensions.lua.sample b/configs/samples/extensions.lua.sample</span><br><span>index e845f0d..e9d84e0 100644</span><br><span>--- a/configs/samples/extensions.lua.sample</span><br><span>+++ b/configs/samples/extensions.lua.sample</span><br><span>@@ -55,7 +55,7 @@</span><br><span> --</span><br><span> --   include = {"a", "b", "c"};</span><br><span> --</span><br><span>--- Channel variables can be accessed thorugh the global 'channel' table.</span><br><span style="color: hsl(120, 100%, 40%);">+-- Channel variables can be accessed through the global 'channel' table.</span><br><span> --</span><br><span> --   v = channel.var_name</span><br><span> --   v = channel["var_name"]</span><br><span>@@ -104,7 +104,7 @@</span><br><span> -- reserved word.  In the 'goto' example, with Lua 5.1 or earlier, 'goto' is</span><br><span> -- not a reserved word so you'd be calling the Asterisk dialplan application</span><br><span> -- 'goto'.  Lua 5.2 however, introduced the 'goto' control statement which</span><br><span>--- makes 'goto' a reserved word.  This casues the interpreter to fail parsing</span><br><span style="color: hsl(120, 100%, 40%);">+-- makes 'goto' a reserved word.  This causes the interpreter to fail parsing</span><br><span> -- the file and pbx_lua.so will fail to load.  The same applies to any use of</span><br><span> -- Lua tables including extensions, channels and any tables you create.</span><br><span> --</span><br><span>diff --git a/configs/samples/extensions_minivm.conf.sample b/configs/samples/extensions_minivm.conf.sample</span><br><span>index 1bd4731..abe5a0b 100644</span><br><span>--- a/configs/samples/extensions_minivm.conf.sample</span><br><span>+++ b/configs/samples/extensions_minivm.conf.sample</span><br><span>@@ -120,7 +120,7 @@</span><br><span> exten => record,n,macroreturn</span><br><span> </span><br><span> ;.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-</span><br><span style="color: hsl(0, 100%, 40%);">-; To set a counter and use a template for voicemail to users without acounts</span><br><span style="color: hsl(120, 100%, 40%);">+; To set a counter and use a template for voicemail to users without accounts</span><br><span> ; use something like this</span><br><span> ;</span><br><span> ; email address is in the "account" channel variable. Set from ast_db or a script</span><br><span>diff --git a/configs/samples/hep.conf.sample b/configs/samples/hep.conf.sample</span><br><span>index 32bd8df..4858644 100644</span><br><span>--- a/configs/samples/hep.conf.sample</span><br><span>+++ b/configs/samples/hep.conf.sample</span><br><span>@@ -16,7 +16,7 @@</span><br><span> enabled = no                       ; Enable/disable forwarding of packets to a</span><br><span>                                    ; HEP server. Default is "yes".</span><br><span> capture_address = 192.168.1.1:9061 ; The address of the HEP capture server.</span><br><span style="color: hsl(0, 100%, 40%);">-capture_password = foo             ; If specified, the authorization passsword</span><br><span style="color: hsl(120, 100%, 40%);">+capture_password = foo             ; If specified, the authorization password</span><br><span>                                    ; for the HEP server. If not specified, no</span><br><span>                                    ; authorization password will be sent.</span><br><span> capture_id = 1234                  ; A unique integer identifier for this</span><br><span>diff --git a/configs/samples/iax.conf.sample b/configs/samples/iax.conf.sample</span><br><span>index 1ee96ff..cbce423 100644</span><br><span>--- a/configs/samples/iax.conf.sample</span><br><span>+++ b/configs/samples/iax.conf.sample</span><br><span>@@ -44,7 +44,7 @@</span><br><span> ;</span><br><span> </span><br><span> ;</span><br><span style="color: hsl(0, 100%, 40%);">-; Disable UDP checksums (if nochecksums is set, then no checkums will</span><br><span style="color: hsl(120, 100%, 40%);">+; Disable UDP checksums (if nochecksums is set, then no checksums will</span><br><span> ; be calculated/checked on systems supporting this feature)</span><br><span> ;</span><br><span> ; Accepted values: yes, no</span><br><span>diff --git a/configs/samples/logger.conf.sample b/configs/samples/logger.conf.sample</span><br><span>index 777f803..2723326 100644</span><br><span>--- a/configs/samples/logger.conf.sample</span><br><span>+++ b/configs/samples/logger.conf.sample</span><br><span>@@ -121,7 +121,7 @@</span><br><span> ;   - [json]    - Log the output in JSON. Note that JSON formatted log entries,</span><br><span> ;                 if specified for a logger type of 'console', will be formatted</span><br><span> ;                 per the 'default' formatter for log messages of type VERBOSE.</span><br><span style="color: hsl(0, 100%, 40%);">-;                 This is due to the remote consoles intepreting verbosity</span><br><span style="color: hsl(120, 100%, 40%);">+;                 This is due to the remote consoles interpreting verbosity</span><br><span> ;                 outside of the logging subsystem.</span><br><span> ;</span><br><span> ; Log levels include the following, and are specified in a comma delineated</span><br><span>diff --git a/configs/samples/minivm.conf.sample b/configs/samples/minivm.conf.sample</span><br><span>index 79fdbb0..b7f3810 100644</span><br><span>--- a/configs/samples/minivm.conf.sample</span><br><span>+++ b/configs/samples/minivm.conf.sample</span><br><span>@@ -68,7 +68,7 @@</span><br><span> ;fromstring=The Asterisk PBX</span><br><span> ;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-;emailsubject=[PBX]: New message ${MVM_COUNER} in mailbox ${VM_MAILBOX}</span><br><span style="color: hsl(120, 100%, 40%);">+;emailsubject=[PBX]: New message ${MVM_COUNTER} in mailbox ${VM_MAILBOX}</span><br><span> ; The following definition is very close to the default, but the default shows</span><br><span> ; just the CIDNAME, if it is not null, otherwise just the CIDNUM, or "an unknown</span><br><span> ; caller", if they are both null.</span><br><span>diff --git a/configs/samples/motif.conf.sample b/configs/samples/motif.conf.sample</span><br><span>index 9d5bc80..9c9037a 100644</span><br><span>--- a/configs/samples/motif.conf.sample</span><br><span>+++ b/configs/samples/motif.conf.sample</span><br><span>@@ -34,7 +34,7 @@</span><br><span> ;</span><br><span> ; When placing an outgoing call through an endpoint the requested target is searched for in the roster list. If present</span><br><span> ; the first Jingle or Google Jingle capable resource is specifically targetted. Since the capabilities of the resource are</span><br><span style="color: hsl(0, 100%, 40%);">-; known the outgoing session initation will disregard the configured transport and use the determined one.</span><br><span style="color: hsl(120, 100%, 40%);">+; known the outgoing session initiation will disregard the configured transport and use the determined one.</span><br><span> ;</span><br><span> ; If the target is not found in the roster the target will be used as-is and a session will be initiated using the</span><br><span> ; transport specified in this configuration file. If no transport has been specified the endpoint defaults to ice-udp.</span><br><span>diff --git a/configs/samples/ooh323.conf.sample b/configs/samples/ooh323.conf.sample</span><br><span>index 563ec9f..5316dfc 100644</span><br><span>--- a/configs/samples/ooh323.conf.sample</span><br><span>+++ b/configs/samples/ooh323.conf.sample</span><br><span>@@ -100,7 +100,7 @@</span><br><span>                     ; when we're not on hold</span><br><span> </span><br><span> ;Type of Service</span><br><span style="color: hsl(0, 100%, 40%);">-;Default - none (lowdelay, thoughput, reliability, mincost, none)</span><br><span style="color: hsl(120, 100%, 40%);">+;Default - none (lowdelay, throughput, reliability, mincost, none)</span><br><span> ;tos=lowdelay</span><br><span> </span><br><span> ;amaflags = default</span><br><span>diff --git a/configs/samples/queues.conf.sample b/configs/samples/queues.conf.sample</span><br><span>index c44cac2..1607be6 100644</span><br><span>--- a/configs/samples/queues.conf.sample</span><br><span>+++ b/configs/samples/queues.conf.sample</span><br><span>@@ -158,7 +158,7 @@</span><br><span> ;</span><br><span> ; In timeoutpriority=conf mode however timeout specified in config file will take higher</span><br><span> ; priority than timeout in application arguments, so if config file has timeout 0, each</span><br><span style="color: hsl(0, 100%, 40%);">-; queue member will be called indefineately and application timeout will be checked only</span><br><span style="color: hsl(120, 100%, 40%);">+; queue member will be called indefinitely and application timeout will be checked only</span><br><span> ; after this call attempt. This is useful for having queue members with custom timeouts</span><br><span> ; specified within Dial application of Local channel, and allows handling NO ANSWER which</span><br><span> ; would otherwise be interrupted by queue destroying child channel on timeout.</span><br><span>@@ -192,7 +192,7 @@</span><br><span> ; Autopause will pause a queue member if they fail to answer a call</span><br><span> ; no: Member will not be paused</span><br><span> ; yes: Member will be paused only in the queue where the timeout took place</span><br><span style="color: hsl(0, 100%, 40%);">-; all: Memeber will be paused in all queues he/she is a member</span><br><span style="color: hsl(120, 100%, 40%);">+; all: Member will be paused in all queues he/she is a member</span><br><span> ;autopause=yes</span><br><span> ;</span><br><span> ; Autopausedelay delay autopause for autopausedelay seconds from the</span><br><span>diff --git a/configs/samples/rtp.conf.sample b/configs/samples/rtp.conf.sample</span><br><span>index 3027b95..7e1442c 100644</span><br><span>--- a/configs/samples/rtp.conf.sample</span><br><span>+++ b/configs/samples/rtp.conf.sample</span><br><span>@@ -22,7 +22,7 @@</span><br><span>                   ;(min 500, max 60000, default 5000)</span><br><span> ;</span><br><span> ; Enable strict RTP protection.  This will drop RTP packets that do not come</span><br><span style="color: hsl(0, 100%, 40%);">-; from the recoginized source of the RTP stream.  Strict RTP qualifies RTP</span><br><span style="color: hsl(120, 100%, 40%);">+; from the recognized source of the RTP stream.  Strict RTP qualifies RTP</span><br><span> ; packet stream sources before accepting them upon initial connection and</span><br><span> ; when the connection is renegotiated (e.g., transfers and direct media).</span><br><span> ; Initial connection and renegotiation starts a learning mode to qualify</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/+/17447">change 17447</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/+/17447"/><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: Ie8f2a7b274a162dd627ee6a2165f5e8a3876527e </div>
<div style="display:none"> Gerrit-Change-Number: 17447 </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-MessageType: merged </div>