[Asterisk-code-review] pjsip: Fix REF DEBUG for rtcp, opus and fax tests. (testsuite[13])

Jenkins2 asteriskteam at digium.com
Tue Oct 16 08:22:09 CDT 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/10464 )

Change subject: pjsip: Fix REF_DEBUG for rtcp, opus and fax tests.
......................................................................

pjsip: Fix REF_DEBUG for rtcp, opus and fax tests.

Change-Id: Ibc67421c850064822269e945a27328a6a269eedd
---
M tests/channels/pjsip/rtcp/rtcp_mux_callee/rtcp_mux_enabled/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_callee/rtcp_mux_not_enabled/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_caller/rtcp_mux_not_offered/configs/ast1/pjsip.conf
M tests/channels/pjsip/rtcp/rtcp_mux_caller/rtcp_mux_offered/configs/ast1/pjsip.conf
M tests/codecs/opus/fmtp_with_spaces/configs/ast1/pjsip.conf
M tests/codecs/opus/fmtp_with_spaces/test-config.yaml
M tests/fax/pjsip/directmedia_reinvite_t38/configs/ast1/pjsip.conf
M tests/fax/pjsip/directmedia_reinvite_t38/test-config.yaml
M tests/fax/pjsip/gateway_g711_t38/configs/ast1/pjsip.conf
M tests/fax/pjsip/gateway_g711_t38/configs/ast2/pjsip.conf
M tests/fax/pjsip/gateway_g711_t38/run-test
M tests/fax/pjsip/gateway_native_t38/configs/ast1/pjsip.conf
M tests/fax/pjsip/gateway_native_t38/configs/ast2/pjsip.conf
M tests/fax/pjsip/gateway_native_t38/run-test
M tests/fax/pjsip/gateway_t38_g711_rx/configs/ast1/pjsip.conf
M tests/fax/pjsip/gateway_t38_g711_rx/configs/ast2/pjsip.conf
M tests/fax/pjsip/gateway_t38_g711_rx/run-test
M tests/fax/pjsip/gateway_t38_g711_tx/configs/ast1/pjsip.conf
M tests/fax/pjsip/gateway_t38_g711_tx/configs/ast2/pjsip.conf
M tests/fax/pjsip/gateway_t38_g711_tx/run-test
M tests/fax/pjsip/t38/configs/ast1/pjsip.conf
M tests/fax/pjsip/t38/configs/ast2/pjsip.conf
M tests/fax/pjsip/t38/run-test
M tests/fax/pjsip/t38_1xx_response/configs/ast1/pjsip.conf
M tests/fax/pjsip/t38_1xx_response/test-config.yaml
M tests/fax/pjsip/t38_fast_reject/configs/ast1/pjsip.conf
M tests/fax/pjsip/t38_fast_reject/run-test
M tests/fax/pjsip/t38_with_auth/configs/ast1/pjsip.conf
M tests/fax/pjsip/t38_with_auth/configs/ast2/pjsip.conf
M tests/fax/pjsip/t38_with_auth/run-test
30 files changed, 115 insertions(+), 12 deletions(-)

Approvals:
  George Joseph: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved
  Jenkins2: Approved for Submit



diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/rtcp_mux_enabled/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/rtcp_mux_enabled/configs/ast1/pjsip.conf
index 9cdc056..60f03ff 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/rtcp_mux_enabled/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/rtcp_mux_enabled/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 ;--
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 Non mapped elements start
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_callee/rtcp_mux_not_enabled/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_callee/rtcp_mux_not_enabled/configs/ast1/pjsip.conf
index 87d60d3..238e4cf 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_callee/rtcp_mux_not_enabled/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_callee/rtcp_mux_not_enabled/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 ;--
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 Non mapped elements start
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/rtcp_mux_not_offered/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/rtcp_mux_not_offered/configs/ast1/pjsip.conf
index 01e4843..9bcd8cf 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/rtcp_mux_not_offered/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/rtcp_mux_not_offered/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 ;--
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 Non mapped elements start
diff --git a/tests/channels/pjsip/rtcp/rtcp_mux_caller/rtcp_mux_offered/configs/ast1/pjsip.conf b/tests/channels/pjsip/rtcp/rtcp_mux_caller/rtcp_mux_offered/configs/ast1/pjsip.conf
index 01e4843..9bcd8cf 100644
--- a/tests/channels/pjsip/rtcp/rtcp_mux_caller/rtcp_mux_offered/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/rtcp/rtcp_mux_caller/rtcp_mux_offered/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 ;--
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 Non mapped elements start
diff --git a/tests/codecs/opus/fmtp_with_spaces/configs/ast1/pjsip.conf b/tests/codecs/opus/fmtp_with_spaces/configs/ast1/pjsip.conf
index 9568339..ec629fc 100644
--- a/tests/codecs/opus/fmtp_with_spaces/configs/ast1/pjsip.conf
+++ b/tests/codecs/opus/fmtp_with_spaces/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport-template](!)
 type=transport
 bind=127.0.0.1
diff --git a/tests/codecs/opus/fmtp_with_spaces/test-config.yaml b/tests/codecs/opus/fmtp_with_spaces/test-config.yaml
index ae71b48..af13f01 100644
--- a/tests/codecs/opus/fmtp_with_spaces/test-config.yaml
+++ b/tests/codecs/opus/fmtp_with_spaces/test-config.yaml
@@ -9,6 +9,7 @@
         typename: 'sipp.SIPpTestCase'
 
 test-object-config:
+    memcheck-delay-stop: 7
     fail-on-any: False
     test-iterations:
         -
diff --git a/tests/fax/pjsip/directmedia_reinvite_t38/configs/ast1/pjsip.conf b/tests/fax/pjsip/directmedia_reinvite_t38/configs/ast1/pjsip.conf
index 68a2755..0bb3c48 100644
--- a/tests/fax/pjsip/directmedia_reinvite_t38/configs/ast1/pjsip.conf
+++ b/tests/fax/pjsip/directmedia_reinvite_t38/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 protocol=udp
@@ -22,4 +27,4 @@
 
 [endpoint_B](identify-template)
 endpoint=endpoint_B
-match=127.0.0.3
\ No newline at end of file
+match=127.0.0.3
diff --git a/tests/fax/pjsip/directmedia_reinvite_t38/test-config.yaml b/tests/fax/pjsip/directmedia_reinvite_t38/test-config.yaml
index 38a745a..e511581 100644
--- a/tests/fax/pjsip/directmedia_reinvite_t38/test-config.yaml
+++ b/tests/fax/pjsip/directmedia_reinvite_t38/test-config.yaml
@@ -13,6 +13,7 @@
         typename: 'sipp.SIPpTestCase'
 
 test-object-config:
+    memcheck-delay-stop: 7
     fail-on-any: False
     test-iterations:
         -
diff --git a/tests/fax/pjsip/gateway_g711_t38/configs/ast1/pjsip.conf b/tests/fax/pjsip/gateway_g711_t38/configs/ast1/pjsip.conf
index c2ce7f7..481e92d 100644
--- a/tests/fax/pjsip/gateway_g711_t38/configs/ast1/pjsip.conf
+++ b/tests/fax/pjsip/gateway_g711_t38/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/fax/pjsip/gateway_g711_t38/configs/ast2/pjsip.conf b/tests/fax/pjsip/gateway_g711_t38/configs/ast2/pjsip.conf
index 2a00ebf..83bcf27 100644
--- a/tests/fax/pjsip/gateway_g711_t38/configs/ast2/pjsip.conf
+++ b/tests/fax/pjsip/gateway_g711_t38/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/fax/pjsip/gateway_g711_t38/run-test b/tests/fax/pjsip/gateway_g711_t38/run-test
index 7e43d4e..bf4691d 100755
--- a/tests/fax/pjsip/gateway_g711_t38/run-test
+++ b/tests/fax/pjsip/gateway_g711_t38/run-test
@@ -31,7 +31,7 @@
     def __init__(self):
         TestCase.__init__(self)
         self.reactor_timeout = 120
