Asterisk - The Open Source Telephony Project GIT-master-7e7a603
fskmodem.h
Go to the documentation of this file.
1/*
2 * Asterisk -- An open source telephony toolkit.
3 *
4 * Copyright (C) 1999 - 2008, Digium, Inc.
5 *
6 * Mark Spencer <markster@digium.com>
7 *
8 * See http://www.asterisk.org for more information about
9 * the Asterisk project. Please do not directly contact
10 * any of the maintainers of this project for assistance;
11 * the project provides a web site, mailing lists and IRC
12 * channels for your use.
13 *
14 * This program is free software, distributed under the terms of
15 * the GNU General Public License Version 2. See the LICENSE file
16 * at the top of the source tree.
17 */
18
19/*! \file
20 * \brief FSK Modem Support
21 * \note Includes code and algorithms from the Zapata library.
22 */
23
24#include "asterisk.h"
25
26#ifdef INTEGER_CALLERID
27#include "fskmodem_int.h"
28#else
29#include "fskmodem_float.h"
30#endif
Asterisk main include file. File version handling, generic pbx functions.
FSK Modem Support.
FSK Modem Support.