Data Fields | |
char | context [AST_MAX_CONTEXT] |
char | exten [AST_MAX_EXTENSION] |
snd_pcm_t * | icard |
snd_pcm_t * | ocard |
ast_channel * | owner |
Definition at line 153 of file chan_alsa.c.
char context[AST_MAX_CONTEXT] |
Definition at line 158 of file chan_alsa.c.
Referenced by alsa_new(), console_dial(), and console_dial_deprecated().
char exten[AST_MAX_EXTENSION] |
Definition at line 157 of file chan_alsa.c.
Referenced by alsa_new(), console_dial(), and console_dial_deprecated().
snd_pcm_t* icard |
Definition at line 162 of file chan_alsa.c.
Referenced by alsa_answer(), alsa_call(), alsa_hangup(), alsa_read(), console_answer(), console_answer_deprecated(), sound_thread(), soundcard_init(), and unload_module().
snd_pcm_t * ocard |
Definition at line 162 of file chan_alsa.c.
Referenced by alsa_write(), send_sound(), sound_thread(), soundcard_init(), and unload_module().
struct ast_channel* owner |
Definition at line 156 of file chan_alsa.c.
Referenced by alsa_call(), alsa_fixup(), alsa_hangup(), alsa_new(), alsa_request(), console_answer(), console_answer_deprecated(), console_dial(), console_dial_deprecated(), console_hangup(), console_hangup_deprecated(), console_sendtext(), console_sendtext_deprecated(), grab_owner(), sound_thread(), and unload_module().