aboutsummaryrefslogtreecommitdiffstats
path: root/src/bnetz
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-08-06 11:30:39 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2017-08-09 17:27:08 +0200
commit8ce3ff455d83c692f240969a8c9f2d61ba4533e3 (patch)
treea4258386e1ae8f9267b86416896d4bbf1bb37423 /src/bnetz
parentf5e4058c6f2bfeccdb4054c1e9fb7263cea95935 (diff)
Add incoming answer to call control, also allow to send recall tone
Diffstat (limited to 'src/bnetz')
-rw-r--r--src/bnetz/bnetz.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bnetz/bnetz.c b/src/bnetz/bnetz.c
index 8971837..b014301 100644
--- a/src/bnetz/bnetz.c
+++ b/src/bnetz/bnetz.c
@@ -741,6 +741,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.