© 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical...

65
© 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3

Transcript of © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical...

Page 1: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

© 2004 AudioCodes Ltd. All rights reserved.

Training Diagnostics Tools

AudioCodes Technical Training

Support Training Department rev 3.0

Page 2: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Course Objectives

Upon completion of this course, you will be able to perform the following tasks:

Identify and describe the tools available to troubleshoot AudioCodes products.

Be able to perform diagnostics test procedures using variety of tools utilities.

Page 3: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Course Syllabus

Chapter 1 Syslog Utility

Chapter 2 Ethereal Sniffer

Chapter 5 PSTN Trace

Chapter 7 Hyper Terminal

Chapter 3 DSP Trace

Chapter 4 CPT Wizard

Chapter 6 Command Shell

Page 4: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

INI Files

• Rules:– Case Insensitive.– Lines beginning with a semi-colon “;” as the first character are ignored. – Carriage Return must be the final character of each line.– Number of spaces before and after =, is not relevant.– Sub Section names are optional.– The values of String parameters, should be placed between two inverted commas (‘ ’).– Parameter values should be entered only in decimal format.– Syntax errors in value can cause unexpected errors (may be set to the wrong values).– Syntax error in the parameter name is ignored (error message is issued).

[Sub Section Name]Parameter_Name = Parameter_ValueParameter_Name = Parameter_Value...; REMARK[Sub Section Name]

• Valid entries:– Board Parameters.– Control Protocol Parameters.– Downloadable Files Names

Page 5: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Types

• Board.ini– Changes from board’s default software configurations

• ALL_PARAM.ini– Comprehensive listing of all board default parameters, changed and

default

Page 6: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Chapter I

AC SYSLOG

Page 7: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

AC Syslog

Q: What is ACSyslog application syslog used for ?

A: The ACSyslog application gives the possibility to pick up the trace messages from the MP-1XX and send them to the ACSyslog.txt file.

SYSLOG Definition:The SYSLOG is a collection of error messages, warning, and/or other system messages that are sent to a central server using UDP port 514.Syslog protocol is defined in the IETF RFC 3164 standard.

Page 8: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

AC Syslog Configuration

Page 9: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Setting Syslog Server

Note: Put the IP address of your Syslog server (PC where the Syslog installed)

[Syslog]SyslogServerIP = 10.2.0.136EnableSyslog = 1GWDebugLevel = 5

Page 10: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

MGCP/MEGACO Settings

• Set through ini file or AdminPage– AdminPage: http://<IPofBoard>/AdminPage

• MGCPDebugMode– 0 = Disable

– 1 = Enable

• ForceExceptionDump– Dumps last software stack data before board crash (must have syslog

configured in order to utilize this functionality)

– Dumps data on FIRST restart ONLY after error

– 1 = Enable

– 0 = Disable

Page 11: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Syslog Levels

0 = Debug is disabled (default)

1 = Flow debugging is enabled

2 = Flow and device interface debugging are enabled

3 = Flow, device interface and stack interface debugging are enabled

4 = Flow, device interface, stack interface and session manager debugging are enabled

5 = Flow, device interface, stack interface, session manager and device interface

expanded debugging are enabled.

Note: Usually set to 5 if debug traces are needed and remember to turn off after troubleshooting.

Page 12: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Setting Syslog Debug Level

Page 13: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Online Syslog -Web

Page 14: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Syslog – Indentation

3 Objects:

Endpoint-------------------Call----------------- Session

Leftmost – Board (EP)

Second Tab – Call

Third tab – Session

Rightmost – IP.

Page 15: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Syslog Application

Examples of other Syslog Servers

Examples of Syslog servers available as shareware on the Internet:

Kiwi Enterprises: http://www.kiwisyslog.com/ The US CMS Server: http://uscms.fnal.gov/hanlon/uscms_server/

TriAction Software: http://www.triaction.nl/Products/SyslogDaemon.asp Netal SL4NT 2.1 Syslog Daemon: http://www.netal.com

Page 16: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Chapter II

Network Monitors

Page 17: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Ethereal Network Monitor

Q: What is Ethereal application used for ?

