Webadmin Version 1.6.3.21 the configuration screen was added for VoIPRecorder aswell as support for "extension" entries to CLI rules.
Configuration required:
- The 'VoIPRecorder.ini' file is in the folder 'C:\Program Files (x86)\Datatex\VoIPRecorder'.
- Older than Webadmin Version 1.6.3.21:
By default it has a sample section to explain CLI rules, see below:- Code: Select all
[CLIRULES_SAMPLE]
0=; rename CLIRULES_SAMPLE to CLIRULES to enable it, or use the Configure Cardserver screen to configure it
1=Number|starts with|00|replace with|0|False|OUTGOING| ; replace 00 at start of number with 0 on outgoing calls
2=Number|starts with|*120|deletecount|8|False|OUTGOING| ; delete *120xxxx where xxxx is the 4 digits after *120 on outgoing calls
3=Number|contains|**|deleteall||False|ANY| ; delete ** in the number for any call (outgoing or incoming)
4=Extension|contains|#|delete||False|ANY| ; delete everything after "#"
NOTE: These are 4 examples of which type of rules you can configure. You can use your own values. You also have the option to set it up for only OUTGOING or INCOMING or ANY.
To activate the CLI rules:- Stop the 'VoIPRecorder' service.
NOTE: When you stop the service, it will cut all recordings currently taking place and not recording until the service is started again. Please schedule outside recording hours. - Open the 'VoIPRecorder.ini' in a plain text editor.
- Create a section:
- Code: Select all
[CLIRULES]
- Add the required rules - refer to examples in section '[CLIRULES_SAMPLE]'.
- Save the 'VoIPRecorder.ini'.
- Start the 'VoIPRecorder' service.
- Webadmin version 1.6.3.21 or newer:
Use the options from the drop-down to configure your rules. Please take care with the configuration as it will change the number and/or extension details for your recordings.
NOTE: When you click on APPLY, it will cut all recordings currently taking place. Please schedule outside recording hours.
Required: HPXRecorder version 1.6.3.17 or newer.