[asterisk-commits] mjordan: testsuite/asterisk/trunk r4234 - /asterisk/trunk/tests/channels/SIP/...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Sep 28 18:11:53 CDT 2013


Author: mjordan
Date: Sat Sep 28 18:11:51 2013
New Revision: 4234

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4234
Log:
Provide a configuration for the Originator module in the SIP path test

Prior to this patch, the SIP path test used the PluggableModule.Originator
module with a default configuration. Unfortunately, this caused it to
originate 3 calls when only a single call is expected by sipp. This caused
the test to timeout and kill asterisk, though it still reported success.

After this patch, we only originate the single call that the test expects.

(closes issue ASTERISK-22576)
Reported by: Corey Farrell
patches:
  testsuite-path-config.patch uploaded by coreyfarrell (License 5909)


Modified:
    asterisk/trunk/tests/channels/SIP/path/test-config.yaml

Modified: asterisk/trunk/tests/channels/SIP/path/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/path/test-config.yaml?view=diff&rev=4234&r1=4233&r2=4234
==============================================================================
--- asterisk/trunk/tests/channels/SIP/path/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/path/test-config.yaml Sat Sep 28 18:11:51 2013
@@ -25,7 +25,11 @@
         typename: 'sipp.SIPpTestCase'
     modules:
         -
+            config-section: originator-ua1_invite_recv
             typename: 'PluggableModules.Originator'
+
+originator-ua1_invite_recv:
+    trigger: 'ami_connect'
 
 sipp-config:
     fail-on-any: True




More information about the asterisk-commits mailing list