From 77941c20c5316a4fb63ea9a5b7ac3c6af860e5c9 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 31 May 2022 05:48:42 -0400 Subject: [PATCH] how to revert the hold test Signed-off-by: Jason Etheridge --- t/07hold.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/07hold.t b/t/07hold.t index 2f531c3..fd31f54 100755 --- a/t/07hold.t +++ b/t/07hold.t @@ -224,4 +224,7 @@ push @tests, $test, $hold_count_test_template0; # Currently both SIP stacks only support one version of the Cancel Hold action, so let's test just that for now SIPtest::run_sip_tests(@tests[0,1,5]); +# Here's how to reverse the cancel for repeat runs of the test: +# update action.hold_request set cancel_time = null, cancel_cause = null where id = 2; + 1; -- 2.11.0