Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Private data structure used with the function's datastore. More...
Data Fields | |
int | framehook_id |
int | maxdigits |
char * | rx_var |
char * | tx_var |
Private data structure used with the function's datastore.
Definition at line 83 of file app_dtmfstore.c.
int framehook_id |
Definition at line 84 of file app_dtmfstore.c.
Referenced by remove_dtmf_store().
int maxdigits |
Definition at line 87 of file app_dtmfstore.c.
Referenced by dtmf_store_framehook().
char* rx_var |
Definition at line 85 of file app_dtmfstore.c.
Referenced by dtmf_store_framehook().
char* tx_var |
Definition at line 86 of file app_dtmfstore.c.
Referenced by dtmf_store_framehook().