Stop
The <Stop> verb stops the instruction specified by noun on a call.
Child verbs/nouns 
| NOUN/VERB | DESCRIPTION | 
|---|---|
Suppression | Stops current suppression, no attributes need to be provided. | 
Transcription | Stops current transcription, no attributes need to be provided. | 
Stream | Stops current media stream, no attributes need to be provided. | 
Examples 
<?xml version="1.0" encoding="UTF-8"?>
<Response>
  <Stop>
    <Stream />
  </Stop>
</Response>