diff --git a/timespans/calldesc.go b/timespans/calldesc.go index 4365111f3..39e29c681 100644 --- a/timespans/calldesc.go +++ b/timespans/calldesc.go @@ -38,7 +38,7 @@ const ( // the minimum length for a destination prefix to be matched. MinPrefixLength = 2 RecursionMaxDepth = 4 - FallbackDestination = "fallback" // the string to be used to mark the fallback destination + FallbackDestination = "*all" // the string to be used to mark the fallback destination ) var (