49    .maximum_frame_size = UINT_MAX,
 
 
   94    for (attrib = attribs; *attrib; ++attrib) {
 
   95        *attrib = tolower(*attrib);
 
   98    if ((kvp = strstr(attribs, 
"max-fr")) && sscanf(kvp, 
"max-fr=%30u", &
val) == 1) {
 
  104    if ((kvp = strstr(attribs, 
"max-fs")) && sscanf(kvp, 
"max-fs=%30u", &
val) == 1) {
 
 
  183    if (sscanf(
value, 
"%30u", &
val) != 1) {
 
  195    if (!strcasecmp(
name, 
"maximum_frame_rate")) {
 
  197    } 
else if (!strcasecmp(
name, 
"maximum_frame_size")) {
 
 
  210    .format_attribute_set = 
vp8_set,
 
 
Asterisk main include file. File version handling, generic pbx functions.
#define ast_strdupa(s)
duplicate a string in memory from the stack
#define ast_malloc(len)
A wrapper for malloc()
Support for logging to various files, console and syslog Configuration in file logger....
Asterisk module definitions.
#define AST_MODULE_INFO(keystr, flags_to_set, desc, fields...)
@ AST_MODPRI_CHANNEL_DEPEND
@ AST_MODULE_SUPPORT_CORE
#define ASTERISK_GPL_KEY
The text the key() function should return.
@ AST_MODULE_LOAD_SUCCESS
@ AST_MODULE_LOAD_DECLINE
Module has failed to load, may be in an inconsistent state.
String manipulation functions.
int ast_str_append(struct ast_str **buf, ssize_t max_len, const char *fmt,...)
Append to a thread local dynamic string.
Support for dynamic strings.
unsigned int maximum_frame_rate
unsigned int maximum_frame_size