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

Go to the source code of this file.
| Functions | |
| static void | __reg_module (void) | 
| static void | __unreg_module (void) | 
| struct ast_module * | AST_MODULE_SELF_SYM (void) | 
| static int | g729_clone (const struct ast_format *src, struct ast_format *dst) | 
| static void | g729_destroy (struct ast_format *format) | 
| static void | g729_generate_sdp_fmtp (const struct ast_format *format, unsigned int payload, struct ast_str **str) | 
| static int | load_module (void) | 
| static int | unload_module (void) | 
| Variables | |
| static struct ast_module_info | __mod_info = { .name = AST_MODULE, .flags = AST_MODFLAG_LOAD_ORDER , .description = "G.729 Format Attribute Module" , .key = ASTERISK_GPL_KEY , .buildopt_sum = AST_BUILDOPT_SUM, .support_level = AST_MODULE_SUPPORT_CORE, .load = load_module, .unload = unload_module, .load_pri = AST_MODPRI_CHANNEL_DEPEND, } | 
| static const struct ast_module_info * | ast_module_info = &__mod_info | 
| static struct ast_format_interface | g729_interface | 
| 
 | static | 
Definition at line 74 of file res_format_attr_g729.c.
| 
 | static | 
Definition at line 74 of file res_format_attr_g729.c.
| struct ast_module * AST_MODULE_SELF_SYM | ( | void | ) | 
Definition at line 74 of file res_format_attr_g729.c.
| 
 | static | 
Definition at line 34 of file res_format_attr_g729.c.
| 
 | static | 
Definition at line 29 of file res_format_attr_g729.c.
| 
 | static | 
Definition at line 39 of file res_format_attr_g729.c.
References ast_str_append(), and str.
| 
 | static | 
Definition at line 55 of file res_format_attr_g729.c.
References ast_format_interface_register, AST_MODULE_LOAD_DECLINE, AST_MODULE_LOAD_SUCCESS, and g729_interface.
| 
 | static | 
Definition at line 64 of file res_format_attr_g729.c.
| 
 | static | 
Definition at line 74 of file res_format_attr_g729.c.
| 
 | static | 
Definition at line 74 of file res_format_attr_g729.c.
| 
 | static | 
Definition at line 49 of file res_format_attr_g729.c.
Referenced by load_module().