In SwyxWare v6.12 we changed the trunk recording file name generation. In v6.11 or older, SwyxGate and LinkMgr generated the file names and just got a start/stop command from SwyxServer. In v6.12 SwyxServer generates the filename and transmits it to SwyxGate and LinkManager together with the start command. As a result the file names have the same layout regardless of the service which records the conversation. And they can now have information only SwyxServer knows, such as the CallID from the corresponding call detail record.
We kept the format the same as in previous versions, i.e. without the CallID, but you can change it.
Add the following registry value:
| Path: | HKLM:\SOFTWARE\Swyx\IpPbxSrv\CurrentVersion\Options |
| Type: | REG_SZ |
| Name: | CallRecordingFilenameFormat |
| Value: | (Formatstring) |
The format string may contain one or more of the following place holders
- [internaladdresscanonical]
the internal address in canonical number format (if available) - [internaladdress]
the internal address - [remoteaddresscanonical]
the remote address in canonical number format (if available) - [remoteaddress]
the remote address - [remotename]
the remote name - [calldirection]
the direction of the call (In/Out) - [callid]
the call id as of the corresponding CDR record - [date]
the date of the call in the format "yymmdd", e.g. 080102 for 2 Jan 2008 - [time]
the time of the call in the format "hhmmss", e.g. 070809
When the value is not present or empty this value will be used:
[calldirection]#[internaladdress]#[remotename]#[remoteaddress]#[date]#[time]
Technorati Tags:
SwyxWare,
Swyx del.icio.us Tags:
Swyx,
SwyxWare