CDR Variables
CDR Text Variables
Variables used for identifying call (or call leg) in general
@{StatusType}: Indicates the type of record ("Start", "Update" or "End").
@{LegId}: Unique Id for this leg (32 bits value).
@{OtherLegId}: Id of the other call leg joined with current call leg.
@{SessionId}: Unique call identifier for two joined and answered call legs, including failed outgoing call attempts (route retry)
Formatted as 4 values of 32 bits, printed as 4 blocks of 8 hexadecimal characters separated by a space
Ex: a939d169 299ffcd0 00000000 00000000
Note: Call Transfer Target legs have a separate SessionId. If you need an Id to correlate a transferred call
to the original call, use @{OriginalSessionId}.
Note: Toolpack 2.9 and above support globally unique SessionId (unique across separate TMedia systems)
@{OriginalSessionId}: Refers to @{SessionId} of the original legs for this call, in case of a call transfer.
In fact, Transfer Target leg has a different value for @{SessionId}, but can be linked with the original call
legs through @{OriginalSessionId}.
@{LinkId}: Same meaning as @{OriginalSessionId}, but presented as a 32 bit integer value.Timestamps
Information related to signaling
Information related to media
Statistics
Information related to routing
Deprecated values:
CDR sample
Call sample with Start and End records
Redundancy
CDR entry loss due to switchover
Incoherent CDR during switchover
A "Start" CDR entry without corresponding "End" entry
A "End" CDR entry without corresponding "Start" entry
A call with two "End" CDR entries
Retrieving Text CDRs
Last updated
Was this helpful?
