mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
update to snapshot spandsp-20090128
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11535 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
* License along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: super_tone_tx.c,v 1.25 2008/07/02 14:48:26 steveu Exp $
|
||||
* $Id: super_tone_tx.c,v 1.27 2009/01/28 03:41:27 steveu Exp $
|
||||
*/
|
||||
|
||||
/*! \file */
|
||||
@@ -38,13 +38,13 @@
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
#include <inttypes.h>
|
||||
#include "floating_fudge.h"
|
||||
#if defined(HAVE_TGMATH_H)
|
||||
#include <tgmath.h>
|
||||
#endif
|
||||
#if defined(HAVE_MATH_H)
|
||||
#include <math.h>
|
||||
#endif
|
||||
#include "floating_fudge.h"
|
||||
|
||||
#include "spandsp/telephony.h"
|
||||
#include "spandsp/complex.h"
|
||||
@@ -52,6 +52,9 @@
|
||||
#include "spandsp/tone_generate.h"
|
||||
#include "spandsp/super_tone_tx.h"
|
||||
|
||||
#include "spandsp/private/tone_generate.h"
|
||||
#include "spandsp/private/super_tone_tx.h"
|
||||
|
||||
/*
|
||||
The tone played to wake folk up when they have left the phone off hook is an
|
||||
oddity amongst supervisory tones. It is designed to sound loud and nasty. Most
|
||||
|
Reference in New Issue
Block a user