From 9ac09d2605c21427d6038e4f7b890f4e8e21b523 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 12 Nov 2015 13:39:31 -0600 Subject: [PATCH] TODO: Add DTMF batch hint task --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 1fef651b..3509130d 100644 --- a/TODO +++ b/TODO @@ -256,6 +256,16 @@ Voicecall Priority: Medium Complexity: C1 +- DTMF Driver hints + + Currently multiple DTMF tones are sent to the driver in batches of up to 8 + characters. For those drivers that can only accept a limited set of DTMF + characters at a time (e.g. one), add a setting to the core that will change + this batch size limit. + + Priority: Medium + Complexity: C1 + Sim Toolkit ===========