#include "../../mi/mi.h"


Go to the source code of this file.
Defines | |
| #define | MI_TM_CANCEL "t_uac_cancel" |
| #define | MI_TM_HASH "t_hash" |
| #define | MI_TM_REPLY "t_reply" |
| #define | MI_TM_UAC "t_uac_dlg" |
Functions | |
| struct mi_root * | mi_tm_cancel (struct mi_root *cmd_tree, void *param) |
| struct mi_root * | mi_tm_hash (struct mi_root *cmd_tree, void *param) |
| struct mi_root * | mi_tm_reply (struct mi_root *cmd_tree, void *param) |
| struct mi_root * | mi_tm_uac_dlg (struct mi_root *cmd_tree, void *param) |
Definition in file modules/tm/mi.h.
| #define MI_TM_CANCEL "t_uac_cancel" |
Definition at line 43 of file modules/tm/mi.h.
| #define MI_TM_HASH "t_hash" |
Definition at line 44 of file modules/tm/mi.h.
| #define MI_TM_REPLY "t_reply" |
Definition at line 45 of file modules/tm/mi.h.
| #define MI_TM_UAC "t_uac_dlg" |
Definition at line 42 of file modules/tm/mi.h.
Definition at line 613 of file modules/tm/mi.c.
References cancel_uacs(), init_mi_tree(), mi_node::kids, LM_DBG, MI_MISSING_PARM_LEN, MI_MISSING_PARM_S, MI_OK_LEN, MI_OK_S, mi_node::next, mi_root::node, t_lookup_callid(), UNREF, and mi_node::value.
Definition at line 640 of file modules/tm/mi.c.
References entry::acc_entries, add_mi_attr(), add_mi_node_child(), entry::cur_entries, s_table::entrys, free_mi_tree(), get_tm_table(), init_mi_tree(), int2str(), len, MI_DUP_VALUE, MI_INTERNAL_ERR_LEN, MI_INTERNAL_ERR_S, MI_OK_LEN, MI_OK_S, mi_root::node, NULL, and TM_TABLE_ENTRIES.
Definition at line 690 of file modules/tm/mi.c.
References init_mi_tree(), mi_node::kids, _str::len, MI_MISSING_PARM_LEN, MI_MISSING_PARM_S, MI_OK_LEN, MI_OK_S, mi_node::next, mi_root::node, NULL, _str::s, str2int(), t_lookup_ident(), t_reply_with_body(), and mi_node::value.
Definition at line 448 of file modules/tm/mi.c.
References add_mi_node_child(), addf_mi_node_child(), mi_root::async_hdl, hdr_field::body, sip_msg::buf, DEFAULT_CSEQ, err2reason_phrase(), free_hdr_field_lst(), sip_msg::from, generate_callid(), generate_fromtag(), get_from, get_hfblock(), grep_sock_info(), HDR_EOH_F, sip_msg::headers, init_mi_tree(), mi_node::kids, sip_msg::len, _str::len, MAX_REASON_LEN, mi_check_msg(), MI_MISSING_PARM_LEN, MI_MISSING_PARM_S, MI_OK_LEN, MI_OK_S, MI_ROOT_ASYNC_RPL, mi_uac_dlg_hdl(), mi_node::next, socket_info::next, mi_root::node, NULL, parse_headers(), parse_phostport(), parse_uri(), pkg_free, port, socket_info::proto, _str::s, s, sock, socket_info::socket, t_uac(), sip_msg::to, sip_msg::unparsed, and mi_node::value.
1.5.6