Actions

Toolpack:Enabling CDR A: Difference between revisions

(move default values to parameters)
Line 31: Line 31:
* [[Parameter: Rotation delay in seconds|Rotation delay in seconds]]
* [[Parameter: Rotation delay in seconds|Rotation delay in seconds]]
* [[Parameter: Max total size of gzipped CDR logs|Max total size of gzipped CDR logs]]
* [[Parameter: Max total size of gzipped CDR logs|Max total size of gzipped CDR logs]]
'''Advanced Parameters'''
CDR log file path:
cdr_logs/cdr
CDR format (start):
@{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}'
CDR format (update):
@{Timestamp:%Y-%m-%d %H:%M:%S.@m%z}:UPD,SessionId='@{SessionId}',LegId='@{LegId}'
CDR format (end):
@{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}'

Revision as of 09:12, 23 July 2013

Applies to version(s): v2.7

To enable CDR:

1- Select Gateway from the navigation panel.


2- Select Use CDR behavior to enable it.

  • Expand the CDR Options section
  • For CDR Mode, select Text CDR Only
  • Click Save.


3- Expand the Text CDR parameters section

  • Configure the Text CDR parameters as required. Refer to the description of parameters described below.

List of Parameters