I am looking for voice call through Gtalk on N900 from command line like dbus-send command or python-dbus. <div><br></div><div>I am able to set the status i.e GTalk presence(Online/Offline/Busy)  through mc-tool command,  </div>
<div><i><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);">mc-tool &lt;account&gt; &lt;presence&gt;</span></i></div><div><i><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);"><br>
</span></i></div><div><i><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);"><b><u>python-dbus way:</u></b></span></i></div><div><i><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);"><div>
<span class="Apple-style-span" style="background-color: rgb(255, 255, 51);">xmppaccount=&quot;/org/freedesktop/Telepathy/Account/gabble/jabber/prawin1111_40gmail_2ecom0&quot;</span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);"><br>
</span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);">def set_status(presence_type):</span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);">   print &quot;screen has been off for defined number of  seconds&quot;</span></div>
<div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);">   sessionbus = dbus.SessionBus()</span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);">   gmailobj = sessionbus.get_object(&#39;org.freedesktop.Telepathy.AccountManager&#39;, xmppaccount)</span></div>
<div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);">   gmailinterface=dbus.Interface(gmailobj, &#39;org.freedesktop.DBus.Properties&#39;)</span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);">   gmailstruct=dbus.Struct((dbus.UInt32(presence_type), &#39;&#39;, &#39;&#39;))</span></div>
<div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);">   gmailinterface.Set(&#39;org.freedesktop.Telepathy.Account&#39;, &#39;RequestedPresence&#39;, gmailstruct)</span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);"><br>
</span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);">bus = dbus.SystemBus()</span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);">set_status(telepathy.constants.CONNECTION_PRESENCE_TYPE_BUSY)</span></div>
</span></i></div><div><i><span class="Apple-style-span" style="background-color: rgb(255, 255, 51); "><br></span></i></div><div><br></div><div>And also I am able to do voice call through GSM network using dbus-send command. </div>
<div><i><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);">dbus-send --system --type=method_call --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call com.nokia.csd.Call.CreateWith string:&quot;$NUMBER&quot; uint32:0</span></i></div>
<div><br></div><div>But i need to make a voice call through Gtalk using dbus-send or python-dbus. </div><div>Thanks for the time. and Help needed.</div><div><div><br></div><div><br></div><div><br></div><div><br></div><div>
<br></div><div><br></div><div><br></div></div>