How to Enable Call Recording
This feature can come in handy when you want to record a few calls for troubleshooting purposes. However, it is very CPU intensive and should not be used as a permanent solution for call recording.
From the WebGUI, click on Configuration -> Advanced
edit netborder.gw.recordCalls.enabled, set it to true
Click on Apply at the bottom of the screen
Restart the NBE Gateway
Call logs are located in \Program Files\Netborder\Express\Gateway/logs/recordings, defined by netborder.gw.recordCalls.directory
Or you can enable call recording by navigating through your file management:
Click on "Start -> All Programs -> Netborder Express Gateway -> Configuration -> Edit Global Configuraiton File"
In the file that is opened search (ctrl+f) for "netborder.gw.recordCalls.enabled=false"...
Set the value to true and save the file
The location of the recordings is defined by the "netborder.gw.recordCalls.directory" property. The default value is logs/recording/
Restart the NBE Gateway...