Module: kamailio Branch: master Commit: a07fbd562079c54c9c83c78c191a34d0398c2a83 URL: https://github.com/kamailio/kamailio/commit/a07fbd562079c54c9c83c78c191a34d0...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2015-01-17T22:42:10+01:00
msilo remove SVN id, remove history
---
Modified: modules/msilo/api.h Modified: modules/msilo/ms_msg_list.c Modified: modules/msilo/ms_msg_list.h Modified: modules/msilo/msfuncs.c Modified: modules/msilo/msfuncs.h Modified: modules/msilo/msilo.c
---
Diff: https://github.com/kamailio/kamailio/commit/a07fbd562079c54c9c83c78c191a34d0... Patch: https://github.com/kamailio/kamailio/commit/a07fbd562079c54c9c83c78c191a34d0...
---
diff --git a/modules/msilo/api.h b/modules/msilo/api.h index ac90912..c9d761b 100644 --- a/modules/msilo/api.h +++ b/modules/msilo/api.h @@ -1,5 +1,5 @@ -/** - * $Id$ +/*! \file + * \brief MSILO API * */
diff --git a/modules/msilo/ms_msg_list.c b/modules/msilo/ms_msg_list.c index 61ad66f..326aa30 100644 --- a/modules/msilo/ms_msg_list.c +++ b/modules/msilo/ms_msg_list.c @@ -1,6 +1,4 @@ /** - * $Id$ - * * MSILO module * * Copyright (C) 2001-2003 FhG Fokus @@ -21,9 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * -------- - * 2003-03-11 major locking changes: not it uses locking.h (andrei) */
#include <string.h> diff --git a/modules/msilo/ms_msg_list.h b/modules/msilo/ms_msg_list.h index a9ce34d..e6e67e7 100644 --- a/modules/msilo/ms_msg_list.h +++ b/modules/msilo/ms_msg_list.h @@ -1,6 +1,4 @@ /** - * $Id$ - * * MSILO module * * Copyright (C) 2001-2003 FhG Fokus @@ -21,9 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * -------- - * 2003-03-11 major locking changes, now it uses locking.h (andrei) */
#ifndef _MS_MSG_LIST_H_ diff --git a/modules/msilo/msfuncs.c b/modules/msilo/msfuncs.c index 7784b13..32c8aa7 100644 --- a/modules/msilo/msfuncs.c +++ b/modules/msilo/msfuncs.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server. diff --git a/modules/msilo/msfuncs.h b/modules/msilo/msfuncs.h index cd1eb6b..80cc4b7 100644 --- a/modules/msilo/msfuncs.h +++ b/modules/msilo/msfuncs.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server. diff --git a/modules/msilo/msilo.c b/modules/msilo/msilo.c index cf68150..ec0d2cf 100644 --- a/modules/msilo/msilo.c +++ b/modules/msilo/msilo.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * MSILO module * * Copyright (C) 2001-2003 FhG Fokus @@ -21,25 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History - * ------- - * - * 2003-01-23: switched from t_uac to t_uac_dlg (dcm) - * 2003-02-28: protocolization of t_uac_dlg completed (jiri) - * 2003-03-11: updated to the new module interface (andrei) - * removed non-constant initializers to some strs (andrei) - * 2003-03-16: flags parameter added (janakj) - * 2003-04-05: default_uri #define used (jiri) - * 2003-04-06: db_init removed from mod_init, will be called from child_init - * now (janakj) - * 2003-04-07: m_dump takes a parameter which sets the way the outgoing URI - * is computed (dcm) - * 2003-08-05 adapted to the new parse_content_type_hdr function (bogdan) - * 2004-06-07 updated to the new DB api (andrei) - * 2006-09-10 m_dump now checks if registering UA supports MESSAGE method (jh) - * 2006-10-05 added max_messages module variable (jh) - * 2011-10-19 added storage of extra SIP headers (hpw) - * 2011-12-07 added storage of extra SIP headers from AVP (jh) */
#include <stdio.h>