Thu Apr 28 2011 17:14:04
Asterisk developer's documentation
- Global _XXX_AST_CONTROL_T38
- This is no longer supported. Use AST_CONTROL_T38_PARAMETERS instead.
- Global ast_channel_datastore_alloc (const struct ast_datastore_info *info, const char *uid)
- You should use the ast_datastore_alloc() generic function instead.
- Global ast_channel_datastore_free (struct ast_datastore *datastore)
- You should use the ast_datastore_free() generic function instead.
- Global ast_sched_replace (int old_id, struct sched_context *con, int when, ast_sched_cb callback, const void *data) attribute_warn_unused_result
- You should use the AST_SCHED_REPLACE() macro instead.
- Global ast_sched_replace_variable (int old_id, struct sched_context *con, int when, ast_sched_cb callback, const void *data, int variable) attribute_warn_unused_result
- You should use the AST_SCHED_REPLACE_VARIABLE() macro instead.