[asterisk-commits] mjordan: testsuite/asterisk/trunk r3726 - /asterisk/trunk/tests/bridge/dial_L...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Apr 20 12:45:20 CDT 2013
Author: mjordan
Date: Sat Apr 20 12:45:16 2013
New Revision: 3726
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3726
Log:
Extend the duration on the LS options
The bridge tests do some audio and DTMF checks to ensure that the
endpoints really are bridged. If the LS options kick in too fast,
the test will fail. We need to give the tests sufficient time
before breaking the bridge.
Modified:
asterisk/trunk/tests/bridge/dial_LS_options/configs/ast1/extensions.conf
Modified: asterisk/trunk/tests/bridge/dial_LS_options/configs/ast1/extensions.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/bridge/dial_LS_options/configs/ast1/extensions.conf?view=diff&rev=3726&r1=3725&r2=3726
==============================================================================
--- asterisk/trunk/tests/bridge/dial_LS_options/configs/ast1/extensions.conf (original)
+++ asterisk/trunk/tests/bridge/dial_LS_options/configs/ast1/extensions.conf Sat Apr 20 12:45:16 2013
@@ -1,7 +1,7 @@
[default]
exten => no_warning,1,NoOp()
-same => n,Dial(SIP/test_call at bob,,L(4000))
+same => n,Dial(SIP/test_call at bob,,L(10000))
same => n,Hangup()
exten => caller_warning,1,NoOp()
@@ -21,5 +21,5 @@
same => n,Dial(SIP/test_call at bob,,L(10000:5000))
exten => no_warning_s,1,NoOp()
-same => n,Dial(SIP/test_call at bob,,S(4))
+same => n,Dial(SIP/test_call at bob,,S(10))
same => n,Hangup()
More information about the asterisk-commits
mailing list