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/nmt/nmt.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/nmt') diff --git a/src/nmt/nmt.c b/src/nmt/nmt.c index 1ec6d08..905e523 100644 --- a/src/nmt/nmt.c +++ b/src/nmt/nmt.c @@ -1802,6 +1802,10 @@ int sms_out_setup(char *dialing, const char *caller_id, enum number_type caller_ return _out_setup(0, caller_id, caller_type, dialing, sms); } +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