summaryrefslogtreecommitdiff
path: root/data/qmi-service-voice.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/qmi-service-voice.json')
-rw-r--r--data/qmi-service-voice.json26
1 files changed, 25 insertions, 1 deletions
diff --git a/data/qmi-service-voice.json b/data/qmi-service-voice.json
index 324cd056..7f2e1d22 100644
--- a/data/qmi-service-voice.json
+++ b/data/qmi-service-voice.json
@@ -704,5 +704,29 @@
"since" : "1.26",
"format" : "array",
"size-prefix-format" : "guint8",
- "array-element" : { "format" : "guint16" } } ] }
+ "array-element" : { "format" : "guint16" } } ] },
+
+ // *********************************************************************************
+ { "name" : "Burst DTMF",
+ "type" : "Message",
+ "service" : "VOICE",
+ "id" : "0x0028",
+ "since" : "1.32",
+ "input" : [ { "name" : "Data",
+ "id" : "0x01",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Call ID",
+ "format" : "guint8" },
+ { "name" : "Digit Buffer",
+ "format" : "string",
+ "size-prefix-format" : "guint8" } ] } ],
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Call ID",
+ "id" : "0x10",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint8",
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] }
]