Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
dtmf_store_data Struct Reference

Private data structure used with the function's datastore. More...

Data Fields

int framehook_id
 
int maxdigits
 
char * rx_var
 
char * tx_var
 

Detailed Description

Private data structure used with the function's datastore.

Definition at line 72 of file app_dtmfstore.c.

Field Documentation

◆ framehook_id

int framehook_id

Definition at line 73 of file app_dtmfstore.c.

Referenced by dtmfstore_exec(), and remove_dtmf_store().

◆ maxdigits

int maxdigits

Definition at line 76 of file app_dtmfstore.c.

Referenced by dtmf_store_framehook(), and dtmfstore_exec().

◆ rx_var

char* rx_var

Definition at line 74 of file app_dtmfstore.c.

Referenced by datastore_destroy_cb(), dtmf_store_framehook(), and dtmfstore_exec().

◆ tx_var

char* tx_var

Definition at line 75 of file app_dtmfstore.c.

Referenced by datastore_destroy_cb(), dtmf_store_framehook(), and dtmfstore_exec().


The documentation for this struct was generated from the following file: