Hi All,

I am in situation where I need to start a sipp uas script with <rec 
response="200"> instead any normal requests.

Does any one know is this possible with sipp scripts ?

Here is the script:

scenario name="Basic Call Flow UAS">
  <recv response="200" crlf="true">
  </recv>
  <pause milliseconds="10"/>
  <send>
    <![CDATA[
      ACK sip:[EMAIL PROTECTED]:[remote_port] SIP/2.0
        Via:SIP/2.0/[transport][local_ip]:[local_port];branch=[branch][call_id]
      Max-Forwards: 70
      Contact: <sip:[local_ip]:[local_port];+g.3gpp.cs-voice>;+g.3gpp.cs-voice
      [last_To:]
      [last_From:]
      Call-ID: [call_id]
      Cseq: 1 ACK
      Content-Length: 0
    ]]>
  </send>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to