r230 - trunk/specifications/otapi

smartphones-commits at lists.linuxtogo.org smartphones-commits at lists.linuxtogo.org
Sun Apr 20 14:48:11 CEST 2008


Author: mickeylauer
Date: 2008-04-20 14:48:11 +0200 (Sun, 20 Apr 2008)
New Revision: 230

Modified:
   trunk/specifications/otapi/org.freesmartphone.GSM.Call.xml.in
Log:
otapi/org.freesmartphone.GSM.Call.xml: add signal "ActivatedCall", rename signal "Status" to 
"CallProgress". NOTES:
1.) ActivatedCall and ReleasedCall are mandatory signals. You are guaranteed to get them.
2.) CallProgress is an optional signal that's been sent or not based on the modem capabilities.


Modified: trunk/specifications/otapi/org.freesmartphone.GSM.Call.xml.in
===================================================================
--- trunk/specifications/otapi/org.freesmartphone.GSM.Call.xml.in	2008-04-20 12:44:42 UTC (rev 229)
+++ trunk/specifications/otapi/org.freesmartphone.GSM.Call.xml.in	2008-04-20 12:48:11 UTC (rev 230)
@@ -15,6 +15,12 @@
     <arg type="i" name="id" />
   </signal>
 
+  <signal name="ActivatedCall">
+    <arg name="type" type="s" />
+    <arg name="number" type="s" />
+    <arg type="i" name="id" />
+  </signal>
+
   <method name="Accept">
     <annotation name="org.freedesktop.DBus.GLib.Async" value="fso_gsm_call" />
     <arg type="i" name="id" direction="in" />
@@ -50,7 +56,9 @@
     <arg type="s" name="status" direction="out" />
   </method>
 
-  <signal name="Status">
+    <!-- this is optional -->
+  
+  <signal name="CallProgress">
     <arg type="s" name="status" />
     <!--
         Valid values are:




More information about the Smartphones-commits mailing list