[Asterisk-code-review] t38_fast_reject: Reduce re-INVITEs. (testsuite[master])
Friendly Automation
asteriskteam at digium.com
Wed Apr 22 12:57:17 CDT 2020
Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/testsuite/+/14302 )
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
---
M tests/fax/pjsip/t38_fast_reject/configs/ast1/pjsip.conf
1 file changed, 0 insertions(+), 8 deletions(-)
Approvals:
George Joseph: Looks good to me, approved
Friendly Automation: Approved for Submit
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/+/14302
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Change-Id: I23c9f97eff639470d894ac06dec0001f6ec4ae08
Gerrit-Change-Number: 14302
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200422/abf5b95b/attachment-0001.html>
More information about the asterisk-code-review
mailing list