Simulates pressing alphabetic keys.
Blueworx Voice Response library (libvae.a)
Custom Server library (libca.a)
#include "CA_header.h" int CA_Simulate_Alphas ( CHANNEL_INFO_ST *channel_info_sp, int alpha_string_length, unsigned char *alpha_string_p );
This subroutine generates simulated key presses on a given channel. The associated channel process handles these key presses exactly as if they had come from an external device.
It is similar to CA_Simulate_Keys(), but provides a simpler interface for simulating the two-character representations of alphabetic characters interpreted by the GetText state table action.
CA_CALL_ACCESS_DENIED
CA_FUNC_FAILED
CA_INV_KEYS
CA_INV_CHANNEL
CA_NO_DEVICE
CA_NOT_INIT
CA_SIGNAL_RECEIVED
CA_TERMINATING