Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char | context [AST_MAX_CONTEXT] |
char | exten [AST_MAX_EXTENSION] |
snd_pcm_t * | icard |
snd_pcm_t * | ocard |
struct ast_channel * | owner |
Definition at line 123 of file chan_alsa.c.
char context[AST_MAX_CONTEXT] |
Definition at line 128 of file chan_alsa.c.
Referenced by alsa_new(), console_dial(), and load_module().
char exten[AST_MAX_EXTENSION] |
Definition at line 127 of file chan_alsa.c.
Referenced by alsa_new(), console_dial(), and load_module().
snd_pcm_t* icard |
Definition at line 129 of file chan_alsa.c.
Referenced by alsa_answer(), alsa_call(), alsa_hangup(), alsa_read(), console_answer(), soundcard_init(), and unload_module().
snd_pcm_t * ocard |
Definition at line 129 of file chan_alsa.c.
Referenced by alsa_write(), soundcard_init(), and unload_module().
struct ast_channel* owner |
Definition at line 126 of file chan_alsa.c.
Referenced by alsa_call(), alsa_fixup(), alsa_hangup(), alsa_new(), alsa_request(), console_answer(), console_dial(), console_hangup(), console_sendtext(), grab_owner(), and unload_module().