aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-21 21:02:55 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-21 21:02:55 +0000
commit3a1a47dfd69b3f3361e65f55874b870363d56401 (patch)
tree432de78f0d1065837b310d8afcfe39e168f6d894 /main
parent270a084091952b3d63d198e334cfaca8f947fe55 (diff)
Merged revisions 132511 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r132511 | tilghman | 2008-07-21 16:00:47 -0500 (Mon, 21 Jul 2008) | 2 lines (Step 2 of 2) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@132513 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/fskmodem.c31
1 files changed, 31 insertions, 0 deletions
diff --git a/main/fskmodem.c b/main/fskmodem.c
new file mode 100644
index 000000000..8d9628e0d
--- /dev/null
+++ b/main/fskmodem.c
@@ -0,0 +1,31 @@
+/*
+ * Asterisk -- An open source telephony toolkit.
+ *
+ * Copyright (C) 1999 - 2008, Digium, Inc.
+ *
+ * Mark Spencer <markster@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
+