Sat Apr 26 2014 22:03:21
Asterisk developer's documentation
- Global _XXX_AST_CONTROL_T38
- This is no longer supported. Use AST_CONTROL_T38_PARAMETERS instead.
- Global ast_channel_connected_line_macro (struct ast_channel *autoservice_chan, struct ast_channel *macro_chan, const void *connected_info, int is_caller, int frame)
- You should use the ast_channel_connected_line_sub() function instead.
- Global ast_channel_connected_line_macro (struct ast_channel *autoservice_chan, struct ast_channel *macro_chan, const void *connected_info, int is_caller, int frame)
- You should use the ast_channel_connected_line_sub() function 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_channel_redirecting_macro (struct ast_channel *autoservice_chan, struct ast_channel *macro_chan, const void *redirecting_info, int is_caller, int is_frame)
- You should use the ast_channel_redirecting_sub() function instead.
- Global ast_netsock_set_qos (int sockfd, int tos, int cos, const char *desc)
- Use ast_seq_qos in netsock2.h which properly handles IPv4 and IPv6 sockets, instead.
- Global ast_sched_replace (int old_id, struct ast_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 (int old_id, struct ast_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 ast_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.
- Global ast_sched_replace_variable (int old_id, struct ast_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.