[Asterisk-code-review] spelling: active (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:02:58 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16679 )
Change subject: spelling: active
......................................................................
spelling: active
Change-Id: Ia9f9110c29ee894e47c1d68936a2b81b91ff15cf
---
M channels/chan_mgcp.c
M channels/chan_skinny.c
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/79/16679/1
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index ebb50e6..5f8cde0 100644
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -3534,7 +3534,7 @@
}
*/
if (p->transfer && (sub->owner && sub->next->owner) && ((!sub->outgoing) || (!sub->next->outgoing))) {
- /* We're allowed to transfer, we have two avtive calls and */
+ /* We're allowed to transfer, we have two active calls and */
/* we made at least one of the calls. Let's try and transfer */
ast_mutex_lock(&p->sub->next->lock);
res = attempt_transfer(p, sub);
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index 2966ea2..0ceaf39 100644
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -3144,7 +3144,7 @@
else
req->data.forwardstat.activeforward = htolel(0);
- SKINNY_DEBUG(DEBUG_PACKET, 3, "Transmitting FORWARD_STAT_MESSAGE to %s, inst %d, all %s, busy %s, noans %s, acitve %d\n",
+ SKINNY_DEBUG(DEBUG_PACKET, 3, "Transmitting FORWARD_STAT_MESSAGE to %s, inst %d, all %s, busy %s, noans %s, active %d\n",
d->name, l->instance, l->call_forward_all, l->call_forward_busy, l->call_forward_noanswer, anyon ? 7 : 0);
transmit_response(d, req);
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16679
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ia9f9110c29ee894e47c1d68936a2b81b91ff15cf
Gerrit-Change-Number: 16679
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/e047cbdc/attachment.html>
More information about the asterisk-code-review
mailing list