#include "../../sr_module.h"
#include "t_hooks.h"
#include "uac.h"
#include "t_fwd.h"
#include "t_reply.h"
#include "t_lookup.h"
#include "t_cancel.h"
#include "dlg.h"
#include "h_table.h"


Go to the source code of this file.
Data Structures | |
| struct | tm_binds |
Typedefs | |
| typedef int(* | load_tm_f )(struct tm_binds *tmb) |
Functions | |
| int | load_tm (struct tm_binds *tmb) |
| static int | load_tm_api (struct tm_binds *tmb) |
Definition in file tm_load.h.
| int load_tm | ( | struct tm_binds * | tmb | ) |
Definition at line 495 of file tm/tm.c.
References add_blind_uac(), dlg_add_extra(), tm_binds::dlg_add_extra, dlg_request_uas(), tm_binds::dlg_request_uas, dlg_response_uac(), tm_binds::dlg_response_uac, free_dlg(), tm_binds::free_dlg, get_t(), new_dlg_uac(), tm_binds::new_dlg_uac, new_dlg_uas(), tm_binds::new_dlg_uas, print_dlg(), tm_binds::print_dlg, register_tmcb(), tm_binds::register_tmcb, req_outside(), req_within(), request(), set_kr(), tm_binds::t_addblind, tm_binds::t_cancel_uac, tm_binds::t_get_picked, t_get_picked_branch(), t_get_reply_totag(), tm_binds::t_get_reply_totag, t_get_trans_ident(), tm_binds::t_get_trans_ident, tm_binds::t_gett, t_is_local(), tm_binds::t_is_local, t_lookup_ident(), tm_binds::t_lookup_ident, tm_binds::t_lookup_original_t, t_lookupOriginalT(), t_newtran(), tm_binds::t_newtran, tm_binds::t_relay, tm_binds::t_reply, t_reply_with_body(), tm_binds::t_reply_with_body, tm_binds::t_request, tm_binds::t_request_outside, tm_binds::t_request_within, tm_binds::t_setkr, t_uac_cancel(), t_unref_cell(), tm_binds::unref_cell, w_t_relay(), and w_t_reply().
Referenced by init(), load_tm_api(), and mod_init().
| static int load_tm_api | ( | struct tm_binds * | tmb | ) | [inline, static] |
Definition at line 90 of file tm_load.h.
References find_export(), LM_ERR, and load_tm().
Referenced by cpl_init(), global_init(), mod_init(), ospInitTm(), redirect_init(), seas_init(), and uac_req_init().
1.5.6