projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56467c0
)
how to revert the hold test
author
Jason Etheridge
<jason@EquinoxOLI.org>
Tue, 31 May 2022 09:48:42 +0000
(
05:48
-0400)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/t/07hold.t
b/t/07hold.t
index
2f531c3
..
fd31f54
100755
(executable)
--- 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;