[Asterisk-code-review] t38_fast_reject: Reduce re-INVITEs. (testsuite[certified/16.8])
Kevin Harwell
asteriskteam at digium.com
Tue Feb 2 17:21:03 CST 2021
Hello Joshua Colp,
I'd like you to do a code review. Please visit
https://gerrit.asterisk.org/c/testsuite/+/15406
to review the following change.
Change subject: t38_fast_reject: Reduce re-INVITEs.
......................................................................
t38_fast_reject: Reduce re-INVITEs.
With a wide range of codecs allowed additional re-INVITEs
were occurring to update streams. This change limits both
legs to ulaw so this doesn't occur.
ASTERISK-28811
Change-Id: I23c9f97eff639470d894ac06dec0001f6ec4ae08
(cherry picked from commit aa70487bd82d52f402a2c429b39057475dd1aaf0)
---
M tests/fax/pjsip/t38_fast_reject/configs/ast1/pjsip.conf
1 file changed, 0 insertions(+), 8 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/06/15406/1
diff --git a/tests/fax/pjsip/t38_fast_reject/configs/ast1/pjsip.conf b/tests/fax/pjsip/t38_fast_reject/configs/ast1/pjsip.conf
index 188cf13..a70d234 100644
--- a/tests/fax/pjsip/t38_fast_reject/configs/ast1/pjsip.conf
+++ b/tests/fax/pjsip/t38_fast_reject/configs/ast1/pjsip.conf
@@ -51,11 +51,7 @@
context = default
dtmf_mode = rfc4733
disallow = all
-allow = alaw
allow = ulaw
-allow = g729
-allow = h263p
-allow = h264
direct_media = no
send_rpid = yes
sdp_session = session
@@ -72,11 +68,7 @@
context = callcontrol
dtmf_mode = rfc4733
disallow = all
-allow = alaw
allow = ulaw
-allow = g729
-allow = h263p
-allow = h264
direct_media = no
send_rpid = yes
sdp_session = session
--
To view, visit https://gerrit.asterisk.org/c/testsuite/+/15406
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: certified/16.8
Gerrit-Change-Id: I23c9f97eff639470d894ac06dec0001f6ec4ae08
Gerrit-Change-Number: 15406
Gerrit-PatchSet: 1
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210202/957d0eb5/attachment.html>
More information about the asterisk-code-review
mailing list