00001 /* 00002 * $Id: sst_mi.h 4518 2008-07-28 15:39:28Z henningw $ 00003 * 00004 * Copyright (C) 2008 SOMA Networks, Inc. 00005 * Written By Ovidiu Sas (osas) 00006 * 00007 * This file is part of Kamailio, a free SIP server. 00008 * 00009 * Kamailio is free software; you can redistribute it and/or modify it 00010 * under the terms of the GNU General Public License as published by 00011 * the Free Software Foundation; either version 2 of the License, or 00012 * (at your option) any later version 00013 * 00014 * Kamailio is distributed in the hope that it will be useful, but 00015 * WITHOUT ANY WARRANTY; without even the implied warranty of 00016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00017 * General Public License for more details. 00018 * 00019 * You should have received a copy of the GNU General Public License 00020 * along with this program; if not, write to the Free Software 00021 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 00022 * USA 00023 * 00024 * History: 00025 * -------- 00026 * 2008-04-11 initial version (osas) 00027 */ 00028 00029 /*! 00030 *\file sst/sst_mi.h 00031 *\brief Functions for the SST module 00032 * \ref sst/sst_mi.c 00033 * \ingroup sst 00034 * Module: \ref sst 00035 */ 00036 00037 00038 #ifndef _SST_MI_H_ 00039 #define _SST_MI_H_ 00040 00041 #include "../dialog/dlg_load.h" 00042 00043 /** 00044 * The dialog mi helper function. 00045 */ 00046 void sst_dialog_mi_context_CB(struct dlg_cell* did, int type, struct dlg_cb_params * params); 00047 00048 #endif /* _SST_MI_H_ */
1.5.6