diff options
author | Dylan Van Assche <me@dylanvanassche.be> | 2022-07-09 21:10:37 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-07-16 13:33:29 +0000 |
commit | efb497e2e67d7eba213f6c2822e3f947219f6af4 (patch) | |
tree | 370cbea036f7a7df4a927e7fd51fbfa30e8ecc07 /configure.ac | |
parent | ea3f5ccad85d376c08d57843b533d0bd85ade2f5 (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.ac | 2 |
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") |