Skip to content

Instantly share code, notes, and snippets.

@trapd00r
Created April 25, 2011 08:09
Show Gist options
  • Save trapd00r/940269 to your computer and use it in GitHub Desktop.
Save trapd00r/940269 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
my $number = shift;
if(!defined($number)) {
$number = '0709203544';
}
exec(
"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"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment