---
 src/default.xml |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/default.xml b/src/default.xml
index e16e18d..216b2b8 100644
--- a/src/default.xml
+++ b/src/default.xml
@@ -301,6 +301,9 @@
     <!-- CGSMS Bearer control -->
     <set name="CGSMS" value="3"/>
 
+    <!-- TTY (hearing impared) state -->
+    <set name="PTTY" value="1" />
+
 <!-- Time -->
 <!-- Enable for testing
 <unsolicited delay="3000" once="true">*TTZ: 2, "11/25/2007, 12:12:12+40", 
0</unsolicited>
@@ -3207,6 +3210,19 @@ Z
 OK</response>
 </chat>
 
+<chat>
+    <!-- Set TTY (hearing impaired) set -->
+    <command>AT+PTTY=*</command>
+    <response>OK</response>
+    <set name="PTTY" value="*"/>
+</chat>
+
+<chat>
+    <!-- Query TTY (hearing impaired) state -->
+    <command>AT+PTTY?</command>
+    <response>+PTTY: ${PTTY}\n\nOK</response>
+</chat>
+
 <!-- SIM filesystem definition, based on standard test strings
      presented in GSM 11.10-4.  This is primarily intended for
      testing icon definitions within SIM toolkit applications -->
-- 
1.7.3.2

_______________________________________________
ofono mailing list
ofono@ofono.org
http://lists.ofono.org/listinfo/ofono

Reply via email to