<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7767">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>* rtcp<br>* rtp<br><br>This allows these pjsip tests to pass with REF_DEBUG enabled.<br><br>ASTERISK-27306<br><br>Change-Id: Ia394cb81abd32dbf94f600381fc17345cb2eeb6c<br>---<br>M tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/test-config.yaml<br>M tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/test-config.yaml<br>M tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/test-config.yaml<br>M tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/test-config.yaml<br>M tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/test-config.yaml<br>M tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/test-config.yaml<br>M tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/test-config.yaml<br>M tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf<br>M tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/test-config.yaml<br>M tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/test-config.yaml<br>M tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/test-config.yaml<br>M tests/channels/pjsip/rtp/bind_rtp_to_media_address/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtp/bind_rtp_to_media_address/test-config.yaml<br>M tests/channels/pjsip/rtp/rtp_keepalive/base/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtp/rtp_keepalive/base/test-config.yaml<br>M tests/channels/pjsip/rtp/rtp_keepalive/direct_media/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtp/rtp_keepalive/direct_media/test-config.yaml<br>M tests/channels/pjsip/rtp/timeout/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtp/timeout/test-config.yaml<br>M tests/channels/pjsip/rtp/timeout_hold/configs/ast1/pjsip.conf<br>M tests/channels/pjsip/rtp/timeout_hold/test-config.yaml<br>38 files changed, 130 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf<br>index 9e3c031..854e9f5 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf<br>index 20f639b..fe762d3 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/configs/ast2/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/test-config.yaml<br>index 3305064..0e439f9 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/test-config.yaml<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/direct/test-config.yaml<br>@@ -22,6 +22,7 @@<br>             typename: 'pluggable_modules.HangupMonitor'<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/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf<br>index 8f2d9eb..6bd5d16 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf<br>index 499d6e4..47d66ff 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/configs/ast2/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/test-config.yaml<br>index 57455d0..f2faff2 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/test-config.yaml<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/ice/test-config.yaml<br>@@ -23,6 +23,7 @@<br>             typename: 'pluggable_modules.HangupMonitor'<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/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf<br>index 8124756..89f70b3 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf<br>index dd78386..58ecc7d 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/configs/ast2/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/test-config.yaml<br>index 8a52e6a..0e52fa0 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/test-config.yaml<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/direct/test-config.yaml<br>@@ -22,6 +22,7 @@<br>             typename: 'pluggable_modules.HangupMonitor'<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/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf<br>index 57f1e7e..b74729e 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf<br>index dc4fcb8..d3877e0 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/configs/ast2/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/test-config.yaml<br>index 79f149d..c53bd79 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/test-config.yaml<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/ice/test-config.yaml<br>@@ -23,6 +23,7 @@<br>             typename: 'pluggable_modules.HangupMonitor'<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/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf<br>index 9e3c031..854e9f5 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf<br>index dd78386..58ecc7d 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/configs/ast2/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/test-config.yaml<br>index 7eb7d51..c477bf8 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/test-config.yaml<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/direct/test-config.yaml<br>@@ -20,6 +20,7 @@<br>             typename: 'pluggable_modules.HangupMonitor'<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/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf<br>index 8f2d9eb..6bd5d16 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf<br>index dc4fcb8..d3877e0 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/configs/ast2/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/test-config.yaml<br>index 5230184..07508e3 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/test-config.yaml<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_disabled/ice/test-config.yaml<br>@@ -21,6 +21,7 @@<br>             typename: 'pluggable_modules.HangupMonitor'<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/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf<br>index 8124756..89f70b3 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf<br>index 20f639b..fe762d3 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/configs/ast2/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/test-config.yaml<br>index 0e29e69..85cf300 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/test-config.yaml<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/direct/test-config.yaml<br>@@ -20,6 +20,7 @@<br>             typename: 'pluggable_modules.HangupMonitor'<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/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf<br>index 57f1e7e..b74729e 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast1/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf<br>index 499d6e4..47d66ff 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/configs/ast2/pjsip.conf<br>@@ -1,3 +1,8 @@<br>+[system]<br>+type=system<br>+timer_t1=100<br>+timer_b=6400<br>+<br> [global]<br> debug=yes<br> <br>diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/test-config.yaml b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/test-config.yaml<br>index 0ed2dde..699b48f 100644<br>--- a/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/test-config.yaml<br>+++ b/tests/channels/pjsip/rtcp/rtcp_mux_enabled/ice/test-config.yaml<br>@@ -21,6 +21,7 @@<br>             typename: 'pluggable_modules.HangupMonitor'<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/rtp/asymmetric_rtp_codec/off/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/configs/ast1/pjsip.conf<br>index 54ae503..9009f2c 100644<br>--- a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/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/rtp/asymmetric_rtp_codec/off/test-config.yaml b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/test-config.yaml<br>index dea8d1e..d605b05 100644<br>--- a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/test-config.yaml<br>+++ b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/off/test-config.yaml<br>@@ -23,6 +23,7 @@<br>     asterisk-instances: 1<br> <br> sipp-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: True<br>     stop-after-scenarios: false<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/configs/ast1/pjsip.conf<br>index 619a0a7..a68ef4b 100644<br>--- a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/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/rtp/asymmetric_rtp_codec/on/test-config.yaml b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/test-config.yaml<br>index 9c2902b..4e74b0f 100644<br>--- a/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/test-config.yaml<br>+++ b/tests/channels/pjsip/rtp/asymmetric_rtp_codec/on/test-config.yaml<br>@@ -23,6 +23,7 @@<br>     asterisk-instances: 1<br> <br> sipp-config:<br>+    memcheck-delay-stop: 7<br>     fail-on-any: True<br>     stop-after-scenarios: false<br>     test-iterations:<br>diff --git a/tests/channels/pjsip/rtp/bind_rtp_to_media_address/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/bind_rtp_to_media_address/configs/ast1/pjsip.conf<br>index 1156c59..0a01389 100644<br>--- a/tests/channels/pjsip/rtp/bind_rtp_to_media_address/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtp/bind_rtp_to_media_address/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.3:5060<br>diff --git a/tests/channels/pjsip/rtp/bind_rtp_to_media_address/test-config.yaml b/tests/channels/pjsip/rtp/bind_rtp_to_media_address/test-config.yaml<br>index e939705..3434e46 100644<br>--- a/tests/channels/pjsip/rtp/bind_rtp_to_media_address/test-config.yaml<br>+++ b/tests/channels/pjsip/rtp/bind_rtp_to_media_address/test-config.yaml<br>@@ -18,6 +18,7 @@<br>             typename: 'rtp.PacketSourceCheck'<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/rtp/rtp_keepalive/base/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/rtp_keepalive/base/configs/ast1/pjsip.conf<br>index fc5874f..ef7d775 100644<br>--- a/tests/channels/pjsip/rtp/rtp_keepalive/base/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtp/rtp_keepalive/base/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/rtp/rtp_keepalive/base/test-config.yaml b/tests/channels/pjsip/rtp/rtp_keepalive/base/test-config.yaml<br>index 5d12d26..6447fe0 100644<br>--- a/tests/channels/pjsip/rtp/rtp_keepalive/base/test-config.yaml<br>+++ b/tests/channels/pjsip/rtp/rtp_keepalive/base/test-config.yaml<br>@@ -18,6 +18,7 @@<br>             typename: 'rtp.KeepaliveCheck'<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/rtp/rtp_keepalive/direct_media/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/configs/ast1/pjsip.conf<br>index 867b055..c5f76d6 100644<br>--- a/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/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/rtp/rtp_keepalive/direct_media/test-config.yaml b/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/test-config.yaml<br>index f5496e8..1bbfee4 100644<br>--- a/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/test-config.yaml<br>+++ b/tests/channels/pjsip/rtp/rtp_keepalive/direct_media/test-config.yaml<br>@@ -16,6 +16,7 @@<br>             typename: 'rtp.KeepaliveCheck'<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/rtp/timeout/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/timeout/configs/ast1/pjsip.conf<br>index f54a8e2..84e1451 100644<br>--- a/tests/channels/pjsip/rtp/timeout/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtp/timeout/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/rtp/timeout/test-config.yaml b/tests/channels/pjsip/rtp/timeout/test-config.yaml<br>index 639f14a..1cff9de 100644<br>--- a/tests/channels/pjsip/rtp/timeout/test-config.yaml<br>+++ b/tests/channels/pjsip/rtp/timeout/test-config.yaml<br>@@ -17,6 +17,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/rtp/timeout_hold/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtp/timeout_hold/configs/ast1/pjsip.conf<br>index 1de9f9c..afe83c5 100644<br>--- a/tests/channels/pjsip/rtp/timeout_hold/configs/ast1/pjsip.conf<br>+++ b/tests/channels/pjsip/rtp/timeout_hold/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/rtp/timeout_hold/test-config.yaml b/tests/channels/pjsip/rtp/timeout_hold/test-config.yaml<br>index 55a7b07..011f48a 100644<br>--- a/tests/channels/pjsip/rtp/timeout_hold/test-config.yaml<br>+++ b/tests/channels/pjsip/rtp/timeout_hold/test-config.yaml<br>@@ -17,6 +17,7 @@<br>             typename: 'ami.AMIEventModule'<br> <br> sipp-config:<br>+    memcheck-delay-stop: 7<br>     test-iterations:<br>         -<br>             scenarios:<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7767">change 7767</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/7767"/><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: Ia394cb81abd32dbf94f600381fc17345cb2eeb6c </div>
<div style="display:none"> Gerrit-Change-Number: 7767 </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>