A: Ethereal is a free network protocol analyzer for Unix and Windows. It allows you to examine data from a live network or from a capture file on disk. You can interactively browse the capture data, viewing summary and detail information for each packet.

Page 18: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Network Monitors Applications

Ethereal

Net Monitor

Sniffer pro

LAN Analyzer

Page 19: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

WinPcap Application

WinPcap is an architecture for packet capture and networkanalysis for the Win32 platforms. It includes a kernel-level packet filter, a low-level dynamic link library (packet.dll), and a high-level and system-independent library (wpcap.dll, based on libpcap version 0.6.2).

http://winpcap.mirror.ethereal.com/

Page 20: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Ethereal Configuration: Step 1

Page 21: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Ethereal Configuration: Step 2

Page 22: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Ethereal Configuration: step 3

Page 23: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Ethereal:Filters

Filter specific addresses or /and protocol

For example ip.addr = x.x.x.x and sip

Page 24: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Ethereal: Coloring Rules

Different colors can be assigned for each protocol for better visualization of each protocol.Distinguish between calls, endpoints, gateways (using filters)Main menu: View Coloring rules

Page 25: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Ethereal : generating call flow

• From version 0.10.10• Good for H.323 and SIP • Visual representation of different calls• Main menu: Statistics VOIP Calls…

Page 26: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Ethereal :Analyzing the RTP data

• Ethereal can be used to analyze the RTP data stream and even extract the audio from the data packets.

• Main menu: Statistics->RTP-> Stream Analysis menu item

Page 27: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Ethereal :Extracting the audio

• save the audio portion of the RTP stream to a file. • Main menu: Statistics->RTP-> Stream Analysis->Save Payload as…

Page 28: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Chapter III

DSP Recording

Page 29: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

DSP Recording :Capture point

RAM DSP PSTNIP

Record point DSP Rx

DSP TxRTP Rx

RTP Tx

Q: What is DSP Recording used for ?A: DSP recoding is a procedure used to monitor the DSP operation (rtp packets ,events)

Use only G.711 coder while recording tones.

Page 30: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

DSP Recording – FAE       

Choose the Packet Recording itemFill the necessary items and start to record

Page 31: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

DSP recording – UDP2File

Now please start the program "UdpToFile.exe" in order to record all packets to the file.

Fill the "File name" and the "UDP port" fields. The UDP port MUST be same as in Debug Page in browser.

Page 32: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

DSP Recording Udp2File-Continue

Before you will start the call press the : 1. "Record" button on the WEB 2. "Go" button on the “Udp2File” utility.

After the end of call give some seconds to the Mediant to send last events and after that stop the:

1. "Udp2File" utility 2. DSP recording on WEB interface.

Page 33: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

DSP Recording – Step by Step

1. Open the Mediant 2000 WEB interface.2. Add to the "Address" field in the browser the following line /FAE , then press the Enter.3. Choose the "Packet Recording" item4. You will be asked for password and user : user: Admin password: Admin6. Press "Apply New Settings" button.7. Now please start the attached program "UdpToFile.exe" . 8. Fill the "File name" and the "UDP port" fields. The UDP port MUST be same as in Debug

Page in browser. 9. Before you will start the call press the : 1. "Record" button on the WEB 2. "Go" button on the Udp2File utility.10. After the end of call give some seconds to the MP/M2K to send last events and after

that stop the: 1. "Udp2File" utility 2. DSP recording on WEB interface.11. Send Audiocodes Support the received DAT file: DSP traces will be analyzed by AudioCodes Tech Support.

Page 34: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Chapter IV

Call Progress Tones Wizard

Page 35: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

DSP Recording –CPT

The CPT tone file is a text file contains the Tones parametersfrequency HZ and cadence MSEC ( multiple 10)

Most important Tones are:cpt_recorded_dialtone.pcmcpt_recorded_busytone.pcmcpt_recorded_ringtone.pcmcpt_recorded_invalidtone.pcm

E.180 ITU-T is a standard for each country World CPT tones Tone List type

Tones_File Example.ini

Page 36: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

CPT WIZARD

Q: What is CPTWizard used for ?

A: The Call Progress Tones wizard helps detect the Call Progress Tones generated by your PBX (or telephone exchange).The software creates automatically a basic Call Progress Tones: ini file.

