| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| uint32_t | dst_dahdi_fmt | |
| struct { | ||
| struct translator * next | ||
| } | entry | |
| uint32_t | src_dahdi_fmt | |
| struct ast_translator | t | |
Definition at line 269 of file codec_dahdi.c.
| uint32_t dst_dahdi_fmt | 
Definition at line 272 of file codec_dahdi.c.
Referenced by dahdi_new(), is_already_registered(), and register_translator().
| struct { ... } entry | 
Referenced by is_already_registered(), and unregister_translators().
| struct translator* next | 
Definition at line 273 of file codec_dahdi.c.
| uint32_t src_dahdi_fmt | 
Definition at line 271 of file codec_dahdi.c.
Referenced by dahdi_new(), is_already_registered(), and register_translator().
| struct ast_translator t | 
Definition at line 270 of file codec_dahdi.c.
Referenced by dahdi_new(), register_translator(), and unregister_translators().