Call Trace - Setup and Configuration
Â
Â
To configure  call tracing on the IMG 2020, first an NFS Server with mountpoint must be configured. Once the NFS Server is configured, the Call Tracing object within the Web GUI must be configured. The Call Tracing object configures the IMG 2020 where to go to send the log files created. The Call Tracing function allows a user to log up to 4320 minutes (72 hours) of Call Processing logs. The call traces created can be used to troubleshoot call issues such as call failures etc. There are two steps to configuring the Call Tracing functionality. First, NFS must be configured to capture the call trace and send it to the appropriate directory on the server. Second the Call Tracing object in the Web GUI must be configured for each IMG 2020 that the call trace will be taken from.
Configure NFS Mount
The procedure below was executed on Red Hat Linux Enterprise 5. The screen captures and procedure may vary if different versions of Red Hat are going to be used.
If NFS Server being configured is on an operating system other than Red Hat Enterprise Linux, it is up to the administrator to know the processes and procedures needed to configure their own NFS Server.
Â
Open the NFS Server Configuration pane by going to System > Administration > Server Settings > NFS
This will open the NFS Server Configuration screen. Select Add from the toolbar and an Add NFS Share dialog box will appear. Add the following information to the dialog box:
NFS Setup |
|
Select OK and the share will get configured.
Once the NFS Share is configured, restart the NFS Service. Open a terminal window and resatrt the NFS Service. The commands below will restart the service and configure it to restart whenever the server is rebooted.
#/sbin/service nfs start (Start the nfs service)
#/sbin/service nfs status (Verify whether nfs is running)
#/sbin/chkconfig nfs on (Configure nfs service to restart after a reboot of BDN EMS server)
#/sbin/chkconfig nfs --list (Verify that runlevels 3,4 and 5 are all on.)
Example: nfs 0:off 1:off 2:on 3:on 4:on 5:on 6:off
Â
Once call tracing is configured on NFS and the NFS service has been re-started, the configuration of Call Tracing on the IMG 2020 can be started. The next section below describes this.Â
Configure NFS Server
The procedure below describes the steps needed to configure the IMG 2020 to connect to the NFS Server created and to start writing the log files to the directory configured above.
Right click on the Dialogic object and select New External Network Elements. The External Network Elements object is a container or parent object and no configuration is needed here. Refer to the External Network Elements topic for more information on this object.
Right click on the External Network Elements object and select New NFS Servers. The NFS Servers object is a container object also and no configuration is needed here. Refer to the NFS Servers topic for more information on this object.
Right click on the NFS Servers object and select New NFS Server. Enter a Name to identify this server and enter the IP address of the server running NFS.
Right click on the IMG 2020 physical node object and select New Call Tracing. The Call Tracing field is set to Enabled by default. Below is screen capture of the Call Tracing object with the information filled in for this example.
Call Tracing Properties |
|
Once all fields have been populated, click on the Reset Call Tracing button and the Call Tracing will begin. Verify this by navigating to the calltracing directory and verify the log files are being generated.
Additional Information
The Log File being generated in example above will roll-over and create a new file every 5 minutes. Below is screen capture of the calltracing directory after the Call Tracing feature has been running for 60 minutes.
Â
The NFS Server Status field will display the various states described below.
NFS Server Status |
|
Related Topics
Call Trace - Log File Overview
Â