<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/10649">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">chanspy_w_mixmonitor: Disable pjsua TCP.<br><br>A recent change to pjproject caused pjsua to use TCP by default for<br>these tests instead of UDP. This change forces pjsua to not use TCP<br>for the chanspy_w_mixmonitor test.<br><br>ASTERISK~28096<br><br>Change-Id: I6f4bea785cb73a63f47fa46146204a158eeee655<br>---<br>M tests/apps/chanspy/chanspy_w_mixmonitor/run-test<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/49/10649/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/apps/chanspy/chanspy_w_mixmonitor/run-test b/tests/apps/chanspy/chanspy_w_mixmonitor/run-test</span><br><span>index c70374f..39aafc7 100755</span><br><span>--- a/tests/apps/chanspy/chanspy_w_mixmonitor/run-test</span><br><span>+++ b/tests/apps/chanspy/chanspy_w_mixmonitor/run-test</span><br><span>@@ -118,9 +118,9 @@</span><br><span>     def start_processes(self):</span><br><span>         """Start up the PJSUA processes"""</span><br><span>         LOGGER.info("Starting Processes")</span><br><span style="color: hsl(0, 100%, 40%);">-        self.pja = subprocess.Popen(['pjsua', '--local-port=5065', '--auto-answer=200', '--null-audio'], stdin=subprocess.PIPE, stdout=subprocess.PIPE)</span><br><span style="color: hsl(0, 100%, 40%);">-        self.pjb = subprocess.Popen(['pjsua', '--local-port=5066', '--auto-answer=200', '--null-audio'], stdin=subprocess.PIPE, stdout=subprocess.PIPE)</span><br><span style="color: hsl(0, 100%, 40%);">-        self.pjc = subprocess.Popen(['pjsua', '--local-port=5067', '--auto-answer=200', '--null-audio'], stdin=subprocess.PIPE, stdout=subprocess.PIPE)</span><br><span style="color: hsl(120, 100%, 40%);">+        self.pja = subprocess.Popen(['pjsua', '--local-port=5065', '--auto-answer=200', '--null-audio', '--no-tcp'], stdin=subprocess.PIPE, stdout=subprocess.PIPE)</span><br><span style="color: hsl(120, 100%, 40%);">+        self.pjb = subprocess.Popen(['pjsua', '--local-port=5066', '--auto-answer=200', '--null-audio', '--no-tcp'], stdin=subprocess.PIPE, stdout=subprocess.PIPE)</span><br><span style="color: hsl(120, 100%, 40%);">+        self.pjc = subprocess.Popen(['pjsua', '--local-port=5067', '--auto-answer=200', '--null-audio', '--no-tcp'], stdin=subprocess.PIPE, stdout=subprocess.PIPE)</span><br><span> </span><br><span>     def stop_processes(self):</span><br><span>         """Stop said processes with prejudice"""</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/10649">change 10649</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/10649"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: testsuite </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I6f4bea785cb73a63f47fa46146204a158eeee655 </div>
<div style="display:none"> Gerrit-Change-Number: 10649 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>