<p>Andre Nazario has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6331">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">testsuite: Validate tag info in CHANNEL function<br><br>Check if remote_tag and local_tag are available in pjsip CHANNEL.<br>Use remote_tag gerenated by SIPp.<br><br>ASTERISK-27220<br><br>Change-Id: I1a8606fc22b675e2f156267f4920fb412fc9244c<br>---<br>M tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/extensions.conf<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/31/6331/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">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<br>index 98a10ac..22ec556 100644<br>--- a/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/extensions.conf<br>+++ b/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/extensions.conf<br>@@ -90,7 +90,9 @@<br> same => n,GoSub(default,test_variable,1(pjsip,secure,,=,"0"))<br> same => n,GoSub(default,test_variable,1(pjsip,target_uri,,=,"sip:alice@127.0.0.1:5062"))<br> same => n,GoSub(default,test_variable,1(pjsip,local_uri,,=,"\"sut\" <sip:alice@127.0.0.1>"))<br>+same => n,GoSub(default,test_variable,1(pjsip,local_tag,,!=,""))<br> same => n,GoSub(default,test_variable,1(pjsip,remote_uri,,=,"\"alice\" <sip:alice@127.0.0.1:5062>"))<br>+same => n,GoSub(default,test_variable,1(pjsip,remote_tag,,:,"[0-9]+SIPpTag00[0-9]+"))<br> same => n,GoSub(default,test_variable,1(pjsip,t38state,,=,"DISABLED"))<br> same => n,GoSub(default,test_variable,1(pjsip,local_addr,,=,"127.0.0.1:5061"))<br> same => n,GoSub(default,test_variable,1(pjsip,remote_addr,,=,"127.0.0.1:5062"))<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6331">change 6331</a>. To unsubscribe, 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/6331"/><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: I1a8606fc22b675e2f156267f4920fb412fc9244c </div>
<div style="display:none"> Gerrit-Change-Number: 6331 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Andre Nazario <samoied@users.sourceforge.net> </div>