[Asterisk-code-review] pjsip channel: Use specified media port (testsuite[13])

Kevin Harwell asteriskteam at digium.com
Tue Apr 24 11:24:02 CDT 2018


Kevin Harwell has uploaded this change for review. ( https://gerrit.asterisk.org/8857


Change subject: pjsip_channel: Use specified media port
......................................................................

pjsip_channel: Use specified media port

This test took advantage of the fact that SIPp defaults the media port to 6000,
which it then checked against for the test. However, a recent patch made it so
tests using the SIPp 'media_port' option would get an available random port
instead.

This patch no longer uses the 'media_port' option, but instead uses a hard
coded value for the media port in the SDP. A number was chosen which hopefully
makes port collisions highly unlikely.

Change-Id: Id7f82d8245401659d269e6ba084c2ad05aee068d
---
M tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/extensions.conf
M tests/channels/pjsip/dialplan_functions/pjsip_channel/sipp/uac-no-hangup.xml
2 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/57/8857/1

diff --git a/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/extensions.conf b/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/extensions.conf
index 22ec556..8d6b12d 100644
--- a/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/extensions.conf
+++ b/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/extensions.conf
@@ -22,13 +22,13 @@
 
 ; Source will often be various things; just make sure we get something back
 same => n,GoSub(default,test_variable,1(rtp,src,audio,!=,""))
-same => n,GoSub(default,test_variable,1(rtp,dest,audio,=,"127.0.0.1:6000"))
+same => n,GoSub(default,test_variable,1(rtp,dest,audio,=,"127.0.0.1:9050"))
 same => n,GoSub(default,test_variable,1(rtp,hold,audio,=,"0"))
 same => n,GoSub(default,test_variable,1(rtp,secure,audio,=,"0"))
 same => n,GoSub(default,test_variable,1(rtp,direct,audio,=,"(null)"))
 
 ; Verify audio is set by default
-same => n,GoSub(default,test_variable,1(rtp,dest,,=,"127.0.0.1:6000"))
+same => n,GoSub(default,test_variable,1(rtp,dest,,=,"127.0.0.1:9050"))
 
 ; No video stream, these should be empty
 same => n,GoSub(default,test_variable,1(rtp,src,video,=,""))
diff --git a/tests/channels/pjsip/dialplan_functions/pjsip_channel/sipp/uac-no-hangup.xml b/tests/channels/pjsip/dialplan_functions/pjsip_channel/sipp/uac-no-hangup.xml
index ef10798..b3c3c89 100644
--- a/tests/channels/pjsip/dialplan_functions/pjsip_channel/sipp/uac-no-hangup.xml
+++ b/tests/channels/pjsip/dialplan_functions/pjsip_channel/sipp/uac-no-hangup.xml
@@ -22,7 +22,7 @@
       s=-
       c=IN IP[media_ip_type] [media_ip]
       t=0 0
-      m=audio [media_port] RTP/AVP 0
+      m=audio 9050 RTP/AVP 0
       a=rtpmap:0 PCMU/8000
 
     ]]>

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

Gerrit-Project: testsuite
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id7f82d8245401659d269e6ba084c2ad05aee068d
Gerrit-Change-Number: 8857
Gerrit-PatchSet: 1
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180424/4715a392/attachment-0001.html>


More information about the asterisk-code-review mailing list