summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-03-19 20:48:40 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-03-19 20:48:40 +0000
commit8ef3d44fa01ffc95f41b0450fcdf95cce1cc8d6a (patch)
tree3f7e7f7542abd2f146799afe2d19e0f190e8c36a
parent61a5fa55ab854e07d02da2b214561a797b821a44 (diff)
Version 0.2.0 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@70 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xgendigits.c2
-rwxr-xr-xtonezone.c2
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)
{