[svn-commits] tilghman: trunk r132511 - in /trunk: include/asterisk/fskmodem.h main/fskmodem.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 21 16:00:47 CDT 2008


Author: tilghman
Date: Mon Jul 21 16:00:47 2008
New Revision: 132511

URL: http://svn.digium.com/view/asterisk?view=rev&rev=132511
Log:
(Step 2 of 2)

Added:
    trunk/include/asterisk/fskmodem.h   (with props)
    trunk/main/fskmodem.c   (with props)

Added: trunk/include/asterisk/fskmodem.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/fskmodem.h?view=auto&rev=132511
==============================================================================
--- trunk/include/asterisk/fskmodem.h (added)
+++ trunk/include/asterisk/fskmodem.h Mon Jul 21 16:00:47 2008
@@ -1,0 +1,31 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2008, Digium, Inc.
+ *
+ * Mark Spencer <markster at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ * \brief FSK Modem Support
+ * \note Includes code and algorithms from the Zapata library.
+ */
+
+#include "asterisk.h"
+
+#ifdef INTEGER_CALLERID
+#include "fskmodem_int.h"
+#else
+#include "fskmodem_float.h"
+#endif
+

Propchange: trunk/include/asterisk/fskmodem.h
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: trunk/include/asterisk/fskmodem.h
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: trunk/include/asterisk/fskmodem.h
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: trunk/main/fskmodem.c
URL: http://svn.digium.com/view/asterisk/trunk/main/fskmodem.c?view=auto&rev=132511
==============================================================================
--- trunk/main/fskmodem.c (added)
+++ trunk/main/fskmodem.c Mon Jul 21 16:00:47 2008
@@ -1,0 +1,31 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2008, Digium, Inc.
+ *
+ * Mark Spencer <markster at digium.com>
+ *
+ * See http://www.asterisk.org for more information about
+ * the Asterisk project. Please do not directly contact
+ * any of the maintainers of this project for assistance;
+ * the project provides a web site, mailing lists and IRC
+ * channels for your use.
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License Version 2. See the LICENSE file
+ * at the top of the source tree.
+ */
+
+/*! \file
+ * \brief FSK Modem Support
+ * \note Includes code and algorithms from the Zapata library.
+ */
+
+#include "asterisk.h"
+
+#ifdef INTEGER_CALLERID
+#include "fskmodem_int.c"
+#else
+#include "fskmodem_float.c"
+#endif
+

Propchange: trunk/main/fskmodem.c
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: trunk/main/fskmodem.c
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: trunk/main/fskmodem.c
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list