mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
cstmid to tenant
This commit is contained in:
@@ -38,7 +38,7 @@ const (
|
||||
FS_REQTYPE = "cgr_reqtype" //prepaid or postpaid
|
||||
FS_TOR = "cgr_tor"
|
||||
FS_UUID = "uuid" // -Unique ID for this call leg
|
||||
FS_CSTMID = "cgr_cstmid"
|
||||
FS_CSTMID = "cgr_tenant"
|
||||
FS_CALL_DEST_NR = "dialed_extension"
|
||||
FS_PARK_TIME = "start_epoch"
|
||||
FS_ANSWER_TIME = "answer_epoch"
|
||||
|
||||
@@ -36,7 +36,7 @@ const (
|
||||
REQTYPE = "reqtype" //prepaid or postpaid
|
||||
TOR = "tor"
|
||||
UUID = "uuid" // -Unique ID for this call leg
|
||||
CSTMID = "cstmid"
|
||||
CSTMID = "tenant"
|
||||
CALL_DEST_NR = "dialed_extension"
|
||||
PARK_TIME = "start_epoch"
|
||||
ANSWER_TIME = "time_answer"
|
||||
|
||||
@@ -40,7 +40,7 @@ const (
|
||||
REQTYPE = "variable_cgr_reqtype" //prepaid or postpaid
|
||||
TOR = "variable_cgr_tor"
|
||||
UUID = "Unique-ID" // -Unique ID for this call leg
|
||||
CSTMID = "variable_cgr_cstmid"
|
||||
CSTMID = "variable_cgr_tenant"
|
||||
CALL_DEST_NR = "Caller-Destination-Number"
|
||||
PARK_TIME = "Caller-Profile-Created-Time"
|
||||
START_TIME = "Caller-Channel-Answered-Time"
|
||||
|
||||
Reference in New Issue
Block a user