From 8ef3d44fa01ffc95f41b0450fcdf95cce1cc8d6a Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 19 Mar 2002 20:48:40 +0000 Subject: Version 0.2.0 from FTP git-svn-id: http://svn.digium.com/svn/zaptel/trunk@70 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- gendigits.c | 2 +- tonezone.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gendigits.c b/gendigits.c index 5613e4c..7433e50 100755 --- a/gendigits.c +++ b/gendigits.c @@ -95,7 +95,7 @@ short sample; { return(ulawbyte); } -#define LEVEL -8 +#define LEVEL -10 int process(FILE *f, char *label, ZAP_DIAL z[]) { diff --git a/tonezone.c b/tonezone.c index 9c4f289..853ece4 100755 --- a/tonezone.c +++ b/tonezone.c @@ -61,7 +61,7 @@ struct tone_zone *tone_zone_find_by_num(int id) return NULL; } -#define LEVEL -8 +#define LEVEL -10 static int build_tone(char *data, int size, struct tone_zone_sound *t, int *count) { -- cgit v1.2.3