Asterisk - The Open Source Telephony Project  18.5.0
Deprecated List
Global _ast_odbc_request_obj2 (const char *name, struct ast_flags flags, const char *file, const char *function, int lineno)
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_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.
Global ast_sip_create_dialog_uas (const struct ast_sip_endpoint *endpoint, pjsip_rx_data *rdata, pj_status_t *status)
This function is unsafe (due to the returned object not being locked nor having its reference incremented) and should no longer be used. Instead use ast_sip_create_dialog_uas_locked so a properly locked and referenced object is returned.
Global ast_sip_push_task_synchronous (struct ast_taskprocessor *serializer, int(*sip_task)(void *), void *task_data)
Replaced with ast_sip_push_task_wait_servant().
Global ast_sip_transport::ciphers [SIP_TLS_MAX_CIPHERS]
Moved to ast_sip_transport_state
Global ast_sip_transport::external_address
Moved to ast_sip_transport_state
Global ast_sip_transport::external_address_refresher
Moved to ast_sip_transport_state
Global ast_sip_transport::host
Moved to ast_sip_transport_state
Global ast_sip_transport::localnet
Moved to ast_sip_transport_state
Global ast_sip_transport::state
Global ast_sip_transport::tls
Moved to ast_sip_transport_state
Global AST_STATSD_GUAGE
You should spell gauge correctly.
Global ast_vm_index_to_foldername_fn (int id)
Nothing calls it and nothing ever should.
File astobj.h
Use astobj2.h instead
File netsock.h
Use netsock2.h instead
Global term_color (char *outbuf, const char *inbuf, int fgcolor, int bgcolor, int maxout)
Due to the necessity of pre-sizing a result buffer, new code should avoid using this function in preference to ast_term_color_code() or ast_term_color().
Global term_color_code (char *outbuf, int fgcolor, int bgcolor, int maxout)
You should use ast_term_color_code or ast_term_color, instead.