From ec6500034cced8095959c9bf3c74566d0335e000 Mon Sep 17 00:00:00 2001 From: FRIGN Date: Sat, 4 Oct 2014 11:47:32 +0200 Subject: 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. --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') 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; -- cgit v1.2.3