mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +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:
@@ -1288,7 +1288,7 @@ int analog_hangup(struct analog_pvt *p, struct ast_channel *ast)
|
||||
ast_debug(1, "Normal call hung up with both three way call and a call waiting call in place?\n");
|
||||
if (p->subs[ANALOG_SUB_CALLWAIT].inthreeway) {
|
||||
/* We had flipped over to answer a callwait and now it's gone */
|
||||
ast_debug(1, "We were flipped over to the callwait, moving back and unowning.\n");
|
||||
ast_debug(1, "We were flipped over to the callwait, moving back and not owning.\n");
|
||||
/* Move to the call-wait, but un-own us until they flip back. */
|
||||
analog_swap_subs(p, ANALOG_SUB_CALLWAIT, ANALOG_SUB_REAL);
|
||||
analog_unalloc_sub(p, ANALOG_SUB_CALLWAIT);
|
||||
|
Reference in New Issue
Block a user