[asterisk-commits] rmudgett: testsuite/asterisk/trunk r5347 - /asterisk/trunk/tests/callparking/...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Aug 5 17:43:41 CDT 2014


Author: rmudgett
Date: Tue Aug  5 17:43:36 2014
New Revision: 5347

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=5347
Log:
testsuite: Fix callparking test failure.

On my box this test was consistently failing.  The ast1 instance was
sending DTMF digits before the ast2 instance had a chance to execute the
Background application that listens for those digits.

Modified:
    asterisk/trunk/tests/callparking/configs/ast1/extensions.conf

Modified: asterisk/trunk/tests/callparking/configs/ast1/extensions.conf
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/callparking/configs/ast1/extensions.conf?view=diff&rev=5347&r1=5346&r2=5347
==============================================================================
--- asterisk/trunk/tests/callparking/configs/ast1/extensions.conf (original)
+++ asterisk/trunk/tests/callparking/configs/ast1/extensions.conf Tue Aug  5 17:43:36 2014
@@ -27,6 +27,8 @@
 exten => 103,n,Goto(restart)
 
 exten => 5432,1,NoOp(Ack parking retrieval)
+; Give the other instance some time to start listening for DTMF digits.
+exten => 5432,n,Wait(1)
 exten => 5432,n,SendDTMF(3456)
 exten => 5432,n,UserEvent(ast1, status: SUCCESS)
 exten => 5432,n,Wait(1)




More information about the asterisk-commits mailing list