configs: Spelling fixes

Correct typos of the following word families:

password
excludes
undesirable
checksums
through
screening
interpreting
database
causes
initiation
member
busydetect
defined
severely
throughput
recognized
counter
require
indefinitely
accounts

ASTERISK-29714

Change-Id: Ie8f2a7b274a162dd627ee6a2165f5e8a3876527e
This commit is contained in:
Josh Soref 2021-10-30 21:04:38 -04:00 committed by Joshua Colp
parent de6ab15e6a
commit b9e888418e
18 changed files with 21 additions and 21 deletions

View File

@ -9,7 +9,7 @@ INTERNAL_DIAL_OPT=,30
exten = _11XX,hint,PJSIP/${EXTEN} exten = _11XX,hint,PJSIP/${EXTEN}
[Features] [Features]
; Extension to check user voicemail. We don't requre the user to enter ; Extension to check user voicemail. We don't require the user to enter
; their pincode. ; their pincode.
exten = 8000,1,Verbose(1, "User ${CALLERID(num)} dialed the voicemail feature.") exten = 8000,1,Verbose(1, "User ${CALLERID(num)} dialed the voicemail feature.")
same = n,VoiceMailMain(${CALLERID(num)}@example,s) same = n,VoiceMailMain(${CALLERID(num)}@example,s)

View File

@ -9,7 +9,7 @@
; emptystring - the string "" ; emptystring - the string ""
; null - unset the variable ; null - unset the variable
; ;
; WARNING: setting nullvalue=null may have undesireable consequences, in ; WARNING: setting nullvalue=null may have undesirable consequences, in
; particular if you use subroutines in AEL or the LOCAL() variable construct. ; particular if you use subroutines in AEL or the LOCAL() variable construct.
; You have been warned. Don't complain if you use that setting in combination ; You have been warned. Don't complain if you use that setting in combination
; with Gosub or AEL and get buggy behavior. ; with Gosub or AEL and get buggy behavior.

View File

@ -145,7 +145,7 @@
; phase, and that cdr_tds.conf exists and is properly set up with a [global] category. ; phase, and that cdr_tds.conf exists and is properly set up with a [global] category.
; ;
; Also, remember, that if you wish to log CDR info to a database, you will have to define ; Also, remember, that if you wish to log CDR info to a database, you will have to define
; a specific table in that databse to make things work! See the doc directory for more details ; a specific table in that database to make things work! See the doc directory for more details
; on how to create this table in each database. ; on how to create this table in each database.
; ;

View File

@ -1077,7 +1077,7 @@ pickupgroup=1
; Few zones are supported at the time of this writing, but may be selected ; Few zones are supported at the time of this writing, but may be selected
; with "progzone". ; with "progzone".
; ;
; progzone also affects the pattern used for buzydetect (unless ; progzone also affects the pattern used for busydetect (unless
; busypattern is set explicitly). The possible values are: ; busypattern is set explicitly). The possible values are:
; us (default) ; us (default)
; ca (alias for 'us') ; ca (alias for 'us')

View File

@ -11,7 +11,7 @@
; ;
; default_perm = permit | deny ; default_perm = permit | deny
; This is the default permissions to apply for a user that ; This is the default permissions to apply for a user that
; does not has a permissions definided. ; does not has a permissions defined.
; ;
; user options: ; user options:
; permit = <command name> | all ; allow the user to run 'command' | ; permit = <command name> | all ; allow the user to run 'command' |

View File

