voiceStop (Function)

Top  Previous  Next

Architecture:

X32 / NX32 / NX32L

Device support:

All with voice/DTMF capability

Firmware version:

1.00 / 1.00.00


Terminates any active voice messages. This function also clears the queue of voice messages.

 

Input:

None

 

Returns:

None

 

Declaration:

FUNCTION voiceStop;

 

 

Example:

INCLUDE rtcu.inc
 
PROGRAM test;
 
BEGIN
  ...
  // Stop any voice that is playing
  voiceStop();
  ...
END;
 
END_PROGRAM;