mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 11:06:25 +05:00
the general fallback is now '*all'
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user