Parameter: CDR format (start)

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Add default value)
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
Format of the text CDR log written at the time the call is answered (or terminated if it was never answered). This format contains variables that are automatically replaced.  
+
Format of the text CDR record written '''only''' at the time the call is answered. If the call is not answered, this record is not written. This format contains [[Text_Call_Detail_Records#CDR_Text_Variables|CDR Text Variables]] that are automatically replaced.
  
==Default Value==
+
==Example==
  
 
  @{Timestamp:%Y-%m-%d %H:%M:%S.@m%z},BEG,SessionId='@{SessionId}',LegId='@{LegId}',StartTime='@{StartTime}',ConnectedTime='@{ConnectedTime}',Calling='@{CallingNumber}',Called='@{CalledNumber}',NAP='@{NAP}',Protocol='@{Protocol}',Direction='@{OrginatorName}'
 
  @{Timestamp:%Y-%m-%d %H:%M:%S.@m%z},BEG,SessionId='@{SessionId}',LegId='@{LegId}',StartTime='@{StartTime}',ConnectedTime='@{ConnectedTime}',Calling='@{CallingNumber}',Called='@{CalledNumber}',NAP='@{NAP}',Protocol='@{Protocol}',Direction='@{OrginatorName}'
 
[[Category:Parameters]]
 
[[Category:Parameters]]

Latest revision as of 13:49, 25 April 2016

Format of the text CDR record written only at the time the call is answered. If the call is not answered, this record is not written. This format contains CDR Text Variables that are automatically replaced.

Example

@{Timestamp:%Y-%m-%d %H:%M:%S.@m%z},BEG,SessionId='@{SessionId}',LegId='@{LegId}',StartTime='@{StartTime}',ConnectedTime='@{ConnectedTime}',Calling='@{CallingNumber}',Called='@{CalledNumber}',NAP='@{NAP}',Protocol='@{Protocol}',Direction='@{OrginatorName}'
Personal tools