![Cisco BTS 10200 Softswitch Скачать руководство пользователя страница 650](http://html.mh-extra.com/html/cisco/bts-10200-softswitch/bts-10200-softswitch_troubleshooting-manual_67550650.webp)
15-24
Cisco BTS 10200 Softswitch Troubleshooting Guide, Release 5.0.x
OL-8723-19
Chapter 15 Diagnostic Tests
Query Verification Tool and Translation Verification Tool
Missing Mandatory Parameter
The user performs a query but does not provide all required parameters. The error response is similar to
the following example:
CLI> query toll-free; called-dn=8002550002; user-type=calling-dn; user-id=2182640018;
lata=100; bearer-capability=speech; trigger-criteria=9;
Required attributes missing:
opc_id
CLI>
Supply all required parameters for the query. To view a list of parameters required for a command, enter
a question mark (?) after the partial command. For example, query lidb? will display a list of required
parameters for a LIDB query.
Advanced Intelligent Network 0.1 Query Attempted for IN/1 Configuration
An AIN0.1 Toll-Free query has been performed, but the system specifies that the Toll-Free subsystem is
IN/1. The error response is similar to the following example:
CLI> query toll-free; called-dn=8002550002; user-type=calling-dn; user-id=2182640018;
lata=100; bearer-capability=speech; trigger-criteria=9, opc-id=opc;
Reply : Failure: Missing CALLING_DN for the IN/1 query
CLI>
Reissue the command in the IN/1 format. To see what message type is specified for the Toll-Free
subsystem, enter the following command:
CLI> query toll-free-msg-type; opc-id=opc;
MESSAGE-TYPE=IN1
Reply : Success:
IN/1 Query Attempted for Advanced Intelligent Network 0.1 Configuration
An IN/1 Toll-Free query has been performed, but the system specifies that the Toll-Free subsystem is
AIN 0.1. The error response is similar to the following example:
CLI> query toll-free; called-dn=8002550002; calling-dn=2182640018; lata=100;
trigger-criteria=9; opc-id=opc;
Reply : Failure: Missing USER_TYPE for the AIN 0.1 query
CLI>
Reissue the command in the AIN 0.1 format. To see what message type is specified for the Toll-Free subs
system, enter the following command:
CLI> query toll-free-msg-type; opc-id=opc;
MESSAGE-TYPE=AIN01
Reply : Success:
CLI>