]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Do not define a cause that doesn't actually exist
authorKinsey Moore <kmoore@digium.com>
Wed, 8 Aug 2012 20:29:16 +0000 (20:29 +0000)
committerKinsey Moore <kmoore@digium.com>
Wed, 8 Aug 2012 20:29:16 +0000 (20:29 +0000)
AST_CAUSE_NOTDEFINED is a placeholder for usage when there is no cause
information. As such, it should not be defined and translatable as a
cause.
........

Merged revisions 370923 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@370924 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/channel.c

index 6d10db363fb02c0981e0d3c80b8003e5d2f3f483..c19af9644a23b7883bd1c7fb5807afbde58b8f6d 100644 (file)
@@ -203,7 +203,6 @@ static const struct {
        const char *name;
        const char *desc;
 } causes[] = {
-       { AST_CAUSE_NOTDEFINED, "NOTDEFINED", "Cause not defined" },
        { 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" },