mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
channels: Spelling fixes
Correct typos of the following word families: appease permanently overriding residue silliness extension channels globally reference japanese group coordinate registry information inconvenience attempts cadence payloads presence provisioning mimics behavior width natively syslabel not owning unquelch mostly constants interesting active unequipped brodmann commanding backlogged without bitstream firmware maintain exclusive practically structs appearance range retransmission indication provisional associating always whether cyrillic distinctive components reinitialized initialized capability switches occurring happened outbound ASTERISK-29714 Change-Id: Ife52ee89cd2170b684fa651ca72b1cb911a57339
This commit is contained in:
@@ -282,7 +282,7 @@ struct sig_pri_chan {
|
||||
unsigned int hidecallerid:1;
|
||||
unsigned int hidecalleridname:1; /*!< Hide just the name not the number for legacy PBX use */
|
||||
unsigned int immediate:1; /*!< Answer before getting digits? */
|
||||
unsigned int priexclusive:1; /*!< Whether or not to override and use exculsive mode for channel selection */
|
||||
unsigned int priexclusive:1; /*!< Whether or not to override and use exclusive mode for channel selection */
|
||||
unsigned int priindication_oob:1;
|
||||
unsigned int use_callerid:1; /*!< Whether or not to use caller id on this channel */
|
||||
unsigned int use_callingpres:1; /*!< Whether to use the callingpres the calling switch sends */
|
||||
@@ -574,7 +574,7 @@ struct sig_pri_span {
|
||||
unsigned int hidecallerid:1;
|
||||
unsigned int hidecalleridname:1; /*!< Hide just the name not the number for legacy PBX use */
|
||||
unsigned int immediate:1; /*!< Answer before getting digits? */
|
||||
unsigned int priexclusive:1; /*!< Whether or not to override and use exculsive mode for channel selection */
|
||||
unsigned int priexclusive:1; /*!< Whether or not to override and use exclusive mode for channel selection */
|
||||
unsigned int priindication_oob:1;
|
||||
unsigned int use_callerid:1; /*!< Whether or not to use caller id on this channel */
|
||||
unsigned int use_callingpres:1; /*!< Whether to use the callingpres the calling switch sends */
|
||||
|
||||
Reference in New Issue
Block a user