[asterisk-commits] channels/iax2/hangupcause: Fix timeout in shutdown of Asterisk. (testsuite[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Jun 16 10:00:04 CDT 2015


Matt Jordan has submitted this change and it was merged.

Change subject: channels/iax2/hangupcause: Fix timeout in shutdown of Asterisk.
......................................................................


channels/iax2/hangupcause: 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(-)

Approvals:
  Matt Jordan: Looks good to me, approved; Verified
  Joshua Colp: Looks good to me, but someone else must approve



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: merged
Gerrit-Change-Id: I89218aef64b6d2e3a964b6c11c0b8577e0cfecf9
Gerrit-PatchSet: 2
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>



More information about the asterisk-commits mailing list