mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-15 21:29:52 +05:00
Added *sipcid field type
This commit is contained in:
committed by
Dan Christian Bogos
parent
ddc1474e41
commit
2c426ff2de
@@ -391,6 +391,7 @@ const (
|
||||
MetaDifference = "*difference"
|
||||
MetaVariable = "*variable"
|
||||
MetaCCUsage = "*ccUsage"
|
||||
MetaSIPCID = "*sipcid"
|
||||
MetaValueExponent = "*valueExponent"
|
||||
//rsrparser consts
|
||||
NegativePrefix = "!"
|
||||
@@ -2455,6 +2456,7 @@ var StringTmplType = StringSet{
|
||||
MetaUsageDifference: struct{}{},
|
||||
MetaPrefix: struct{}{},
|
||||
MetaSuffix: struct{}{},
|
||||
MetaSIPCID: struct{}{},
|
||||
}
|
||||
|
||||
// Time duration suffix
|
||||
|
||||
Reference in New Issue
Block a user