[Asterisk-code-review] Fix timeout in shutdown of Asterisk. (testsuite[master])

Corey Farrell asteriskteam at digium.com
Mon Jun 15 18:54:53 CDT 2015


Corey Farrell has uploaded a new change for review.

  https://gerrit.asterisk.org/664

Change subject: Fix timeout in shutdown of Asterisk.
......................................................................

Fix timeout in shutdown of Asterisk.

This fixes a shutdown timeout of Asterisk caused by use of
the Echo application.  It is switched to Wait(2) on ast1.

Change-Id: I89218aef64b6d2e3a964b6c11c0b8577e0cfecf9
---
M tests/channels/iax2/hangupcause/configs/ast1/extensions.conf
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/64/664/1

diff --git a/tests/channels/iax2/hangupcause/configs/ast1/extensions.conf b/tests/channels/iax2/hangupcause/configs/ast1/extensions.conf
index 8389a94..3143dcd 100644
--- a/tests/channels/iax2/hangupcause/configs/ast1/extensions.conf
+++ b/tests/channels/iax2/hangupcause/configs/ast1/extensions.conf
@@ -5,7 +5,7 @@
 [dpwait]
 exten => 1234,1,Noop()
 same => n,Answer()
-same => n,Echo()
+same => n,Wait(2)
 
 [bob-incoming]
 exten => s,1,NoOp()

-- 
To view, visit https://gerrit.asterisk.org/664
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I89218aef64b6d2e3a964b6c11c0b8577e0cfecf9
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Corey Farrell <git at cfware.com>



More information about the asterisk-code-review mailing list