AudioCodesMP-10x FXO

2 AnalogLine

IP NetworkPBX

PSTN

Note: Firmware version 4.2 and above is required on the gateway

Page 37: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

CPT Wizard- Installation       

Execute the CPTWizard.exe file.Enter the IP address of the MP-1xx/FXO.Select the gateway’s ports and Phone numbers.Insert Invalid phone number field, that generates a “fast busy”.

Page 38: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

CPT Wizard -Automatic Mode

Press the Start Automatic Configuration button.

Page 39: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

CPT WIZARD -Recording Screen

The wizard then analyzes the recorded Call Progress Tones.4 Call Progress Tones are saved as standard A-law PCM at 8000.

Page 40: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

CPT WIZARD - Manual Mode

Manual mode enables you to record and analyze tones in addition to those tones analyzed when in automatic mode.

Page 41: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Converting INI to DAT

Convert the INI(text) file to binary mode using the Dconvert software.

Page 42: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Tones Detection

Upload the CPT file to the Gateway.

Start Automatic wizard again to verify tone detection.

Page 43: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

CPT Wizard – Step by Step

1.Run the CPTWizard software on your PC.2. Enter the IP address of the MP-1xx/FXO gateway you are using.Select the gateway’s ports that are connected to your PBX, and specify the phone number of each extension.In the Invalid phone number field, enter a number that generates a “fast busy” tone when dialed. Usually, any incorrect phone number should cause a “fast busy” tone.3.Press Next.4. Press the Start Automatic Configuration button; the wizard starts the following Call Progress Tones detection sequence (the operation takes approximately 60 seconds to complete).5. After the Call Progress Tones detection is complete, a text file named call_progress_tones.ini.6. Click the Process Call Progress Tones File (DCCONVERT).7. Click the ini file and click the Open button; the filename and path of both the ini file and the (output) dat file appears.8.Enter the Vendor Name, Version Number and Version Description in the corresponding required fields under the User Data section.9.Click the Make File button; you’re prompted that the operation (conversion) was successful.

Page 44: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Chapter V

PSTN TRACES

Page 45: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

PSTN Trace

Q: What is PSTN trace used for ?

A:PSTN Trace is a procedure used to monitor and trace the PSTN elements in Audiocodes digital gateways. These utilities are designed to convert PSTN trace binary files to textual form.

Page 46: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

PSTN Trace Activate the Web page by entering

<Mediant 2000 IP address>/FAE. Choose ‘Trunk Traces’ Set the trace level and the trunk number. Enable trace and insert port number.

CAS Trace

ISDN Trace

Page 47: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

PSTN Trace

Verify that the trace has been activated under

Advanced Configuration->Trunk setting.

Page 48: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

PSTN Trace-Capture packets

Run the UDP2File utility.Determine the trace file name. For example: xyz.datDetermine the UDP port (the same as configured on the web).Mark the PSTN Trace check box.Push the Go button=> the UDP2File utility collect the trace messages.In the WEB page push the SUBMIT button => The board starts to send the trace to the PC.

Page 49: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

PSTN Trace-Using Ethereal

Ethereal version 0.10.12 can capture the PSTN trace using ACTRACE packets.

Page 50: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

PSTN Trace-Capture packets

The trace can be converted into graph.

Pstn_Trace

Page 51: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

PSTN TRACE– Step by Step

1)Open the Mediant 2000 WEB interface (http://<IP>/FAE, choose Trunk Traces):For CAS trace: acFULL_TRACE.

For ISDN trace: acLAYER3_ISDN_TRACE_No_Duplication.

2) Enable the trace via WEB (Enable Pstn Trace From Web = On).

3) Determine the UDP port. Do not push the SUBMIT button yet !!!!

4) Run the UDP2File utility.

5) Determine the trace file name. For example: xyz.dat

6) Determine the UDP port (the same as in step 3).

7) Mark the PSTN Trace check box.

8) Push the Run button=> the UDP2File utility start to collect the trace messages.

9) In the WEB page push the SUBMIT button =>

( the board starts to send the trace messages. To verify that, take the E1\T1 cable in and out.)

