Asterisk - The Open Source Telephony Project
18.5.0
|
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 72 of file app_dtmfstore.c.
int framehook_id |
Definition at line 73 of file app_dtmfstore.c.
Referenced by dtmfstore_exec(), and remove_dtmf_store().
int maxdigits |
Definition at line 76 of file app_dtmfstore.c.
Referenced by dtmf_store_framehook(), and dtmfstore_exec().
char* rx_var |
Definition at line 74 of file app_dtmfstore.c.
Referenced by datastore_destroy_cb(), dtmf_store_framehook(), and dtmfstore_exec().
char* tx_var |
Definition at line 75 of file app_dtmfstore.c.
Referenced by datastore_destroy_cb(), dtmf_store_framehook(), and dtmfstore_exec().