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 <account> <presence></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="/org/freedesktop/Telepathy/Account/gabble/jabber/prawin1111_40gmail_2ecom0"</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 "screen has been off for defined number of seconds"</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('org.freedesktop.Telepathy.AccountManager', xmppaccount)</span></div>
<div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);"> gmailinterface=dbus.Interface(gmailobj, 'org.freedesktop.DBus.Properties')</span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);"> gmailstruct=dbus.Struct((dbus.UInt32(presence_type), '', ''))</span></div>
<div><span class="Apple-style-span" style="background-color: rgb(255, 255, 51);"> gmailinterface.Set('org.freedesktop.Telepathy.Account', 'RequestedPresence', 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:"$NUMBER" 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>