Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00034 #ifndef _TM_MI_H_
00035 #define _TM_MI_H_
00036
00037 #include "../../lib/kmi/mi.h"
00038
00039 #define MI_TM_UAC "t_uac_dlg"
00040 #define MI_TM_CANCEL "t_uac_cancel"
00041 #define MI_TM_HASH "t_hash"
00042 #define MI_TM_REPLY "t_reply"
00043 #define MI_TM_REPLY_CALLID "t_reply_callid"
00044
00045 struct mi_root* mi_tm_uac_dlg(struct mi_root* cmd_tree, void* param);
00046
00047 struct mi_root* mi_tm_cancel(struct mi_root* cmd_tree, void* param);
00048
00049 struct mi_root* mi_tm_hash(struct mi_root* cmd_tree, void* param);
00050
00051 struct mi_root* mi_tm_reply(struct mi_root* cmd_tree, void* param);
00052
00053 struct mi_root* mi_tm_reply_callid(struct mi_root* cmd_tree, void* param);
00054
00055 #endif