[Asterisk-code-review] Fix failing masquerade test on 13+ (testsuite[master])

Mark Michelson asteriskteam at digium.com
Tue Apr 21 09:50:31 CDT 2015


Mark Michelson has uploaded a new patch set (#2).

Change subject: Fix failing masquerade test on 13+
......................................................................

Fix failing masquerade test on 13+

The 13 branch recently received a change that by default prevents a
chain of more than 20 channels from being dialed on a single call. This
causes the masquerade test to fail since it expects to have a chain of
200 channels to optimize.

The fix is to use the CHANNEL(max_forwards) function to allow for enough
of a chain to be created. With this patch, the failing masquerade test
now passes.

ASTERISK-24985 #close
Reported by Mark Michelson

Change-Id: I87d76a0bb245b977bb0b2e545e6f38088ddb2f00
---
M tests/masquerade/configs/ast1/extensions.conf
M tests/masquerade/run-test
2 files changed, 7 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/70/170/2
-- 
To view, visit https://gerrit.asterisk.org/170
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I87d76a0bb245b977bb0b2e545e6f38088ddb2f00
Gerrit-PatchSet: 2
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>



More information about the asterisk-code-review mailing list