Actions

Parameter: CDR format (end): Difference between revisions

(Created page with "Format of the text CDR log written at the time the call is terminated. This format contains variables that are automatically replaced. Category:Parameters")
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Format of the text CDR log written at the time the call is terminated. This format contains variables that are automatically replaced.  
Format of the text CDR record written at the time the call is terminated. This format contains [[Text_Call_Detail_Records#CDR_Text_Variables|CDR Text Variables]] that are automatically replaced.  


==Example==
@{Timestamp:%Y-%m-%d %H:%M:%S.@m%z},END,SessionId='@{SessionId}',LegId='@{LegId}',StartTime='@{StartTime}',ConnectedTime='@{ConnectedTime}',EndTime='@{EndTime}',FreedTime='@{Timestamp}',TerminationCause='@{TerminationCauseString}',TerminationSource='@{TerminationSource}',Calling='@{CallingNumber}',Called='@{CalledNumber}',NAP='@{NAP}',Direction='@{OrginatorName}'
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 14:50, 25 April 2016

Format of the text CDR record written at the time the call is terminated. This format contains CDR Text Variables that are automatically replaced.

Example

@{Timestamp:%Y-%m-%d %H:%M:%S.@m%z},END,SessionId='@{SessionId}',LegId='@{LegId}',StartTime='@{StartTime}',ConnectedTime='@{ConnectedTime}',EndTime='@{EndTime}',FreedTime='@{Timestamp}',TerminationCause='@{TerminationCauseString}',TerminationSource='@{TerminationSource}',Calling='@{CallingNumber}',Called='@{CalledNumber}',NAP='@{NAP}',Direction='@{OrginatorName}'