aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-08-13 07:41:38 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-08-28 09:30:57 -0500
commit96e77e9a01933c51bea318adb1154aeb78aeccf8 (patch)
tree9d270bf4e9e9bb53cc5d2ac9da0c28128144a83b
parent4b6508a3673688eb4ab5cf6c4d16267dc9446f38 (diff)
downloadphonesim-96e77e9a01933c51bea318adb1154aeb78aeccf8.tar.gz
ussd: Let the UI work for user-initiated sessions
-rw-r--r--src/default.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/default.xml b/src/default.xml
index 22601a7..568259b 100644
--- a/src/default.xml
+++ b/src/default.xml
@@ -2039,12 +2039,19 @@
<chat>
<!-- Initiate USSD query that is not supported by the network -->
- <command>AT+CUSD=1,*</command>
+ <command>AT+CUSD=1,"*123#",15</command>
<response>+CUSD: 4\n\nOK</response>
<set name="USD" value="1"/>
</chat>
<chat>
+ <!-- Initiate USSD query that will be replied to via UI -->
+ <command>AT+CUSD=1,*</command>
+ <response>OK</response>
+ <set name="USD" value="1"/>
+</chat>
+
+<chat>
<!-- cancel USSD session -->
<command>AT+CUSD=2</command>
<response>OK</response>