Mine working perfectly fine for SIPp v3.4.1-TLS-SCTP-PCAP-RTPSTREAM built Dec 
10 2015, 23:31:30.


I have attached xml scenarios and log for reference.


./sipp -sn uac -sf reg/register5.xml -inf reg/reg.ini -i 10.133.37.231 
10.133.37.252 -m 1 -trace_msg



for installation u can refer


http://techvick.blogspot.in/2014/09/how-to-intsall-sipp-on-ubuntu.html


Best Regards,
Sakharam Thorat.


________________________________
From: Sesha Jupudi <sesha.jup...@greenwavereality.com>
Sent: Wednesday, January 20, 2016 9:15 AM
To: sipp-users@lists.sourceforge.net
Subject: [Sipp-users] verifyauth always reports false


Hi

My Authorization header looks like this:



username="sip001",realm="iconfig",nonce="MTQ0NzE4NjY1Njk4NTpFVGFnOmljb25maWc=",uri="sip:sip001@10.10.100.156<mailto:sip%3Asip001@10.10.100.156>",response="0f4cf35736ae79b2580e84dbf7b065a7",algorithm=MD5,cnonce="1e17a2b2c9c6061af6830d3a85fe4bf3",qop=auth,nc=00000001



verifyauth always returns false. Sipp calldebug log shows the following:



Processing verifyauth command - user sip001, password **********, method 
SUBSCRIBE, uri sip:sip001@10.10.100.156<mailto:sip%3Asip001@10.10.100.156>, 
realm iconfig, nonce MTQ0NzE4NjY1Njk4NTpFVGFnOmljb25maWc=, result expected 
ffe4f782859c3235c58c692468c4764f, response from user 
0f4cf35736ae79b2580e84dbf7b065a7



The username and password are correct. Is the verification failing because the 
Authorization header includes qop?



Thanks in advance for your reponse

Sesha
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">

<!-- This program is free software; you can redistribute it and/or      -->
<!-- modify it under the terms of the GNU General Public License as     -->
<!-- published by the Free Software Foundation; either version 2 of the -->
<!-- License, or (at your option) any later version.                    -->
<!--                                                                    -->
<!-- This program is distributed in the hope that it will be useful,    -->
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of     -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the      -->
<!-- GNU General Public License for more details.                       -->
<!--                                                                    -->
<!-- You should have received a copy of the GNU General Public License  -->
<!-- along with this program; if not, write to the                      -->
<!-- Free Software Foundation, Inc.,                                    -->
<!-- 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA             -->
<!--                                                                    -->
<!--                 Sipp default 'uac' scenario.                       -->
<!--                                                                    -->

<scenario name="Basic Sipstone UAC">
  <!-- In client mode (sipp placing calls), the Call-ID MUST be         -->
  <!-- generated by sipp. To do so, use [call_id] keyword.                -->


  <send retrans="500">
    <![CDATA[
      REGISTER sip:[field0] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: "test123"<sip:[field1]@[field0]>;tag=[pid]SIPpTag00[call_number]
      To: "test123" <sip:[field1]@[field0]>
      Call-ID: [call_id]
      CSeq: 1 REGISTER
      Contact: sip:sip:[field1]@[local_ip]:[local_port]
      Max-Forwards: 70
      Expires: 3600
      Subject: Performance Test
      Content-Type: application/sdp
      Content-Length: [len]
    ]]>
  </send>

  <recv response="401"  auth="true">
  </recv>


  <send retrans="500">
    <![CDATA[
      REGISTER sip:[field0] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: "test123"<sip:[field1]@[field0]>;tag=[pid]SIPpTag00[call_number]
      To: "test123"<sip:[field1]@[field0]>
      Call-ID: [call_id]
      CSeq: 1 REGISTER
      Contact: sip:[field1]@[local_ip]:[local_port]
      Max-Forwards: 70
      Expires: 3600
      [field2]
      Subject: Performance Test
      Content-Type: application/sdp
      Content-Length: [len]
    ]]>
  </send>

  <recv response="200">
  </recv>

    <!-- definition of the response time repartition table (unit is ms)   -->
  <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>

  <!-- definition of the call length repartition table (unit is ms)     -->
  <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>

</scenario>

Attachment: register5_4795_messages.log
Description: register5_4795_messages.log

Attachment: reg.ini
Description: reg.ini

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to