Ronnie,
 
Thanks for the reply. I am attaching my client side xml which causes the problems.
Please let me know if it works fine. Also which sipp version are you using ?
 
Makarand

 
On 9/7/06, Ronnie Jones <[EMAIL PROTECTED]> wrote:

Mark b,

    Can you post you xml files to be reviewed?  I've done tests with SUB and NOT using SIPp without any problems.. I like to try your scripts/xmls on by SIPp system.

Ronnie




Sent by: [EMAIL PROTECTED]

09/07/2006 03:58 PM

To
sipp-users <[email protected]>
cc
Subject
Re: [Sipp-users] problem with NOTIFY messages





I tried a simple Subscribe - notify scenario however with the same issue.
Whenever I have a NOTIFY within the <recv> parameters sipp exits with the message below. however when I have a Notify message between the <send> </send> parameters it has no issues.

Could this be something that may have changed between the earlier sipp version and a newer one ? I'm using

Sipp v1.1-TLS-PCAP, version 20060818, built Aug 23 2006, 10:04:19.

Rgds,
Makarand

On 9/7/06, Mak b <[EMAIL PROTECTED] > wrote:
Hi all,

I'm trying to implement a scenario where the server would send a NOTIFY message.
However when I insert the following in the client xml to receive the NOTIFY message, sipp exits with the following error

"2006-09-07 08:44:57: Scenario command not implemented in display"

Does sipp support such a scenario ?

Thanks in advance.

Regards,
Makarand

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

 

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

<scenario name="Basic Call Client">
  
    <send retrans="500">
    <![CDATA[

      SUBSCRIBE sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port]
      From: sipp <sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
      To: sut <sip:[EMAIL PROTECTED]:[remote_port]>
      Call-ID: [call_id]
      Cseq: 1 SUBSCRIBE
      Contact: sip:[EMAIL PROTECTED]:[local_port]
      Max-Forwards: 70
      Content-Length: [len]
      Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, SUBSCRIBE, NOTIFY 
      Expires: 7200
      Supported: eventlist
      Accept: application/dialog-info+xml, application/rlmi+xml,multipart/related
 
    ]]>
  </send>

  <recv response="NOTIFY" >

  </recv>
 <send retrans="500">
    <![CDATA[

      BYE sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port]
      From: sipp <sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
      To: sut <sip:[EMAIL PROTECTED]:[remote_port]>[peer_tag_param]
      Call-ID: [call_id]
      Cseq: 2 BYE
      Contact: sip:[EMAIL PROTECTED]:[local_port]
      Max-Forwards: 70
      Subject: Performance Test
      Content-Length: 0

    ]]>
  </send>

  <!-- The 'crlf' option inserts a blank line in the statistics report. -->
  <send retrans="500">
    <![CDATA[

      BYE sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port]
      From: sipp <sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
      To: sut <sip:[EMAIL PROTECTED]:[remote_port]>[peer_tag_param]
      Call-ID: [call_id]
      Cseq: 2 BYE
      Contact: sip:[EMAIL PROTECTED]:[local_port]
      Max-Forwards: 70
      Subject: Performance Test
      Content-Length: 0

    ]]>
  </send>

  <recv response="200" crlf="true">
  </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>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to