Table of Contentschildren | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Troubleshooting
When troubleshooting SBC there are certain pieces of information from the system that will be critical. The list of information we need is as follows:
The logs and configuration folders for NSC.
Make a test call which demonstrates the issue you are having in order to populate the logs with debug information.
Create a staging folder: mkdir nsc_support
Copy the configuration folder into the staging directory: cp -r /usr/local/nsc/confnsc_support/
Copy the logs to the staging directory:cp/usr/local/nsc/log/*log* nsc_support
Provide a list of the installed packages:rpm-qa> nsc_support/packages.txt
Zip the staging folder: tar -zxvf nsc_support.tgznsc_support
A packet capture from a test call which demonstrates the issue you are having. Note: If you are having an audio issue, you should configure the device for "Hidden Mode" before doing a packet capture.
From the Web interface, click Reports -> Network Capture
Click the capture button
Make a test call exhibiting the issue you are having
When finished, click the stop button, then the "Download" button and save thepcapfile.
A network diagram of the path of the call through your network (not strictly required but can greatly aid in troubleshooting in most cases)
It is preferable to have some form of document describing the network environment SBC is deployed in including any relevant NAT or firewall devices and anything that is involved in the call flow. This can be an image or a sketch of some kind.
When finished, attach nsc_support.tgz, the pcap you obtained in step 2, and any network diagram you may have from step 3 in a response to your support ticket.
...
If you are using the transcoding features of SBC, you should configure the system in "Hidden Mode" before doing a packet capture. This ensures that audio packets flow through NSC and will appear in the capture. Using the device in "Exposed Mode" will result in media flowing directb etween direct between the endpoints and the transcoding modules. If you are using a D100 card for transcoding, this step is not necessary as it is only possible to use the D100 in Hidden Mode. If you are using a D150, it is NOT possible to enable Hidden Mode. You can try disabling the media interfaces if you are not using licensed codecs like G729.
...