Prosody signal path processing: API: sm_path_ttyeliminate

Prototype Definition

int sm_path_ttyeliminate(struct sm_path_ttyeliminate_parms *ttyeliminatep)

Parameters

*ttyeliminatep
a structure of the following type:
typedef struct sm_path_ttyeliminate_parms {
	tSMPathId path;						/* in */
	tSM_INT enable;						/* in */
} SM_PATH_TTYELIMINATE_PARMS;

Description

Configures TTY elimination on a signal path.

Requires the module ttyasyrx.

Fields

path
The signal path to be configured
enable
Enables (non-zero) or disables (zero) elimination of TTY signals.

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody signal path processing API.