From 8ce3ff455d83c692f240969a8c9f2d61ba4533e3 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 6 Aug 2017 11:30:39 +0200 Subject: Add incoming answer to call control, also allow to send recall tone --- src/anetz/anetz.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/anetz/anetz.c') diff --git a/src/anetz/anetz.c b/src/anetz/anetz.c index d4d8de6..8acd098 100644 --- a/src/anetz/anetz.c +++ b/src/anetz/anetz.c @@ -437,6 +437,10 @@ inval: return 0; } +void call_out_answer(int __attribute__((unused)) callref) +{ +} + /* Call control sends disconnect (with tones). * An active call stays active, so tones and annoucements can be received * by mobile station. -- cgit v1.2.3