<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.5">
</HEAD>
<BODY>
On Sat, 2015-10-24 at 16:28 -0300, Jonathan D'Orleans wrote:
<BLOCKQUOTE TYPE=CITE>
    Dial Call usecase:<BR>
    1. Turn on my phone (or Ubuntu device) and login<BR>
    2. Say: "Mycroft, call my wife"<BR>
    3. Mycroft do a Dial Call to my wife's phone number<BR>
</BLOCKQUOTE>
<BR>
For both of these cases you'll want to query the addressbook. It is stored in EDS and we have a QtOrganizer plugin to access it, you can use either API. From there I'd recommend using a URL and dispatching it via URL DIspatcher, there is a liburl-dispatcher or you can use the Qt URL API. So basically send:<BR>
<BR>
tel://867-5309<BR>
<BR>
Which will open up the dialer and populate it with that number.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
    Send a SMS usecase:<BR>
    1. Turn on my phone (or Ubuntu device) and login<BR>
    2. Say: "Mycroft, tell Jonathan I'll arrive at 15 o'clock"<BR>
    3. Mycroft Send a SMS to Jonathan's phone number<BR>
</BLOCKQUOTE>
<BR>
I'm not sure that there is a similar interface for messaging. But if you talk to the messaging app developers I don't think it would be super difficult to build one.<BR>
<BR>
Generally speaking, questions about the services that are phone specific are probably best on the ubuntu-phone mailing list. I've CC'd it.<BR>
<BR>
Ted
<BR>
</BODY>
</HTML>