[PATCH] test: Add new script for GCF testing

2012-07-30 Thread Guillaume Zajac
--- Makefile.am |3 ++- test/hold-and-answer | 20 2 files changed, 22 insertions(+), 1 deletions(-) create mode 100755 test/hold-and-answer diff --git a/Makefile.am b/Makefile.am index b35cf1f..4410043 100644 --- a/Makefile.am +++ b/Makefile.am @@ -622,7 +622

[PATCH 1/2] test: Rename script hangup-active to hangup

2012-07-30 Thread Guillaume Zajac
--- Makefile.am|2 +- test/hangup| 29 + test/hangup-active | 29 - 3 files changed, 30 insertions(+), 30 deletions(-) create mode 100755 test/hangup delete mode 100755 test/hangup-active diff --git a/Makefile.am b/

[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

Re: [PATCH 1/2] test: Rename script hangup-active to hangup

2012-07-30 Thread Marcel Holtmann
Hi Guillaume, > Makefile.am|2 +- > test/hangup| 29 + > test/hangup-active | 29 - > 3 files changed, 30 insertions(+), 30 deletions(-) > create mode 100755 test/hangup > delete mode 100755 test/hangup-active and

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 >