|
@@ -1,8 +1,4 @@
|
|
|
/*
|
|
|
- *
|
|
|
- * $Id$
|
|
|
- *
|
|
|
- *
|
|
|
* Copyright (C) 2001-2003 FhG Fokus
|
|
|
*
|
|
|
* This file is part of Kamailio, a free SIP server.
|
|
@@ -21,13 +17,28 @@
|
|
|
* 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-02-28 scratchpad compatibility abandoned (jiri)
|
|
|
- * 2003-01-28 scratchpad removed
|
|
|
- * 2004-07-21 rewrite uri done via action() (bogdan)
|
|
|
*/
|
|
|
|
|
|
+/*!
|
|
|
+ * \file
|
|
|
+ * \brief Exec module:: Module interface
|
|
|
+ * \ingroup exec
|
|
|
+ * Module: \ref exec
|
|
|
+ */
|
|
|
+
|
|
|
+/**
|
|
|
+ * @defgroup exec Execute external applications
|
|
|
+ * @brief Kamailio exec module
|
|
|
+ *
|
|
|
+ * The exec module allows external commands to be executed from a Kamailio script.
|
|
|
+ * The commands may be any valid shell commands--the command string is passed to the
|
|
|
+ * shell using “popen” command. Kamailio passes additional information about the request
|
|
|
+ * in environment variables.
|
|
|
+ *
|
|
|
+ */
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
#include <stdio.h>
|
|
|
#include <strings.h>
|