View Single Post
Posts: 46 | Thanked: 31 times | Joined on Jun 2010 @ Lebanon
#2
If you already know a phone number to dial you could just create a shortcut with the following shell command:

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

Hope this helps.