mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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:
@@ -150,7 +150,7 @@ extern "C" {
|
||||
*
|
||||
* <b>Sample Usage:</b>
|
||||
* \code
|
||||
* struct sample_struct_componets {
|
||||
* struct sample_struct_components {
|
||||
* ASTOBJ_COMPONENTS_NOLOCK(struct sample_struct);
|
||||
* };
|
||||
* \endcode
|
||||
|
@@ -62,7 +62,7 @@ int iax_firmware_get_version(const char *device_name,
|
||||
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Add firwmare related IEs to an IAX2 IE buffer.
|
||||
* \brief Add firmware related IEs to an IAX2 IE buffer.
|
||||
*
|
||||
* \param ie_data The IE buffer being appended to.
|
||||
* \param device_name The name of the requested firmware.
|
||||
|
@@ -302,14 +302,14 @@ static struct iax2_ie infoelts[] = {
|
||||
{ IAX_IE_TRANSFERID, "TRANSFER ID", dump_int },
|
||||
{ IAX_IE_RDNIS, "REFERRING DNIS", dump_string },
|
||||
{ IAX_IE_PROVISIONING, "PROVISIONING", dump_prov },
|
||||
{ IAX_IE_AESPROVISIONING, "AES PROVISIONG" },
|
||||
{ IAX_IE_AESPROVISIONING, "AES PROVISIONING" },
|
||||
{ IAX_IE_DATETIME, "DATE TIME", dump_datetime },
|
||||
{ IAX_IE_DEVICETYPE, "DEVICE TYPE", dump_string },
|
||||
{ IAX_IE_SERVICEIDENT, "SERVICE IDENT", dump_string },
|
||||
{ IAX_IE_FIRMWAREVER, "FIRMWARE VER", dump_short },
|
||||
{ IAX_IE_FWBLOCKDESC, "FW BLOCK DESC", dump_int },
|
||||
{ IAX_IE_FWBLOCKDATA, "FW BLOCK DATA" },
|
||||
{ IAX_IE_PROVVER, "PROVISIONG VER", dump_int },
|
||||
{ IAX_IE_PROVVER, "PROVISIONING VER", dump_int },
|
||||
{ IAX_IE_CALLINGPRES, "CALLING PRESNTN", dump_byte },
|
||||
{ IAX_IE_CALLINGTON, "CALLING TYPEOFNUM", dump_byte },
|
||||
{ IAX_IE_CALLINGTNS, "CALLING TRANSITNET", dump_short },
|
||||
@@ -553,7 +553,7 @@ void iax_frame_subclass2str(enum iax_frame_subclass subclass, char *str, size_t
|
||||
cmd = "QUELCH ";
|
||||
break;
|
||||
case IAX_COMMAND_UNQUELCH:
|
||||
cmd = "UNQULCH";
|
||||
cmd = "UNQUELCH";
|
||||
break;
|
||||
case IAX_COMMAND_POKE:
|
||||
cmd = "POKE ";
|
||||
|
Reference in New Issue
Block a user