[Asterisk-code-review] Fix failing masquerade test on 13+ (testsuite[master])
Richard Mudgett
asteriskteam at digium.com
Mon Apr 20 19:18:18 CDT 2015
Richard Mudgett has posted comments on this change.
Change subject: Fix failing masquerade test on 13+
......................................................................
Patch Set 1: Code-Review-1
(2 comments)
https://gerrit.asterisk.org/#/c/170/1/tests/masquerade/configs/ast1/extensions.conf
File tests/masquerade/configs/ast1/extensions.conf:
Line 9: same => n,Set(CHANNEL(max_forwards)= 2000)
Maybe this should be:
Set(CHANNEL(max_forwards)=$[${DEST} + 70])
Dialplan shouldn't care about the maximum length of the chain.
Line 13: exten => _XXXX,n,Set(CHANNEL(max_forwards)=200)
Similar for here but instead of ${DEST} use ${EXTEN}
--
To view, visit https://gerrit.asterisk.org/170
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I87d76a0bb245b977bb0b2e545e6f38088ddb2f00
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list