<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7765">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  George Joseph: 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.<br><br>* nat<br>* one_touch_recording<br>* publish<br>* reinvite_early<br>* rpid_immediate<br>* secure_calling<br>* user_eq_phone<br>* video_calls<br><br>This allows these pjsip tests to pass with REF_DEBUG enabled.<br><br>ASTERISK-27306<br><br>Change-Id: I40c171b513a476728db157a0146c4494b6996960<br>---<br>M tests/channels/pjsip/nat/rewrite_contact/route_set_request/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/nat/rewrite_contact/route_set_request/test-config.yaml<br>M tests/channels/pjsip/nat/rewrite_contact/route_set_response/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/nat/rewrite_contact/route_set_response/test-config.yaml<br>M tests/channels/pjsip/one_touch_recording/endpoint_config/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/one_touch_recording/endpoint_config/test-config.yaml<br>M tests/channels/pjsip/one_touch_recording/features_config/features_configured/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/one_touch_recording/features_config/features_configured/test-config.yaml<br>M tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/test-config.yaml<br>M tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast2/pjsip.conf<br>M tests/channels/pjsip/publish/asterisk_event_devicestate/test-config.yaml<br>M tests/channels/pjsip/reinvite_early/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/reinvite_early/test-config.yaml<br>M tests/channels/pjsip/rpid_immediate/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rpid_immediate/test-config.yaml<br>M tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml<br>M tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml<br>M tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml<br>M tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml<br>M tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml<br>M tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml<br>M tests/channels/pjsip/set_var/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/set_var/test-config.yaml<br>M tests/channels/pjsip/transport/symmetric/invite/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/transport/symmetric/invite/test-config.yaml<br>M tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/transport/symmetric/notify/test-config.yaml<br>M tests/channels/pjsip/user_eq_phone/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/user_eq_phone/test-config.yaml<br>M tests/channels/pjsip/video_calls/fast_picture_update/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/video_calls/fast_picture_update/test-config.yaml<br>39 files changed, 118 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/tests/channels/pjsip/nat/rewrite_contact/route_set_request/configs/ast1/pjsip.conf b/tests/channels/pjsip/nat/rewrite_contact/route_set_request/configs/ast1/pjsip.conf<br>index 7b8b95d..f2ec207 100644<br>--- a/tests/channels/pjsip/nat/rewrite_contact/route_set_request/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/nat/rewrite_contact/route_set_request/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> bind = 127.0.0.1:5060<br>diff --git a/tests/channels/pjsip/nat/rewrite_contact/route_set_request/test-config.yaml b/tests/channels/pjsip/nat/rewrite_contact/route_set_request/test-config.yaml<br>index baa7187..53f5319 100644<br>--- a/tests/channels/pjsip/nat/rewrite_contact/route_set_request/test-config.yaml<br>+++ b/tests/channels/pjsip/nat/rewrite_contact/route_set_request/test-config.yaml<br>@@ -16,6 +16,7 @@<br>         typename: 'sipp.SIPpAMIActionTestCase'<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/nat/rewrite_contact/route_set_response/configs/ast1/pjsip.conf b/tests/channels/pjsip/nat/rewrite_contact/route_set_response/configs/ast1/pjsip.conf<br>index 2f6fe6e..e2330b0 100644<br>--- a/tests/channels/pjsip/nat/rewrite_contact/route_set_response/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/nat/rewrite_contact/route_set_response/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> bind = 127.0.0.1:5060<br>diff --git a/tests/channels/pjsip/nat/rewrite_contact/route_set_response/test-config.yaml b/tests/channels/pjsip/nat/rewrite_contact/route_set_response/test-config.yaml<br>index bc2a671..5c16eac 100644<br>--- a/tests/channels/pjsip/nat/rewrite_contact/route_set_response/test-config.yaml<br>+++ b/tests/channels/pjsip/nat/rewrite_contact/route_set_response/test-config.yaml<br>@@ -13,6 +13,7 @@<br>         typename: 'sipp.SIPpAMIActionTestCase'<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/one_touch_recording/endpoint_config/configs/ast1/pjsip.conf b/tests/channels/pjsip/one_touch_recording/endpoint_config/configs/ast1/pjsip.conf<br>index 383db55..5915107 100644<br>--- a/tests/channels/pjsip/one_touch_recording/endpoint_config/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/one_touch_recording/endpoint_config/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<br>diff --git a/tests/channels/pjsip/one_touch_recording/endpoint_config/test-config.yaml b/tests/channels/pjsip/one_touch_recording/endpoint_config/test-config.yaml<br>index 59e742a..9e93f2d 100644<br>--- a/tests/channels/pjsip/one_touch_recording/endpoint_config/test-config.yaml<br>+++ b/tests/channels/pjsip/one_touch_recording/endpoint_config/test-config.yaml<br>@@ -12,6 +12,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/one_touch_recording/features_config/features_configured/configs/ast1/pjsip.conf b/tests/channels/pjsip/one_touch_recording/features_config/features_configured/configs/ast1/pjsip.conf<br>index d54b09a..2b8ff05 100644<br>--- a/tests/channels/pjsip/one_touch_recording/features_config/features_configured/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/one_touch_recording/features_config/features_configured/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<br>diff --git a/tests/channels/pjsip/one_touch_recording/features_config/features_configured/test-config.yaml b/tests/channels/pjsip/one_touch_recording/features_config/features_configured/test-config.yaml<br>index 39ed16f..59fa107 100644<br>--- a/tests/channels/pjsip/one_touch_recording/features_config/features_configured/test-config.yaml<br>+++ b/tests/channels/pjsip/one_touch_recording/features_config/features_configured/test-config.yaml<br>@@ -11,6 +11,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/configs/ast1/pjsip.conf b/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/configs/ast1/pjsip.conf<br>index d54b09a..2b8ff05 100644<br>--- a/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/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<br>diff --git a/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/test-config.yaml b/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/test-config.yaml<br>index 02d9fb1..88aaa1c 100644<br>--- a/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/test-config.yaml<br>+++ b/tests/channels/pjsip/one_touch_recording/features_config/features_not_configured/test-config.yaml<br>@@ -11,6 +11,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast1/pjsip.conf b/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast1/pjsip.conf<br>index 859c322..0f75792 100644<br>--- a/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/publish/asterisk_event_devicestate/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> bind = 127.0.0.1:5060<br>diff --git a/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast2/pjsip.conf b/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast2/pjsip.conf<br>index 9a9bd31..1ab2e28 100644<br>--- a/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast2/pjsip.conf<br>+++ b/tests/channels/pjsip/publish/asterisk_event_devicestate/configs/ast2/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> bind = 127.0.0.1:5061<br>diff --git a/tests/channels/pjsip/publish/asterisk_event_devicestate/test-config.yaml b/tests/channels/pjsip/publish/asterisk_event_devicestate/test-config.yaml<br>index f57b902..276b4fd 100644<br>--- a/tests/channels/pjsip/publish/asterisk_event_devicestate/test-config.yaml<br>+++ b/tests/channels/pjsip/publish/asterisk_event_devicestate/test-config.yaml<br>@@ -32,6 +32,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     asterisk-instances: 2<br>     connect-ami: True<br> <br>diff --git a/tests/channels/pjsip/reinvite_early/configs/ast1/pjsip.conf b/tests/channels/pjsip/reinvite_early/configs/ast1/pjsip.conf<br>index 9d4ec8b..68bcd4b 100644<br>--- a/tests/channels/pjsip/reinvite_early/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/reinvite_early/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_early/test-config.yaml b/tests/channels/pjsip/reinvite_early/test-config.yaml<br>index aa95249..ccc9dd2 100644<br>--- a/tests/channels/pjsip/reinvite_early/test-config.yaml<br>+++ b/tests/channels/pjsip/reinvite_early/test-config.yaml<br>@@ -24,6 +24,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> sipp-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/rpid_immediate/configs/ast1/pjsip.conf b/tests/channels/pjsip/rpid_immediate/configs/ast1/pjsip.conf<br>index ee95dc4..9fb34d9 100644<br>--- a/tests/channels/pjsip/rpid_immediate/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rpid_immediate/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]<br> type=transport<br> bind=127.0.0.1<br>diff --git a/tests/channels/pjsip/rpid_immediate/test-config.yaml b/tests/channels/pjsip/rpid_immediate/test-config.yaml<br>index 31f3497..7f83936 100644<br>--- a/tests/channels/pjsip/rpid_immediate/test-config.yaml<br>+++ b/tests/channels/pjsip/rpid_immediate/test-config.yaml<br>@@ -15,6 +15,7 @@<br> <br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     spawn-after-hangup: True<br>     test-iterations:<br>         -<br>diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf<br>index 4939a57..0e07589 100644<br>--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/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> protocol=udp<br> type=transport<br>diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml<br>index 0452116..ef3fbe3 100644<br>--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml<br>+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/mandatory_with_optimistic_offer/test-config.yaml<br>@@ -9,6 +9,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf<br>index e3569ca..fdf70a4 100644<br>--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/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> protocol=udp<br> type=transport<br>diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml<br>index de880db..8e633aa 100644<br>--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml<br>+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_mandatory_offer/test-config.yaml<br>@@ -9,6 +9,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf<br>index e3569ca..fdf70a4 100644<br>--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/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> protocol=udp<br> type=transport<br>diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml<br>index 3bad741..ad056f6 100644<br>--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml<br>+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_no_crypto/test-config.yaml<br>@@ -9,6 +9,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf<br>index e3569ca..fdf70a4 100644<br>--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/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> protocol=udp<br> type=transport<br>diff --git a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml<br>index fe73b3d..5de7144 100644<br>--- a/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml<br>+++ b/tests/channels/pjsip/secure_calling/optimistic_srtp/optimistic_with_optimistic_offer/test-config.yaml<br>@@ -9,6 +9,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf<br>index 67f3751..f1bad8b 100644<br>--- a/tests/channels/pjsip/secure_calling/srtp_negotiation/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/secure_calling/srtp_negotiation/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> protocol=udp<br> type=transport<br>diff --git a/tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml b/tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml<br>index 2d77788..c3a626d 100644<br>--- a/tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml<br>+++ b/tests/channels/pjsip/secure_calling/srtp_negotiation/test-config.yaml<br>@@ -40,6 +40,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf b/tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf<br>index 502ff4a..2dab358 100644<br>--- a/tests/channels/pjsip/secure_calling/srtp_not_loaded/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/secure_calling/srtp_not_loaded/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> protocol=udp<br> type=transport<br>diff --git a/tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml b/tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml<br>index c0cc9cd..de8705f 100644<br>--- a/tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml<br>+++ b/tests/channels/pjsip/secure_calling/srtp_not_loaded/test-config.yaml<br>@@ -13,6 +13,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/set_var/configs/ast1/pjsip.conf b/tests/channels/pjsip/set_var/configs/ast1/pjsip.conf<br>index c68bb91..e0788b6 100644<br>--- a/tests/channels/pjsip/set_var/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/set_var/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/set_var/test-config.yaml b/tests/channels/pjsip/set_var/test-config.yaml<br>index 68b0812..d8d2461 100644<br>--- a/tests/channels/pjsip/set_var/test-config.yaml<br>+++ b/tests/channels/pjsip/set_var/test-config.yaml<br>@@ -23,6 +23,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>              scenarios:<br>diff --git a/tests/channels/pjsip/transport/symmetric/invite/configs/ast1/pjsip.conf b/tests/channels/pjsip/transport/symmetric/invite/configs/ast1/pjsip.conf<br>index 61a3430..1fb53e8 100644<br>--- a/tests/channels/pjsip/transport/symmetric/invite/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/transport/symmetric/invite/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-5066]<br> type=transport<br> bind=127.0.0.1:5066<br>diff --git a/tests/channels/pjsip/transport/symmetric/invite/test-config.yaml b/tests/channels/pjsip/transport/symmetric/invite/test-config.yaml<br>index e3930b8..31a55ce 100644<br>--- a/tests/channels/pjsip/transport/symmetric/invite/test-config.yaml<br>+++ b/tests/channels/pjsip/transport/symmetric/invite/test-config.yaml<br>@@ -38,6 +38,7 @@<br>     trigger: 'ami_connect'<br> <br> sipp-config:<br>+    memcheck-delay-stop: 7<br>     reactor-timeout: 15<br>     fail-on-any: True<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf b/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf<br>index 803e212..f19e2f2 100644<br>--- a/tests/channels/pjsip/transport/symmetric/notify/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/transport/symmetric/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> [local-transport-5066]<br> type=transport<br> bind=127.0.0.1:5066<br>diff --git a/tests/channels/pjsip/transport/symmetric/notify/test-config.yaml b/tests/channels/pjsip/transport/symmetric/notify/test-config.yaml<br>index 154e115..280491f 100644<br>--- a/tests/channels/pjsip/transport/symmetric/notify/test-config.yaml<br>+++ b/tests/channels/pjsip/transport/symmetric/notify/test-config.yaml<br>@@ -34,6 +34,7 @@<br>         typename: 'sipp.SIPpTestCase'<br> <br> sipp-config:<br>+    memcheck-delay-stop: 7<br>     reactor-timeout: 15<br>     fail-on-any: True<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/user_eq_phone/configs/ast1/pjsip.conf b/tests/channels/pjsip/user_eq_phone/configs/ast1/pjsip.conf<br>index c3b97ce..f810a59 100644<br>--- a/tests/channels/pjsip/user_eq_phone/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/user_eq_phone/configs/ast1/pjsip.conf<br>@@ -1,3 +1,7 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br> <br> [transport-udp]<br> type=transport<br>diff --git a/tests/channels/pjsip/user_eq_phone/test-config.yaml b/tests/channels/pjsip/user_eq_phone/test-config.yaml<br>index 06b5724..e8267cd 100644<br>--- a/tests/channels/pjsip/user_eq_phone/test-config.yaml<br>+++ b/tests/channels/pjsip/user_eq_phone/test-config.yaml<br>@@ -19,6 +19,7 @@<br>             typename: 'pluggable_modules.Originator'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br>diff --git a/tests/channels/pjsip/video_calls/fast_picture_update/configs/ast1/pjsip.conf b/tests/channels/pjsip/video_calls/fast_picture_update/configs/ast1/pjsip.conf<br>index e6fb2b8..e8e9b9a 100644<br>--- a/tests/channels/pjsip/video_calls/fast_picture_update/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/video_calls/fast_picture_update/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/video_calls/fast_picture_update/test-config.yaml b/tests/channels/pjsip/video_calls/fast_picture_update/test-config.yaml<br>index 7ba46f2..5b8ba8c 100644<br>--- a/tests/channels/pjsip/video_calls/fast_picture_update/test-config.yaml<br>+++ b/tests/channels/pjsip/video_calls/fast_picture_update/test-config.yaml<br>@@ -13,6 +13,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> test-object-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7765">change 7765</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/7765"/><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: I40c171b513a476728db157a0146c4494b6996960 </div>
<div style="display:none"> Gerrit-Change-Number: 7765 </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: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>