What about creating your own from the embedded uas scenario?

./sipp -sd uas > uas.xml

Olivier.

On 10/24/06, Jeff Ollier < [EMAIL PROTECTED]> wrote:
I have a scenario (see below) for invite.  The scenario works when I send the call to an actual SIP station.  Does anyone have a reply scenario?  I have a SIP Server that will take care of the server replies.  I need a 180 Ringing and 200 OK from a client as a response to the Invite scenario and a 200 OK response to the Bye. 
 
Current Invite Scenario
 
<?xml version="1.0" encoding="ISO-8859-1" ?>
 <scenario name="register_answer">
   <label id="5" />
<send>
<![CDATA[
 
      INVITE sip:[EMAIL PROTECTED] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: "4501"<sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
      To: <sip:[EMAIL PROTECTED]:[remote_port]>
      Call-ID: [call_id]
      CSeq: 1 INVITE
      Contact: sip:[EMAIL PROTECTED]:[local_port]
      Max-Forwards: 70
      Content-Type: application/sdp
      Content-Length: [len-2]
 
      v=0
      o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
      s=-
      c=IN IP[media_ip_type] [media_ip]
      t=0 0
      m=audio [media_port] RTP/AVP 0
      a=rtpmap:0 PCMU/8000
 
  ]]>
  </send>
 
  <recv response="200">
  </recv>
<send>
    <![CDATA[
 
      ACK sip:[EMAIL PROTECTED] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip];branch=[branch]
      From: "4501" <sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
      To: 4502 <sip:[EMAIL PROTECTED]:[remote_port]>[peer_tag_param]
      Call-ID: [call_id]
      Cseq: 1 ACK
      Contact: sip:[EMAIL PROTECTED]:[local_port]
      Max-Forwards: 70
      Content-Length: 0
 
    ]]>
  </send>
<pause milliseconds="8000"/>
<send>
<![CDATA[
 
BYE sip:[EMAIL PROTECTED] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
 From: "4501"<sip:[EMAIL PROTECTED]:[local_port]>;tag=[call_number]
 To: <sip:[EMAIL PROTECTED]:[remote_port]>[peer_tag_param]
 Call-ID: [call_id]
 CSeq: 2 BYE
 Contact: sip:[EMAIL PROTECTED]:[local_port]
Max-Forwards: 70
Content-Length: 0
 
 ]]>
</send>
 
<recv response="200">
</recv>
 
</scenario>
 

Jeff OllierNetwork Quality Control Engineer


-------------------------------------------------------------------------
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





--
HP OpenCall Software
http://www.hp.com/go/opencall/
-------------------------------------------------------------------------
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