V.25 bis Autodialer
11-12
V.3600
INVMS
Invalid command - message syntax error.
Examples:
PRO;0;1;1
PRO;
INVPS
Invalid command - parameter syntax error.
Examples:
PRO 0;1;0;
PRO 0;1;1;1
PRO
PRO 0;001;1
INVPV
Invalid command - parameter value error.
Examples:
PRO 0;1;Q
PRO Q;1;1
PRO 0;0;0
PRO 68;1;0
when option 68 is undefined for the modem.
INVPV<sp>xxx
Invalid command - parameter value error.
Example:
PRO 10;5;0;0;0;2;1
This invalid message can be returned when a block of options is being
changed. The conditions for this invalid response are as follows:
• An undefined option number is specified. In the above example, if
option 12 is undefined for a certain modem (and no other error
conditions apply) options 10 and 11 would be changed as
specified in the command message. The next option to be changed
would be option 12. The modem would detect that this is an
undefined option, stop execution of the command, and return an
INVPV012 message. Options 10 and 11 would still be changed as
commanded; options 13 and 14 would be unchanged.
• An out-of-range value for a particular option is specified In the
above example, if the fourth value in the option string is
undefined or out-of-range for option 13 in a certain modem (and
no other error conditions apply), options 10 through 12 would be
changed as specified in the command message. The next option to
be changed would be option 13. The modem would then detect
that the value is undefined or out-of-range for that option, stop
execution of the command, and return an
INVPV013
message
Options 10 through 12 would still be changed as commanded;
options 13 and 14 would be unchanged.