-        self.create_asterisk(2)
+        self.create_asterisk(2, test_config={'memcheck-delay-stop': 7})
 
         # copy the tiff file we are going to send to a good known location
         shutil.copy("%s/send.tiff" % (os.path.dirname(os.path.realpath(__file__)),),
diff --git a/tests/fax/pjsip/gateway_native_t38/configs/ast1/pjsip.conf b/tests/fax/pjsip/gateway_native_t38/configs/ast1/pjsip.conf
index e676800..2415183 100644
--- a/tests/fax/pjsip/gateway_native_t38/configs/ast1/pjsip.conf
+++ b/tests/fax/pjsip/gateway_native_t38/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 protocol=udp
@@ -12,4 +17,4 @@
 media_address=127.0.0.1
 
 [ast2-t38](endpoint-template)
-from_user=ast1-t38
\ No newline at end of file
+from_user=ast1-t38
diff --git a/tests/fax/pjsip/gateway_native_t38/configs/ast2/pjsip.conf b/tests/fax/pjsip/gateway_native_t38/configs/ast2/pjsip.conf
index 87f7e72..941b322 100644
--- a/tests/fax/pjsip/gateway_native_t38/configs/ast2/pjsip.conf
+++ b/tests/fax/pjsip/gateway_native_t38/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 protocol=udp
@@ -12,4 +17,4 @@
 media_address=127.0.0.2
 
 [ast1-t38](endpoint-template)
-from_user=ast2-t38
\ No newline at end of file
+from_user=ast2-t38
diff --git a/tests/fax/pjsip/gateway_native_t38/run-test b/tests/fax/pjsip/gateway_native_t38/run-test
index 95cc332..7603a67 100755
--- a/tests/fax/pjsip/gateway_native_t38/run-test
+++ b/tests/fax/pjsip/gateway_native_t38/run-test
@@ -29,7 +29,7 @@
    def __init__(self):
       TestCase.__init__(self)
       self.reactor_timeout = 120
-      self.create_asterisk(2)
+      self.create_asterisk(2, test_config={'memcheck-delay-stop': 7})
 
       # copy the tiff file we are going to send to a good known location
       shutil.copy("%s/send.tiff" % (os.path.dirname(os.path.realpath(__file__)),), "%s%s" % (self.ast[0].base, self.ast[0].directories['astdatadir']))
diff --git a/tests/fax/pjsip/gateway_t38_g711_rx/configs/ast1/pjsip.conf b/tests/fax/pjsip/gateway_t38_g711_rx/configs/ast1/pjsip.conf
index d398b48..16c1140 100644
--- a/tests/fax/pjsip/gateway_t38_g711_rx/configs/ast1/pjsip.conf
+++ b/tests/fax/pjsip/gateway_t38_g711_rx/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/fax/pjsip/gateway_t38_g711_rx/configs/ast2/pjsip.conf b/tests/fax/pjsip/gateway_t38_g711_rx/configs/ast2/pjsip.conf
index 2a00ebf..83bcf27 100644
--- a/tests/fax/pjsip/gateway_t38_g711_rx/configs/ast2/pjsip.conf
+++ b/tests/fax/pjsip/gateway_t38_g711_rx/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/fax/pjsip/gateway_t38_g711_rx/run-test b/tests/fax/pjsip/gateway_t38_g711_rx/run-test
index eab6cc2..cace381 100755
--- a/tests/fax/pjsip/gateway_t38_g711_rx/run-test
+++ b/tests/fax/pjsip/gateway_t38_g711_rx/run-test
@@ -30,7 +30,7 @@
     def __init__(self):
         TestCase.__init__(self)
         self.reactor_timeout = 120
-        self.create_asterisk(2)
+        self.create_asterisk(2, test_config={'memcheck-delay-stop': 7})
 
         # copy the tiff file we are going to send to a good known location
         shutil.copy("%s/send.tiff" % (os.path.dirname(os.path.realpath(__file__)),),
diff --git a/tests/fax/pjsip/gateway_t38_g711_tx/configs/ast1/pjsip.conf b/tests/fax/pjsip/gateway_t38_g711_tx/configs/ast1/pjsip.conf
index c2ce7f7..481e92d 100644
--- a/tests/fax/pjsip/gateway_t38_g711_tx/configs/ast1/pjsip.conf
+++ b/tests/fax/pjsip/gateway_t38_g711_tx/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/fax/pjsip/gateway_t38_g711_tx/configs/ast2/pjsip.conf b/tests/fax/pjsip/gateway_t38_g711_tx/configs/ast2/pjsip.conf
index 2a00ebf..83bcf27 100644
--- a/tests/fax/pjsip/gateway_t38_g711_tx/configs/ast2/pjsip.conf
+++ b/tests/fax/pjsip/gateway_t38_g711_tx/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/fax/pjsip/gateway_t38_g711_tx/run-test b/tests/fax/pjsip/gateway_t38_g711_tx/run-test
index 980a01a..4298385 100755
--- a/tests/fax/pjsip/gateway_t38_g711_tx/run-test
+++ b/tests/fax/pjsip/gateway_t38_g711_tx/run-test
@@ -30,7 +30,7 @@
     def __init__(self):
         TestCase.__init__(self)
         self.reactor_timeout = 120
-        self.create_asterisk(2)
+        self.create_asterisk(2, test_config={'memcheck-delay-stop': 7})
 
         # copy the tiff file we are going to send to a good known location
         shutil.copy("%s/send.tiff" % (os.path.dirname(os.path.realpath(__file__)),),
diff --git a/tests/fax/pjsip/t38/configs/ast1/pjsip.conf b/tests/fax/pjsip/t38/configs/ast1/pjsip.conf
index e676800..2415183 100644
--- a/tests/fax/pjsip/t38/configs/ast1/pjsip.conf
+++ b/tests/fax/pjsip/t38/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 protocol=udp
@@ -12,4 +17,4 @@
 media_address=127.0.0.1
 
 [ast2-t38](endpoint-template)
-from_user=ast1-t38
\ No newline at end of file
+from_user=ast1-t38
diff --git a/tests/fax/pjsip/t38/configs/ast2/pjsip.conf b/tests/fax/pjsip/t38/configs/ast2/pjsip.conf
index 5214a97..72af79a 100644
--- a/tests/fax/pjsip/t38/configs/ast2/pjsip.conf
+++ b/tests/fax/pjsip/t38/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 protocol=udp
@@ -12,4 +17,4 @@
 media_address=127.0.0.2
 
 [ast1-t38](endpoint-template)
-from_user=ast2-t38
\ No newline at end of file
+from_user=ast2-t38
diff --git a/tests/fax/pjsip/t38/run-test b/tests/fax/pjsip/t38/run-test
index 8af0d4d..29b0604 100755
--- a/tests/fax/pjsip/t38/run-test
+++ b/tests/fax/pjsip/t38/run-test
@@ -29,7 +29,7 @@
    def __init__(self):
       TestCase.__init__(self)
       self.reactor_timeout = 120
-      self.create_asterisk(2)
+      self.create_asterisk(2, test_config={'memcheck-delay-stop': 7})
 
       # copy the tiff file we are going to send to a good known location
       shutil.copy("%s/send.tiff" % (os.path.dirname(os.path.realpath(__file__)),), "%s%s" % (self.ast[0].base, self.ast[0].directories['astdatadir']))
diff --git a/tests/fax/pjsip/t38_1xx_response/configs/ast1/pjsip.conf b/tests/fax/pjsip/t38_1xx_response/configs/ast1/pjsip.conf
index fb352e3..b59ed0f 100644
--- a/tests/fax/pjsip/t38_1xx_response/configs/ast1/pjsip.conf
+++ b/tests/fax/pjsip/t38_1xx_response/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [global]
 type=global
 debug=yes
diff --git a/tests/fax/pjsip/t38_1xx_response/test-config.yaml b/tests/fax/pjsip/t38_1xx_response/test-config.yaml
index 1f8417a..19ad393 100644
--- a/tests/fax/pjsip/t38_1xx_response/test-config.yaml
+++ b/tests/fax/pjsip/t38_1xx_response/test-config.yaml
@@ -15,6 +15,7 @@
         typename: 'sipp.SIPpTestCase'
 
 test-object-config:
+    memcheck-delay-stop: 7
     fail-on-any: True
     test-iterations:
         -
diff --git a/tests/fax/pjsip/t38_fast_reject/configs/ast1/pjsip.conf b/tests/fax/pjsip/t38_fast_reject/configs/ast1/pjsip.conf
index 280e204..188cf13 100644
--- a/tests/fax/pjsip/t38_fast_reject/configs/ast1/pjsip.conf
+++ b/tests/fax/pjsip/t38_fast_reject/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 ;--
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 Non mapped elements start
diff --git a/tests/fax/pjsip/t38_fast_reject/run-test b/tests/fax/pjsip/t38_fast_reject/run-test
index 72e9693..c8b5d9a 100755
--- a/tests/fax/pjsip/t38_fast_reject/run-test
+++ b/tests/fax/pjsip/t38_fast_reject/run-test
@@ -52,7 +52,7 @@
         }
     ]
 
-    test = SIPpTest(WORKING_DIR, TEST_DIR, SIPP_SCENARIOS)
+    test = SIPpTest(WORKING_DIR, TEST_DIR, SIPP_SCENARIOS, test_config={'memcheck-delay-stop':7})
     test.reactor_timeout = 100
 
     reactor.run()
diff --git a/tests/fax/pjsip/t38_with_auth/configs/ast1/pjsip.conf b/tests/fax/pjsip/t38_with_auth/configs/ast1/pjsip.conf
index 3e34bb2..e7621f6 100644
--- a/tests/fax/pjsip/t38_with_auth/configs/ast1/pjsip.conf
+++ b/tests/fax/pjsip/t38_with_auth/configs/ast1/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 protocol=udp
diff --git a/tests/fax/pjsip/t38_with_auth/configs/ast2/pjsip.conf b/tests/fax/pjsip/t38_with_auth/configs/ast2/pjsip.conf
index f8f4a92..56fba1d 100644
--- a/tests/fax/pjsip/t38_with_auth/configs/ast2/pjsip.conf
+++ b/tests/fax/pjsip/t38_with_auth/configs/ast2/pjsip.conf
@@ -1,3 +1,8 @@
+[system]
+type=system
+timer_t1=100
+timer_b=6400
+
 [local-transport]
 type=transport
 protocol=udp
diff --git a/tests/fax/pjsip/t38_with_auth/run-test b/tests/fax/pjsip/t38_with_auth/run-test
index ba2238f..8c94dee 100755
--- a/tests/fax/pjsip/t38_with_auth/run-test
+++ b/tests/fax/pjsip/t38_with_auth/run-test
@@ -34,7 +34,7 @@
 
         super(T38Test, self).__init__()
         self.reactor_timeout = 120
-        self.create_asterisk(2)
+        self.create_asterisk(2, test_config={'memcheck-delay-stop': 7})
 
         # copy the tiff file we are going to send to a good known location
         shutil.copy("%s/send.tiff" % (os.path.dirname(

-- 
To view, visit https://gerrit.asterisk.org/10464
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: 13
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibc67421c850064822269e945a27328a6a269eedd
Gerrit-Change-Number: 10464
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2 (1000185)
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181016/96cb9d26/attachment-0001.html>


More information about the asterisk-code-review mailing list