diff --git a/main/channel.c b/main/channel.c index 828d0a0a1e44c561b13fde0bca98b99e3d2d6edc..f7e9d631a547b54b74367735ccc105ca6bfc0e07 100644 --- a/main/channel.c +++ b/main/channel.c @@ -159,7 +159,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" },