|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
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 82 of file app_dtmfstore.c.
| int framehook_id |
Definition at line 83 of file app_dtmfstore.c.
Referenced by remove_dtmf_store().
| int maxdigits |
Definition at line 86 of file app_dtmfstore.c.
Referenced by dtmf_store_framehook().
| char* rx_var |
Definition at line 84 of file app_dtmfstore.c.
Referenced by dtmf_store_framehook().
| char* tx_var |
Definition at line 85 of file app_dtmfstore.c.
Referenced by dtmf_store_framehook().