[Asterisk-code-review] spelling: misdialed (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:12:20 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17035 )
Change subject: spelling: misdialed
......................................................................
spelling: misdialed
Change-Id: Ib765d4ec230dc5f3df9fca2e95753fb66f6757b3
---
M include/asterisk/causes.h
M main/channel.c
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/35/17035/1
diff --git a/include/asterisk/causes.h b/include/asterisk/causes.h
index 490ae9e..8db2d24 100644
--- a/include/asterisk/causes.h
+++ b/include/asterisk/causes.h
@@ -39,7 +39,7 @@
- AST_CAUSE_UNALLOCATED 1
- AST_CAUSE_NO_ROUTE_TRANSIT_NET 2
- AST_CAUSE_NO_ROUTE_DESTINATION 3
- - AST_CAUSE_MISDIALLED_TRUNK_PREFIX 5
+ - AST_CAUSE_MISDIALED_TRUNK_PREFIX 5
- AST_CAUSE_CHANNEL_UNACCEPTABLE 6
- AST_CAUSE_CALL_AWARDED_DELIVERED 7
- AST_CAUSE_PRE_EMPTED 8
@@ -97,7 +97,7 @@
#define AST_CAUSE_UNALLOCATED 1
#define AST_CAUSE_NO_ROUTE_TRANSIT_NET 2
#define AST_CAUSE_NO_ROUTE_DESTINATION 3
-#define AST_CAUSE_MISDIALLED_TRUNK_PREFIX 5
+#define AST_CAUSE_MISDIALED_TRUNK_PREFIX 5
#define AST_CAUSE_CHANNEL_UNACCEPTABLE 6
#define AST_CAUSE_CALL_AWARDED_DELIVERED 7
#define AST_CAUSE_PRE_EMPTED 8
diff --git a/main/channel.c b/main/channel.c
index 2db9f7d..05323c3 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -133,7 +133,7 @@
{ AST_CAUSE_UNALLOCATED, "UNALLOCATED", "Unallocated (unassigned) number" },
{ AST_CAUSE_NO_ROUTE_TRANSIT_NET, "NO_ROUTE_TRANSIT_NET", "No route to specified transmit network" },
{ AST_CAUSE_NO_ROUTE_DESTINATION, "NO_ROUTE_DESTINATION", "No route to destination" },
- { AST_CAUSE_MISDIALLED_TRUNK_PREFIX, "MISDIALLED_TRUNK_PREFIX", "Misdialed trunk prefix" },
+ { AST_CAUSE_MISDIALED_TRUNK_PREFIX, "MISDIALED_TRUNK_PREFIX", "Misdialed trunk prefix" },
{ AST_CAUSE_CHANNEL_UNACCEPTABLE, "CHANNEL_UNACCEPTABLE", "Channel unacceptable" },
{ AST_CAUSE_CALL_AWARDED_DELIVERED, "CALL_AWARDED_DELIVERED", "Call awarded and being delivered in an established channel" },
{ AST_CAUSE_PRE_EMPTED, "PRE_EMPTED", "Pre-empted" },
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17035
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ib765d4ec230dc5f3df9fca2e95753fb66f6757b3
Gerrit-Change-Number: 17035
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/dea13675/attachment.html>
More information about the asterisk-code-review
mailing list