cstmid to tenant

This commit is contained in:
Radu Ioan Fericean
2013-08-02 17:46:07 +03:00
parent 13347532d6
commit 8fac5a1ff1
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"