[svn-commits] dvossel: testsuite/asterisk/trunk r753 - /asterisk/trunk/tests/chanspy/chansp...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Aug 18 10:21:34 CDT 2010
Author: dvossel
Date: Wed Aug 18 10:21:30 2010
New Revision: 753
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=753
Log:
tweak chanspy_barge test to allow more time to record audio for audio detection.
Modified:
asterisk/trunk/tests/chanspy/chanspy_barge/run-test
Modified: asterisk/trunk/tests/chanspy/chanspy_barge/run-test
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/chanspy/chanspy_barge/run-test?view=diff&rev=753&r1=752&r2=753
==============================================================================
--- asterisk/trunk/tests/chanspy/chanspy_barge/run-test (original)
+++ asterisk/trunk/tests/chanspy/chanspy_barge/run-test Wed Aug 18 10:21:30 2010
@@ -88,8 +88,8 @@
def chanspyEvent(self, ami, event):
self.numSpyEvents += 1
if event['spyeechannel'].count('end_a') > 0:
- reactor.callLater(1, self.aHangup)
- reactor.callLater(3, self.bHangup)
+ reactor.callLater(3, self.aHangup)
+ reactor.callLater(4, self.bHangup)
print event
def amiOnConnect(self, ami):
self.logLastStep("Connected to the AMI")
More information about the svn-commits
mailing list