<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7158">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Kevin Harwell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">channels/pjsip: Add memcheck-delay-stop for tests related to AST-2017-011.<br><br>This resolves reported RTP instance leaks caused by shutting down too<br>rapidly after test completion.  I used this to verify the fix for<br>AST-2017-011.<br><br>Change-Id: Iada53311baee56beb4149acb8b320928c971adba<br>---<br>M tests/channels/pjsip/basic_calls/incoming/off-nominal/invalid_sdp/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/basic_calls/incoming/off-nominal/invalid_sdp/test-config.yaml<br>M tests/channels/pjsip/basic_calls/outgoing/off-nominal/bob_incompatible_codecs/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/basic_calls/outgoing/off-nominal/bob_incompatible_codecs/test-config.yaml<br>M tests/channels/pjsip/basic_calls/outgoing/off-nominal/call_canceled/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/basic_calls/outgoing/off-nominal/call_canceled/test-config.yaml<br>M tests/channels/pjsip/call_pickup/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/call_pickup/configs/ast2/pjsip.conf<br>M tests/channels/pjsip/call_pickup/run-test<br>M tests/channels/pjsip/dialplan_functions/pjsip_session_refresh/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/dialplan_functions/pjsip_session_refresh/test-config.yaml<br>M tests/channels/pjsip/reinvite_pending/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/reinvite_pending/test-config.yaml<br>M tests/channels/pjsip/sdp_offer_answer/incoming/nominal/multiple-media-stream/audio-video/decline/basic/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/sdp_offer_answer/incoming/nominal/multiple-media-stream/audio-video/decline/basic/test-config.yaml<br>M tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/audio/basic/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/audio/basic/test-config.yaml<br>M tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/video/basic/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/video/basic/test-config.yaml<br>M tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/multiple-media-stream/audio-video/codec-mismatch/test-config.yaml<br>M tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/single-media-stream/audio/initial-declined/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/single-media-stream/audio/initial-declined/test-config.yaml<br>M tests/channels/pjsip/transfers/attended_transfer/nominal/caller_local/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/transfers/attended_transfer/nominal/caller_local/test-config.yaml<br>M tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/configs/ast2/pjsip.conf<br>M tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/test-config.yaml<br>M tests/channels/pjsip/transfers/blind_transfer/callee_refer_only/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/transfers/blind_transfer/callee_refer_only/test-config.yaml<br>M tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/test-config.yaml<br>M tests/channels/pjsip/transfers/blind_transfer/immediate_ok_notify/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/transfers/blind_transfer/immediate_ok_notify/test-config.yaml<br>M tests/channels/pjsip/transfers/blind_transfer/no_target_in_refer/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/transfers/blind_transfer/no_target_in_refer/test-config.yaml<br>35 files changed, 107 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/tests/channels/pjsip/basic_calls/incoming/off-nominal/invalid_sdp/configs/ast1/pjsip.conf b/tests/channels/pjsip/basic_calls/incoming/off-nominal/invalid_sdp/configs/ast1/pjsip.conf<br>index d03b559..b0b9748 100644<br>--- a/tests/channels/pjsip/basic_calls/incoming/off-nominal/invalid_sdp/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/basic_calls/incoming/off-nominal/invalid_sdp/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [transport]<br> type=transport<br> bind=127.0.0.1:5060<br>diff --git a/tests/channels/pjsip/basic_calls/incoming/off-nominal/invalid_sdp/test-config.yaml b/tests/channels/pjsip/basic_calls/incoming/off-nominal/invalid_sdp/test-config.yaml<br>index 721f275..0a50b81 100644<br>--- a/tests/channels/pjsip/basic_calls/incoming/off-nominal/invalid_sdp/test-config.yaml<br>+++ b/tests/channels/pjsip/basic_calls/incoming/off-nominal/invalid_sdp/test-config.yaml<br>@@ -19,6 +19,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> sipp-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: True<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/basic_calls/outgoing/off-nominal/bob_incompatible_codecs/configs/ast1/pjsip.conf b/tests/channels/pjsip/basic_calls/outgoing/off-nominal/bob_incompatible_codecs/configs/ast1/pjsip.conf<br>index a5e7593..39f0bf1 100644<br>--- a/tests/channels/pjsip/basic_calls/outgoing/off-nominal/bob_incompatible_codecs/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/basic_calls/outgoing/off-nominal/bob_incompatible_codecs/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1:5060<br>diff --git a/tests/channels/pjsip/basic_calls/outgoing/off-nominal/bob_incompatible_codecs/test-config.yaml b/tests/channels/pjsip/basic_calls/outgoing/off-nominal/bob_incompatible_codecs/test-config.yaml<br>index b55b91f..c2d56a3 100644<br>--- a/tests/channels/pjsip/basic_calls/outgoing/off-nominal/bob_incompatible_codecs/test-config.yaml<br>+++ b/tests/channels/pjsip/basic_calls/outgoing/off-nominal/bob_incompatible_codecs/test-config.yaml<br>@@ -30,6 +30,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+   memcheck-delay-stop: 7<br>    fail-on-any: False<br>    test-iterations:<br>        -<br>diff --git a/tests/channels/pjsip/basic_calls/outgoing/off-nominal/call_canceled/configs/ast1/pjsip.conf b/tests/channels/pjsip/basic_calls/outgoing/off-nominal/call_canceled/configs/ast1/pjsip.conf<br>index 4ec7cfb..9a71879 100644<br>--- a/tests/channels/pjsip/basic_calls/outgoing/off-nominal/call_canceled/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/basic_calls/outgoing/off-nominal/call_canceled/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [transport]<br> type=transport<br> bind=127.0.0.1:5060<br>diff --git a/tests/channels/pjsip/basic_calls/outgoing/off-nominal/call_canceled/test-config.yaml b/tests/channels/pjsip/basic_calls/outgoing/off-nominal/call_canceled/test-config.yaml<br>index a2edcd9..63ee55d 100644<br>--- a/tests/channels/pjsip/basic_calls/outgoing/off-nominal/call_canceled/test-config.yaml<br>+++ b/tests/channels/pjsip/basic_calls/outgoing/off-nominal/call_canceled/test-config.yaml<br>@@ -37,6 +37,7 @@<br>           typename: 'pluggable_modules.Originator'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: True<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/call_pickup/configs/ast1/pjsip.conf b/tests/channels/pjsip/call_pickup/configs/ast1/pjsip.conf<br>index 6c58ca1..d9cd25b 100644<br>--- a/tests/channels/pjsip/call_pickup/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/call_pickup/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local]<br> type=transport<br> protocol=udp<br>diff --git a/tests/channels/pjsip/call_pickup/configs/ast2/pjsip.conf b/tests/channels/pjsip/call_pickup/configs/ast2/pjsip.conf<br>index ee4b46d..63f919f 100644<br>--- a/tests/channels/pjsip/call_pickup/configs/ast2/pjsip.conf<br>+++ b/tests/channels/pjsip/call_pickup/configs/ast2/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local]<br> type=transport<br> protocol=udp<br>diff --git a/tests/channels/pjsip/call_pickup/run-test b/tests/channels/pjsip/call_pickup/run-test<br>index 1071a17..f3cf107 100755<br>--- a/tests/channels/pjsip/call_pickup/run-test<br>+++ b/tests/channels/pjsip/call_pickup/run-test<br>@@ -40,7 +40,7 @@<br> <br>         self.connectionsEstablished = 0<br> <br>-        self.create_asterisk(count=2)<br>+        self.create_asterisk(count=2, test_config={'memcheck-delay-stop': 7})<br> <br>     def hangup(self, ami):<br>         self.stop_reactor()<br>diff --git a/tests/channels/pjsip/dialplan_functions/pjsip_session_refresh/configs/ast1/pjsip.conf b/tests/channels/pjsip/dialplan_functions/pjsip_session_refresh/configs/ast1/pjsip.conf<br>index f7b9726..25ff2a9 100644<br>--- a/tests/channels/pjsip/dialplan_functions/pjsip_session_refresh/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/dialplan_functions/pjsip_session_refresh/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-template](!)<br> type=transport<br> bind=127.0.0.1:5061<br>diff --git a/tests/channels/pjsip/dialplan_functions/pjsip_session_refresh/test-config.yaml b/tests/channels/pjsip/dialplan_functions/pjsip_session_refresh/test-config.yaml<br>index de01724..399f59d 100644<br>--- a/tests/channels/pjsip/dialplan_functions/pjsip_session_refresh/test-config.yaml<br>+++ b/tests/channels/pjsip/dialplan_functions/pjsip_session_refresh/test-config.yaml<br>@@ -17,6 +17,7 @@<br> <br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/reinvite_pending/configs/ast1/pjsip.conf b/tests/channels/pjsip/reinvite_pending/configs/ast1/pjsip.conf<br>index 9d4ec8b..68bcd4b 100644<br>--- a/tests/channels/pjsip/reinvite_pending/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/reinvite_pending/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [main-transport]<br> type=transport<br> protocol=udp<br>diff --git a/tests/channels/pjsip/reinvite_pending/test-config.yaml b/tests/channels/pjsip/reinvite_pending/test-config.yaml<br>index 45ccb49..ed81ba0 100644<br>--- a/tests/channels/pjsip/reinvite_pending/test-config.yaml<br>+++ b/tests/channels/pjsip/reinvite_pending/test-config.yaml<br>@@ -18,6 +18,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> sipp-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/multiple-media-stream/audio-video/decline/basic/configs/ast1/pjsip.conf b/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/multiple-media-stream/audio-video/decline/basic/configs/ast1/pjsip.conf<br>index d904557..afedbca 100644<br>--- a/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/multiple-media-stream/audio-video/decline/basic/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/multiple-media-stream/audio-video/decline/basic/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-udp]<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/multiple-media-stream/audio-video/decline/basic/test-config.yaml b/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/multiple-media-stream/audio-video/decline/basic/test-config.yaml<br>index 3a2a235..32ae8be 100644<br>--- a/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/multiple-media-stream/audio-video/decline/basic/test-config.yaml<br>+++ b/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/multiple-media-stream/audio-video/decline/basic/test-config.yaml<br>@@ -32,6 +32,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     reactor-timeout: 80<br>     fail-on-any: False<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/audio/basic/configs/ast1/pjsip.conf b/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/audio/basic/configs/ast1/pjsip.conf<br>index 1ee9cf2..f03904b 100644<br>--- a/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/audio/basic/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/audio/basic/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-udp]<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/audio/basic/test-config.yaml b/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/audio/basic/test-config.yaml<br>index 0ca45d8..3dbdc02 100644<br>--- a/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/audio/basic/test-config.yaml<br>+++ b/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/audio/basic/test-config.yaml<br>@@ -29,6 +29,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     reactor-timeout: 80<br>     fail-on-any: False<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/video/basic/configs/ast1/pjsip.conf b/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/video/basic/configs/ast1/pjsip.conf<br>index cec0fab..9120858 100644<br>--- a/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/video/basic/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/video/basic/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-udp]<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/video/basic/test-config.yaml b/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/video/basic/test-config.yaml<br>index d543881..0a14bf2 100644<br>--- a/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/video/basic/test-config.yaml<br>+++ b/tests/channels/pjsip/sdp_offer_answer/incoming/nominal/single-media-stream/video/basic/test-config.yaml<br>@@ -24,6 +24,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     reactor-timeout: 80<br>     fail-on-any: False<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/multiple-media-stream/audio-video/codec-mismatch/test-config.yaml b/tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/multiple-media-stream/audio-video/codec-mismatch/test-config.yaml<br>index 5a320ec..c720ae9 100644<br>--- a/tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/multiple-media-stream/audio-video/codec-mismatch/test-config.yaml<br>+++ b/tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/multiple-media-stream/audio-video/codec-mismatch/test-config.yaml<br>@@ -13,6 +13,7 @@<br> <br> test-object-config:<br>     fail-on-any: False<br>+    memcheck-delay-stop: 6<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/single-media-stream/audio/initial-declined/configs/ast1/pjsip.conf b/tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/single-media-stream/audio/initial-declined/configs/ast1/pjsip.conf<br>index df148a5..0ee5ebe 100644<br>--- a/tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/single-media-stream/audio/initial-declined/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/single-media-stream/audio/initial-declined/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport-udp]<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/single-media-stream/audio/initial-declined/test-config.yaml b/tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/single-media-stream/audio/initial-declined/test-config.yaml<br>index 6c7ff83..c40c0ba 100644<br>--- a/tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/single-media-stream/audio/initial-declined/test-config.yaml<br>+++ b/tests/channels/pjsip/sdp_offer_answer/incoming/off-nominal/single-media-stream/audio/initial-declined/test-config.yaml<br>@@ -16,6 +16,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     reactor-timeout: 80<br>     fail-on-any: False<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_local/configs/ast1/pjsip.conf b/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_local/configs/ast1/pjsip.conf<br>index f2d2cdb..c042726 100644<br>--- a/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_local/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_local/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local]<br> type=transport<br> protocol=udp<br>diff --git a/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_local/test-config.yaml b/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_local/test-config.yaml<br>index 4821914..afe1661 100644<br>--- a/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_local/test-config.yaml<br>+++ b/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_local/test-config.yaml<br>@@ -25,6 +25,7 @@<br>             typename: 'pluggable_modules.EventActionModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: True<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/configs/ast1/pjsip.conf b/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/configs/ast1/pjsip.conf<br>index 6631d2b..18041e2 100644<br>--- a/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/configs/ast1/pjsip.conf<br>@@ -2,6 +2,11 @@<br> type = global<br> debug = yes<br> <br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local]<br> type = transport<br> protocol = udp<br>diff --git a/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/configs/ast2/pjsip.conf b/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/configs/ast2/pjsip.conf<br>index f53606a..cb97b6c 100644<br>--- a/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/configs/ast2/pjsip.conf<br>+++ b/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/configs/ast2/pjsip.conf<br>@@ -2,6 +2,11 @@<br> type = global<br> debug = yes<br> <br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local]<br> type = transport<br> protocol = udp<br>diff --git a/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/test-config.yaml b/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/test-config.yaml<br>index 1a60d1f..7e224e0 100644<br>--- a/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/test-config.yaml<br>+++ b/tests/channels/pjsip/transfers/attended_transfer/nominal/caller_remote/test-config.yaml<br>@@ -43,6 +43,7 @@<br>             typename: 'pluggable_modules.HangupMonitor'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     connect-ami: True<br>     asterisk-instances: 2<br> <br>diff --git a/tests/channels/pjsip/transfers/blind_transfer/callee_refer_only/configs/ast1/pjsip.conf b/tests/channels/pjsip/transfers/blind_transfer/callee_refer_only/configs/ast1/pjsip.conf<br>index 41b7a2e..243edc8 100644<br>--- a/tests/channels/pjsip/transfers/blind_transfer/callee_refer_only/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/transfers/blind_transfer/callee_refer_only/configs/ast1/pjsip.conf<br>@@ -2,6 +2,11 @@<br> type=global<br> debug=yes<br> <br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport]<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/transfers/blind_transfer/callee_refer_only/test-config.yaml b/tests/channels/pjsip/transfers/blind_transfer/callee_refer_only/test-config.yaml<br>index 4d07e18..81ad243 100644<br>--- a/tests/channels/pjsip/transfers/blind_transfer/callee_refer_only/test-config.yaml<br>+++ b/tests/channels/pjsip/transfers/blind_transfer/callee_refer_only/test-config.yaml<br>@@ -36,6 +36,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-case-config:<br>+    memcheck-delay-stop: 7<br>     connect-ami: 'True'<br> <br> pjsua-config:<br>diff --git a/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/configs/ast1/pjsip.conf b/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/configs/ast1/pjsip.conf<br>index b8d80a5..d001bda 100644<br>--- a/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/configs/ast1/pjsip.conf<br>@@ -2,6 +2,11 @@<br> type=global<br> debug=yes<br> <br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [local-transport]<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/test-config.yaml b/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/test-config.yaml<br>index 5bfd741..81f2de2 100644<br>--- a/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/test-config.yaml<br>+++ b/tests/channels/pjsip/transfers/blind_transfer/caller_refer_only/test-config.yaml<br>@@ -36,6 +36,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-case-config:<br>+    memcheck-delay-stop: 7<br>     connect-ami: 'True'<br> <br> pjsua-config:<br>diff --git a/tests/channels/pjsip/transfers/blind_transfer/immediate_ok_notify/configs/ast1/pjsip.conf b/tests/channels/pjsip/transfers/blind_transfer/immediate_ok_notify/configs/ast1/pjsip.conf<br>index a40b4f3..a851eea 100644<br>--- a/tests/channels/pjsip/transfers/blind_transfer/immediate_ok_notify/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/transfers/blind_transfer/immediate_ok_notify/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [main-transport]<br> type = transport<br> protocol = udp<br>diff --git a/tests/channels/pjsip/transfers/blind_transfer/immediate_ok_notify/test-config.yaml b/tests/channels/pjsip/transfers/blind_transfer/immediate_ok_notify/test-config.yaml<br>index 297cf60..12b901f 100644<br>--- a/tests/channels/pjsip/transfers/blind_transfer/immediate_ok_notify/test-config.yaml<br>+++ b/tests/channels/pjsip/transfers/blind_transfer/immediate_ok_notify/test-config.yaml<br>@@ -22,6 +22,7 @@<br>             typename: 'pluggable_modules.HangupMonitor'<br> <br> sipp-config:<br>+    memcheck-delay-stop: 7<br>     stop-after-scenarios: false<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/transfers/blind_transfer/no_target_in_refer/configs/ast1/pjsip.conf b/tests/channels/pjsip/transfers/blind_transfer/no_target_in_refer/configs/ast1/pjsip.conf<br>index 7132032..ed962f3 100644<br>--- a/tests/channels/pjsip/transfers/blind_transfer/no_target_in_refer/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/transfers/blind_transfer/no_target_in_refer/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [main-transport]<br> type = transport<br> protocol = udp<br>diff --git a/tests/channels/pjsip/transfers/blind_transfer/no_target_in_refer/test-config.yaml b/tests/channels/pjsip/transfers/blind_transfer/no_target_in_refer/test-config.yaml<br>index 61bc622..78b6043 100644<br>--- a/tests/channels/pjsip/transfers/blind_transfer/no_target_in_refer/test-config.yaml<br>+++ b/tests/channels/pjsip/transfers/blind_transfer/no_target_in_refer/test-config.yaml<br>@@ -21,6 +21,7 @@<br>             typename: 'pluggable_modules.EventActionModule'<br> <br> sipp-config:<br>+    memcheck-delay-stop: 7<br>     stop-after-scenarios: false<br>     test-iterations:<br>         -<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7158">change 7158</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7158"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Iada53311baee56beb4149acb8b320928c971adba </div>
<div style="display:none"> Gerrit-Change-Number: 7158 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>