In the UDP2File utility you should see the packets counter increasing.

10. Send the *.dat file for diagnostic to AudioCodes support as follow:

For CAS trace: CASxyz.dat (generated automatically).

For ISDN trace: xyz.dat (the same name you set in step 5)PSTN traces will be analyzed by AudioCodes Tech Support.

Page 52: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Chapter VI

Command Shell

Page 53: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Command Shell

Q: What is Command Shell application used for ?

A: The Command Shell is set of commands which can display various information about the TP board.

How:Command Shell system gets command line as an Input string, parses it to command name and its parameters, executes the suitable command handler, and build the Output string

Page 54: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Command Shell-Structure

User

Trunk-PackCommand

ShellApplication

Command line

Output string

CommandShell

System

Executes and Fills output

Buffer Output buffer

Command line

API

API

Page 55: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Command Shell-Access

Type the ip_address /FAE in the address fields of your web.

Page 56: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Commands Shell and Passwords

Command line syntax is:

[Command Name] <Parameters>

• Sometimes Password is needed for executing and you need to do It only once.

• Command Name may be full or short command name.

Page 57: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Shell-Commands -examples

CmdShell>H

[HELP (H): prints help for the shell commands Command syntax H - prints all the shell commands

H [COMMAND] - prints help of the COMMAND

H GROUPS - prints all groups of shell commands

H [GROUP] - prints all the shell commands in the GROUP

/CONFiguration>gcp ip

/CONFiguration>gcp ip Current IP address 10.31.11.130, netmask 255.255.0.0, gateway 10.31.0.1

Page 58: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Shell-Commands –cont.

SHell/WatchDogTable – WDT

Controls the WatchDog table of CmdShell commandsCommand syntax: WDT - prints WatchDog table info WDT <ON/OFF> - activates/deactive WatchDog table WDT [FORMAT] <ERR/CMDSHELL> - Err: 0 CmdShell: 1 WDT <NUM ENTRY> <ON/OFF> - activate/deactivates this entry WDT <NUM ENTRY> [DEL] - deletes this entry WDT <NUM ENTRY>

<DELAY> - changes delay of this entry

/BSP>exc used for retrieving any exception from the board.

/BSP/EXCeption>rrdetermines what is the reason of the last restof the board.

Page 59: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Chapter VII

Hyper Terminal

Page 60: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Hyper Terminal

Q: What is Hyper Terminal application used for ?

A: Terminal is any device that terminates one end (sender or receiver) of a communicated signal . Hyper terminal is used to retrieve data (text) from the MP-1XX in case you suspicious fatal error.

Page 61: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Hyper Terminal

Use standard RS-232 straight cable (not cross-over cable)

with DB-9 connectors. 

RS 232 Cable Wiring

Page 62: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Hyper Terminal – Step by Step

1.On a PC running a Windows operating system, open Start->Programs- >Communications->HyperTerminal; the connection dialog window opens.

2.Enter a name for the new connection in the Name field and click OK; The Connect To dialog window opens.

3.In the Connect To dialog window, enter COM1 or COM2, depending on the physical connection you have performed when connecting the MP to the PC with RS-232 cable; the COM# dialog window opens.

4.In the COM# Properties dialog window, enter the following settings for the serial communication port :

Baud Rate : 115.200 bps Data bits : 8

Parity : NoneStop bits: 1Flow control: Hardware

5.Click OK; the Hyper Terminal main screen opens.

Page 63: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

The following information is printed on Terminal screen. Changing the network settings by typing: “SCP IP [ip_address] [subnet_mask] [default_gateway]” (e.g., “SCP IP 10.13.77.7 255.255.0.0 10.13.0.1”);

Hyper Terminal-Configuration

Page 64: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.

Review Questions

1. What are the parameters you have to configure in order to enable syslog.

2. Can you use a switch in order to sniff data.3. What is DSP Recoding used for? What is the different

between the *.dat file and the *.ini file? 4. What two kind of traces available in PSTN trace.5. What type of cable do you have to connect between

the Mp and the Terminal .

Page 65: © 2004 AudioCodes Ltd. All rights reserved. Training Diagnostics Tools AudioCodes Technical Training Support Training Department rev 3.0.