8 Host Utilities
Field Identifier | Length (in characters) | Message Field |
|
|
|
d | 2 | dst |
|
|
|
r | 4 | rsp_req |
|
|
|
e | 8 | err_info |
|
|
|
s | 2 | status |
|
|
|
p | 2 to 640 (variable) | param |
|
|
|
Each field identifier is optional and causes the corresponding message field to be set to zero if not present. All values are entered in hexadecimal format. For example:
M-tc701-i0000-f1d-d23-s00-p0000ffffffff
The following command file sends a reset circuit group message to the first ISUP group, waits for 5 seconds, then sends a reset group message for group 1.
*
*Example s7_play command file
The Send and Wait Message Response function (W) instructs the module to issue a message and then wait for a response to that message.
Note: Care must be taken to ensure that the destination for the response (as set in the
The Wait Message Response function (P) causes the module to pause until it receives the specified message types.
Note: Care must be taken to ensure that the destination for the response (as set in the
Typical Script
A typical script is as follows:
166