dbus-send --system --type=method_call --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call com.nokia.csd.Call.CreateWith string:"$YOURNUMBERHERE" uint32:0
| The Following 5 Users Say Thank You to Salatheel For This Useful Post: | ||
| The Following 5 Users Say Thank You to benh_n900 For This Useful Post: | ||
#!/usr/bin/python import dbus, sys def place_call(number):bus = dbus.SystemBus() csd_call = dbus.Interface(bus.get_object('com.nokia.csd', '/com/nokia/csd/call'), 'com.nokia.csd.Call') csd.call.CreateWith(str(number), dbus.UInt32(0))s = sys.argv[1] ar = ['name1', 00000000, 'name2', 00000000, 'name3', 00000000] if s == ar[0]:place_call(ar[1])elif s == ar[2]:place_call(ar[3])elif s == ar[4]:place_call(ar[5])else:print "Sry, mate"