@ -183,7 +183,7 @@ autokill=yes
; host. This is also the context in which peers are permitted ; host. This is also the context in which peers are permitted
; to precache. ; to precache.
; ;
; noinclude - Disincludes this peer when searching a particular context ; noinclude - Excludes this peer when searching a particular context
; for lookup (set "all" to perform no lookups with that ; for lookup (set "all" to perform no lookups with that
; host. ; host.
; ;

View File

@ -201,7 +201,7 @@ context ael-iaxtel700 {
// The SWITCH statement permits a server to share the dialplan with // The SWITCH statement permits a server to share the dialplan with
// another server. Use with care: Reciprocal switch statements are not // another server. Use with care: Reciprocal switch statements are not
// allowed (e.g. both A -> B and B -> A), and the switched server needs // allowed (e.g. both A -> B and B -> A), and the switched server needs
// to be on-line or else dialing can be severly delayed. // to be on-line or else dialing can be severely delayed.
// //
context ael-iaxprovider { context ael-iaxprovider {
switches { switches {

View File

@ -312,7 +312,7 @@ exten => _91700XXXXXXX,1,Dial(IAX2/${GLOBAL(IAXINFO)}@iaxtel.com/${EXTEN:1}@iaxt
; The SWITCH statement permits a server to share the dialplan with ; The SWITCH statement permits a server to share the dialplan with
; another server. Use with care: Reciprocal switch statements are not ; another server. Use with care: Reciprocal switch statements are not
; allowed (e.g. both A -> B and B -> A), and the switched server needs ; allowed (e.g. both A -> B and B -> A), and the switched server needs
; to be on-line or else dialing can be severly delayed. ; to be on-line or else dialing can be severely delayed.
; ;
[iaxprovider] [iaxprovider]
;switch => IAX2/user:[key]@myserver/mycontext ;switch => IAX2/user:[key]@myserver/mycontext
@ -509,7 +509,7 @@ exten => _X.,n,Set(LOCAL(cntx)=${ARG5})
exten => _X.,n,Set(LOCAL(mbx)="${ext}"$["${cntx}" ? "@${cntx}" :: ""]) exten => _X.,n,Set(LOCAL(mbx)="${ext}"$["${cntx}" ? "@${cntx}" :: ""])
exten => _X.,n,Dial(${dev},20,p) ; Ring the interface, 20 seconds maximum, call screening exten => _X.,n,Dial(${dev},20,p) ; Ring the interface, 20 seconds maximum, call screening
; option (or use P for databased call _X.creening) ; option (or use P for databased call _X.screening)
exten => _X.,n,Goto(stdexten-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER) exten => _X.,n,Goto(stdexten-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER)
exten => stdexten-NOANSWER,1,VoiceMail(${mbx},u) ; If unavailable, send to voicemail w/ unavail announce exten => stdexten-NOANSWER,1,VoiceMail(${mbx},u) ; If unavailable, send to voicemail w/ unavail announce

View File

@ -55,7 +55,7 @@ TRUNKMSD = 1
-- --
-- include = {"a", "b", "c"}; -- include = {"a", "b", "c"};
-- --
-- Channel variables can be accessed thorugh the global 'channel' table. -- Channel variables can be accessed through the global 'channel' table.
-- --
-- v = channel.var_name -- v = channel.var_name
-- v = channel["var_name"] -- v = channel["var_name"]
@ -104,7 +104,7 @@ TRUNKMSD = 1
-- reserved word. In the 'goto' example, with Lua 5.1 or earlier, 'goto' is -- reserved word. In the 'goto' example, with Lua 5.1 or earlier, 'goto' is
-- not a reserved word so you'd be calling the Asterisk dialplan application -- not a reserved word so you'd be calling the Asterisk dialplan application
-- 'goto'. Lua 5.2 however, introduced the 'goto' control statement which -- 'goto'. Lua 5.2 however, introduced the 'goto' control statement which
-- makes 'goto' a reserved word. This casues the interpreter to fail parsing -- makes 'goto' a reserved word. This causes the interpreter to fail parsing
-- the file and pbx_lua.so will fail to load. The same applies to any use of -- the file and pbx_lua.so will fail to load. The same applies to any use of
-- Lua tables including extensions, channels and any tables you create. -- Lua tables including extensions, channels and any tables you create.
-- --

View File

@ -120,7 +120,7 @@ exten => record,n,noop(Recording status: ${MINIVM_APPMESS_STATUS})
exten => record,n,macroreturn exten => record,n,macroreturn
;.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- ;.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
; To set a counter and use a template for voicemail to users without acounts ; To set a counter and use a template for voicemail to users without accounts
; use something like this ; use something like this
; ;
; email address is in the "account" channel variable. Set from ast_db or a script ; email address is in the "account" channel variable. Set from ast_db or a script

View File

@ -16,7 +16,7 @@
enabled = no ; Enable/disable forwarding of packets to a enabled = no ; Enable/disable forwarding of packets to a
; HEP server. Default is "yes". ; HEP server. Default is "yes".
capture_address = 192.168.1.1:9061 ; The address of the HEP capture server. capture_address = 192.168.1.1:9061 ; The address of the HEP capture server.
capture_password = foo ; If specified, the authorization passsword capture_password = foo ; If specified, the authorization password
; for the HEP server. If not specified, no ; for the HEP server. If not specified, no
; authorization password will be sent. ; authorization password will be sent.
capture_id = 1234 ; A unique integer identifier for this capture_id = 1234 ; A unique integer identifier for this

View File

@ -44,7 +44,7 @@
; ;
; ;
; Disable UDP checksums (if nochecksums is set, then no checkums will ; Disable UDP checksums (if nochecksums is set, then no checksums will
; be calculated/checked on systems supporting this feature) ; be calculated/checked on systems supporting this feature)
; ;
; Accepted values: yes, no ; Accepted values: yes, no

View File

@ -121,7 +121,7 @@
; - [json] - Log the output in JSON. Note that JSON formatted log entries, ; - [json] - Log the output in JSON. Note that JSON formatted log entries,
; if specified for a logger type of 'console', will be formatted ; if specified for a logger type of 'console', will be formatted
; per the 'default' formatter for log messages of type VERBOSE. ; per the 'default' formatter for log messages of type VERBOSE.
; This is due to the remote consoles intepreting verbosity ; This is due to the remote consoles interpreting verbosity
; outside of the logging subsystem. ; outside of the logging subsystem.
; ;
; Log levels include the following, and are specified in a comma delineated ; Log levels include the following, and are specified in a comma delineated

View File

@ -68,7 +68,7 @@ silencethreshold=128
;fromstring=The Asterisk PBX ;fromstring=The Asterisk PBX
; ;
;emailsubject=[PBX]: New message ${MVM_COUNER} in mailbox ${VM_MAILBOX} ;emailsubject=[PBX]: New message ${MVM_COUNTER} in mailbox ${VM_MAILBOX}
; The following definition is very close to the default, but the default shows ; The following definition is very close to the default, but the default shows
; just the CIDNAME, if it is not null, otherwise just the CIDNUM, or "an unknown ; just the CIDNAME, if it is not null, otherwise just the CIDNUM, or "an unknown
; caller", if they are both null. ; caller", if they are both null.

View File

@ -34,7 +34,7 @@
; ;
; When placing an outgoing call through an endpoint the requested target is searched for in the roster list. If present ; When placing an outgoing call through an endpoint the requested target is searched for in the roster list. If present
; the first Jingle or Google Jingle capable resource is specifically targetted. Since the capabilities of the resource are ; the first Jingle or Google Jingle capable resource is specifically targetted. Since the capabilities of the resource are
; known the outgoing session initation will disregard the configured transport and use the determined one. ; known the outgoing session initiation will disregard the configured transport and use the determined one.
; ;
; If the target is not found in the roster the target will be used as-is and a session will be initiated using the ; If the target is not found in the roster the target will be used as-is and a session will be initiated using the
; transport specified in this configuration file. If no transport has been specified the endpoint defaults to ice-udp. ; transport specified in this configuration file. If no transport has been specified the endpoint defaults to ice-udp.

View File

@ -100,7 +100,7 @@ context=default
; when we're not on hold ; when we're not on hold
;Type of Service ;Type of Service
;Default - none (lowdelay, thoughput, reliability, mincost, none) ;Default - none (lowdelay, throughput, reliability, mincost, none)
;tos=lowdelay ;tos=lowdelay
;amaflags = default ;amaflags = default

View File

@ -158,7 +158,7 @@ monitor-type = MixMonitor
; ;
; In timeoutpriority=conf mode however timeout specified in config file will take higher ; In timeoutpriority=conf mode however timeout specified in config file will take higher
; priority than timeout in application arguments, so if config file has timeout 0, each ; priority than timeout in application arguments, so if config file has timeout 0, each
; queue member will be called indefineately and application timeout will be checked only ; queue member will be called indefinitely and application timeout will be checked only
; after this call attempt. This is useful for having queue members with custom timeouts ; after this call attempt. This is useful for having queue members with custom timeouts
; specified within Dial application of Local channel, and allows handling NO ANSWER which ; specified within Dial application of Local channel, and allows handling NO ANSWER which
; would otherwise be interrupted by queue destroying child channel on timeout. ; would otherwise be interrupted by queue destroying child channel on timeout.
@ -192,7 +192,7 @@ monitor-type = MixMonitor
; Autopause will pause a queue member if they fail to answer a call ; Autopause will pause a queue member if they fail to answer a call
; no: Member will not be paused ; no: Member will not be paused
; yes: Member will be paused only in the queue where the timeout took place ; yes: Member will be paused only in the queue where the timeout took place
; all: Memeber will be paused in all queues he/she is a member ; all: Member will be paused in all queues he/she is a member
;autopause=yes ;autopause=yes
; ;
; Autopausedelay delay autopause for autopausedelay seconds from the ; Autopausedelay delay autopause for autopausedelay seconds from the

View File

@ -22,7 +22,7 @@ rtpend=20000
;(min 500, max 60000, default 5000) ;(min 500, max 60000, default 5000)
; ;
; Enable strict RTP protection. This will drop RTP packets that do not come ; Enable strict RTP protection. This will drop RTP packets that do not come
; from the recoginized source of the RTP stream. Strict RTP qualifies RTP ; from the recognized source of the RTP stream. Strict RTP qualifies RTP
; packet stream sources before accepting them upon initial connection and ; packet stream sources before accepting them upon initial connection and
; when the connection is renegotiated (e.g., transfers and direct media). ; when the connection is renegotiated (e.g., transfers and direct media).
; Initial connection and renegotiation starts a learning mode to qualify ; Initial connection and renegotiation starts a learning mode to qualify