Hi,
what is going wrong?
I am now trying SIPp version 3.1 and my user-scenario breaks whith the 
following info:
 
*** glibc detected *** free(): invalid pointer: 0x080bc320 ***
 
Abgebrochen
 
$? -> (exitcode=134), but all messages were sent correctly!
This and all other scenarios worked properly until now.
 
sipp -v ->
SIPp v3.1-TLS-PCAP, version unknown, built Apr 29 2008, 14:46:06.
 
Thanks,

Wolfgang.


Deutsche Telekom AG 
Zentrum Technik Einführung 
Wolfgang Kanngießer 
Winterfeldtstraße 21, D-10781 Berlin


 
 
<?xml version="1.0" encoding="ISO-8859-1" ?>

<!--	Referenz:	ETSI TS 102 027
	TPId:		SIP_RG_RT_V_020
	Ref:		RFC 3261 [1] sections 8.1.3.5 and 22.2
	Purpose: 	Ensure that the IUT having sent a REGISTER message, on receipt of a Proxy Authentication
			Required (407 Proxy Authentication Required) response including a Proxy-Authenticate header,
			repeats its REGISTER request with a Proxy-Authorization header and with an incremented Cseq value.  -->

<scenario name="msan_reg_bv_009">

  <recv request="REGISTER" rrs="true">
  </recv>
 
  <send>
    <![CDATA[
      SIP/2.0 407 Proxy Authentication Required
      [last_Via:]
      [last_From:]
      [last_To:];tag=[call_number]
      [last_Call-ID:]
      [last_CSeq:]
      Contact: <sip:[local_ip]:[local_port];transport=[transport]>
      Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
      Proxy-Authenticate: Digest realm="sipp", nonce="6e5c04ee"
      Content-Length: 0
    ]]>
  </send>
  
  <recv request="REGISTER" rrs="true" timeout="5000" ontimeout="1">
  </recv>
  
  <send>
    <![CDATA[
      SIP/2.0 200 OK
      [last_Via:]
      [last_From:]
      [last_To:];tag=[call_number]
      [last_Call-ID:]
      [last_CSeq:]
      Contact: <sip:[local_ip]:[local_port];transport=[transport]>
	  Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
      Content-Length: 0
      Expires: 120
    ]]>
  </send>
  
  <nop>
    <action>
      <log message="From is [last_From]"/>
	  <log message="Prozess-ID: [pid], Zeit: [clock_tick]"/>
    </action>
  </nop>

<label id="1"/>

</scenario>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to