View Single Post
razzvi18's Avatar
Posts: 20 | Thanked: 14 times | Joined on Jun 2010 @ Romania
#6
Originally Posted by nicolai View Post

A small python script:

python -c 'import dbus; print dbus.Bus().call_blocking("org.freedesktop.Telepath y.AccountManager","/org/freedesktop/Telepathy/Account/ring/tel/ring", "com.nokia.Account.Interface.ChannelRequests","Ens ureChannel","a{sv}ts", ({"org.freedesktop.Telepathy.Channel.TargetHandleT ype":dbus.UInt32(1),"org.freedesktop.Telepathy.Cha nnel.TargetID":"000000000","org.freedesktop.Telepathy.Channel.ChannelType": "org.freedesktop.Telepathy.Channel.Type.Text"},0," "))'


Replace the "000000000" with the phone number of your contact.
so how do i use this?.... sorry for the noob question.
In a script and run the script???