summaryrefslogtreecommitdiff
path: root/tonezone.c
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 /tonezone.c
parent61a5fa55ab854e07d02da2b214561a797b821a44 (diff)
Version 0.2.0 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@70 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'tonezone.c')
-rwxr-xr-xtonezone.c2
1 files changed, 1 insertions, 1 deletions
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)
{