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.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/data/qmi-service-voice.json b/data/qmi-service-voice.json
index 7f2e1d22..f975a689 100644
--- a/data/qmi-service-voice.json
+++ b/data/qmi-service-voice.json
@@ -728,5 +728,45 @@
"type" : "TLV",
"since" : "1.32",
"format" : "guint8",
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
+ { "name" : "Start Continuous DTMF",
+ "type" : "Message",
+ "service" : "VOICE",
+ "id" : "0x0029",
+ "since" : "1.32",
+ "input" : [ { "name" : "Data",
+ "id" : "0x01",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Call ID",
+ "format" : "guint8" },
+ { "name" : "Digit",
+ "format" : "guint8" } ] } ],
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Call ID",
+ "id" : "0x10",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint8",
+ "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
+ { "name" : "Stop Continuous DTMF",
+ "type" : "Message",
+ "service" : "VOICE",
+ "id" : "0x002A",
+ "since" : "1.32",
+ "input" : [ { "name" : "Data",
+ "id" : "0x01",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "sequence",
+ "contents" : [ { "name" : "Call ID",
+ "format" : "guint8" } ] } ],
+ "output" : [ { "common-ref" : "Operation Result" },
+ { "name" : "Call ID",
+ "id" : "0x10",
+ "type" : "TLV",
+ "since" : "1.32",
+ "format" : "guint8",
"prerequisites" : [ { "common-ref" : "Success" } ] } ] }
]