Merge "ari/resource_channels: Add 'formats' to channel create/originate"

This commit is contained in:
Joshua Colp
2016-06-08 05:13:37 -05:00
committed by Gerrit Code Review
9 changed files with 162 additions and 8 deletions

View File

@@ -77,6 +77,8 @@ struct ast_codec {
unsigned int smooth;
/*! \brief The module that registered this codec */
struct ast_module *mod;
/*! \brief A format name for a default sane format using this codec */
const char *format_name;
};
/*!