Exit command
The Exit command can be used for terminating the execution of an OzML script. This means the commands after the Exit command will not be executed.
Parameters
This command does not require any additional parameters.
OzML example
This simple example shows that how the Exit command effects the execution of the OzML script. The two commands, the Speak and the Delay commands will be executed, and then the Exit command terminates the OzML script and the last Speak command will not be executed.
<Response> <Speak>Exit command will be executed in 3 seconds.</Speak> <Delay>3</Delay> <Exit/> <Speak>This command will not be executed.</Speak> </Response>
More information
- AttendedTransfer command
- BlindTransfer command
- Call command
- ForwardCall command
- ListCallHistory command
- Hangup command
- Hold command
- ListActiveCalls command
- ListExtensions command
- ListExtensionTypes command
- Play command
- Record command
- Request command
- SendDTMF command
- Speak
- Unhold command
- ReceiveMessage command
- SendEmail command
- SendMessage command
- SendSMS command
- Array command
- Beep command
- Delay command
- DeleteFile command
- ForEach command
- GoTo command
- MoveFile command
- Reject command
- Route command
- SendAlarmNotification command
- SendMsg command
- UserInput command
- Var command
- WaitForMsg command
- CallSetup command
- Exit command
- ListAddressbokkContacts
- ListAddressbookNames command
- ReceiveAlarmNotification