A template file is a set of instructions telling the system how to extract the necessary information from the data sent from your telephone system. A sample template is shown here to demonstrate its use.
Code Block |
---|
'IPBX Demo Template
'Created 13 May 2001
'at 20:14 by JOHNSMITH
Type = TEXT
[Options]
HeaderLike = " DATE ##-???-##*"
HeaderTake = " xxxxxxxxx"
[CallTypes]
'Outgoing Direct
##-???-## ##:##:## ???#:## ###
aa bbb cc dd ee ff hhhh ii jjj
1 |
The file consists of a [Type] and [Options] section required to pre-process the data before it is usable, and a [CallTypes] section which holds the information necessary to extract the call record components from the raw data.
HTML |
---|
<p>A template file is a set of instructions telling the system how to extract the necessary information from the data that is sent from your PABX (or PABXs).</p> <p>A sample template is shown here to demonstrate its use. This example is not a complete template and should not be used:</p> |
...