aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDylan Van Assche <me@dylanvanassche.be>2022-07-09 21:10:37 +0200
committerAleksander Morgado <aleksander@aleksander.es>2022-07-16 13:33:29 +0000
commitefb497e2e67d7eba213f6c2822e3f947219f6af4 (patch)
tree370cbea036f7a7df4a927e7fd51fbfa30e8ecc07 /configure.ac
parentea3f5ccad85d376c08d57843b533d0bd85ade2f5 (diff)
mm-call-qmi: implement DTMF support
Overwrite the base class with a QMI implementation to send DTMF characters during a call. Uses the continuous DTMF QMI messages to support both CDMA and 3GPP networks.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4027696a..d4580a31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -422,7 +422,7 @@ dnl-----------------------------------------------------------------------------
dnl QMI support (enabled by default)
dnl
-LIBQMI_VERSION=1.31.8
+LIBQMI_VERSION=1.31.9
AC_ARG_WITH(qmi, AS_HELP_STRING([--without-qmi], [Build without QMI support]), [], [with_qmi=yes])
AM_CONDITIONAL(WITH_QMI, test "x$with_qmi" = "xyes")