Hi All

I'm running a scenario as follows, but it seems no timeout event occurs:

<recv request="REGISTER" rrs="true" timeout="60000" ontimeout="1">
</recv>

....any other messages.....

<label id="1"/>

<nop> ....
</nop>

The complete scenario see attachement and I'm using the following cmd-line:
sipp -i 192.168.1.10 -sf msan_reg_bv-001.xml 192.168.1.24 -m 1 -nd -inf 
defvar.csv -trace_msg

What I'm doing wrong - any clue?
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_001
	Status: 	Mandatory
	Ref: 		RFC 3261 [1] section 10.2.
	Purpose: 	Ensure that the IUT, in order to be registered, sends a REGISTER request to its registrar, 
			without user name in the Request URI and with a SIP URI as request URI.     -->

<scenario name="msan_reg_bv-001">

  <recv request="REGISTER" rrs="true" timeout="60000" 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]>
      Content-Length: 0
      Expires: 120

    ]]>
  </send>

  <nop>
    <action>
      <exec command="echo 'msan_reg_bv-001:pass' | nc -unq0 [field0] [field1]"/>
      <exec int_cmd="stop_now"/>
    </action>
  </nop>

<label id="1"/>

  <nop>
    <action>
      <exec command="echo 'msan_reg_bv-001:inconc' | nc -unq0 [field0] [field1]"/>
    </action>
  </nop>
  
</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://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to