Play text as TDD characters.
For information on TDD, refer to the Blueworx Voice Response for AIX: Designing and Managing State Table Applications information.
Blueworx Voice Response library (libvae.a) Custom Server library (libca.a) TDD library (libtdd.a)
#include “CA_header.h” #include “CA_access_db.h” int CA_TDD_Play_String ( CHANNEL_INFO_ST *channel_info_sp, char *string );
This subroutine converts the specified ASCII text string to TDD characters and plays them on the specified channel. It is similar to CA_Play_Voice_Stream(), but takes a string as input instead of digitized voice data.
CA_CHANNEL_NOT_OPEN
CA_CHANNEL_WOULD_BLOCK
CA_FUNC_FAILED
CA_INV_ADDR
CA_INV_CHANNEL
CA_INV_CHANNEL_MODE
CA_INV_TDD_CHARS
CA_INV_VOICE_FORMAT
CA_NOT_CHANNEL_OWNER
CA_MALLOC_FAILED
CA_NOT_INIT
CA_TERMINATING