Re: [PATCH 2/2] test: Tweak hangup script to clear waiting active and held calls

2012-07-30 Thread Marcel Holtmann
Hi Guillaume, > test/hangup | 12 +++- > 1 files changed, 11 insertions(+), 1 deletions(-) this is a case where you should have done a summary email to describe why are you doing things. > > diff --git a/test/hangup b/test/hangup > index 6444b23..60858a8 100755 > --- a/test/hangup >

[PATCH 2/2] test: Tweak hangup script to clear waiting active and held calls

2012-07-30 Thread Guillaume Zajac
--- test/hangup | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/test/hangup b/test/hangup index 6444b23..60858a8 100755 --- a/test/hangup +++ b/test/hangup @@ -3,6 +3,16 @@ import sys import dbus +if (len(sys.argv) < 2): + print "Usage: %s " % (sys.ar