how to revert the hold test
authorJason Etheridge <jason@EquinoxOLI.org>
Tue, 31 May 2022 09:48:42 +0000 (05:48 -0400)
committerJason Etheridge <jason@EquinoxOLI.org>
Tue, 31 May 2022 09:48:42 +0000 (05:48 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
t/07hold.t

index 2f531c3..fd31f54 100755 (executable)
@@ -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;