[Asterisk-code-review] pjsip/attribute passthrough/speex h263 h264: Disable direct ... (testsuite[master])

Joshua Colp asteriskteam at digium.com
Thu Oct 27 18:36:29 CDT 2016


Joshua Colp has uploaded a new change for review. ( https://gerrit.asterisk.org/4213 )

Change subject: pjsip/attribute_passthrough/speex_h263_h264: Disable direct media.
......................................................................

pjsip/attribute_passthrough/speex_h263_h264: Disable direct media.

The fixing of ASTERISK-26423 has resulted in direct media being
attempted for cases where it would not have previously occurred.
This is because the RTP native bridge check was getting all
configured codecs (not negotiated). If video was configured then
no direct media would be attempted, even if video was not
negotiated. This is no longer the case so direct_media needs
to be explicitly disabled.

ASTERISK-26423

Change-Id: Iacdc75c43978cd1ffce5f01c792bb73805ed2fe3
---
M tests/channels/pjsip/sdp_offer_answer/attribute_passthrough/speex_h263_h264/configs/ast1/pjsip.conf
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/13/4213/1

diff --git a/tests/channels/pjsip/sdp_offer_answer/attribute_passthrough/speex_h263_h264/configs/ast1/pjsip.conf b/tests/channels/pjsip/sdp_offer_answer/attribute_passthrough/speex_h263_h264/configs/ast1/pjsip.conf
index 8e9a0a9..b9a553e 100644
--- a/tests/channels/pjsip/sdp_offer_answer/attribute_passthrough/speex_h263_h264/configs/ast1/pjsip.conf
+++ b/tests/channels/pjsip/sdp_offer_answer/attribute_passthrough/speex_h263_h264/configs/ast1/pjsip.conf
@@ -7,6 +7,7 @@
 type=endpoint
 context=default
 media_address=127.0.0.1
+direct_media=no
 
 [phoneA](endpoint-template)
 disallow=all

-- 
To view, visit https://gerrit.asterisk.org/4213
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iacdc75c43978cd1ffce5f01c792bb73805ed2fe3
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Joshua Colp <jcolp at digium.com>



More information about the asterisk-code-review mailing list