summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2014-10-04 11:47:32 +0200
committersin <sin@2f30.org>2014-10-04 10:54:41 +0100
commitec6500034cced8095959c9bf3c74566d0335e000 (patch)
tree6a082fd434b97ae5f4e7afc05853f89accb4fb3e /config.def.h
parent66976cfd80dce258a66734e34cf21491b0d4d098 (diff)
Add initial outgoing call-support
This works, but the audio is a bit muffled up, which takes some fine-tuning. Also, not all state-transitions are yet taken into account.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index dd4f1c4..6ec04be 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,6 +2,8 @@
#define DATAFILE ".ratox.data"
/* connection delay in seconds */
#define CONNECTDELAY 3
+/* ringing delay in seconds */
+#define RINGINGDELAY 9
#define MAXCALLS 8
static int encryptdatafile = 0;