V.120 scripting – Eicon Networks DIVA LAN ISDN User Manual

Page 208

Advertising
background image

Appendix C: Command Line Reference

V.120 Scripting

208

V.120 Scripting

ADD SCRIPT LINE index command [argument]

Valid context: Profile/PPP

Adds a line to the V.120 script for the current profile. The script is executed when the DIVA LAN ISDN
Modem establishes a V.120 connection.

\"command\" are:

ABORT: End the script.

SEND text: Send the specified text to the remote. Enter up to 33 alphanumeric characters.

WAITFOR text: Pause script execution until the specified text is sent by the remote system. Enter up to 33
alphanumeric characters.

DELAY num: Pauses script execution for the specified number of seconds. Range: 1 to 255 seconds.

TIMEOUT num: If the next script event does not complete within the time specified, the script is aborted.
Range: 1 to 255 seconds.

USERNAME: Sends the username configured with SET PPP LNAME to the remote.

PASSWORD: Sends the password configured with SET PPP LPASSWORD to the remote.

DELETE SCRIPT LINE index

Valid context: Profile/PPP

Deletes a line from the script for the current profile.

index: Number of the line to delete. Range: 1 to 17.

SHOW SCRIPT [index]

Valid context: Profile/PPP

Displays any defined script lines for the current profile.

Advertising