Hi all,

Is it possible to have the UAS send media?  If so, I am unable to do
this with my attached scenario.  I am able send media from the UAC.

Cheers,

Steve


---
Stephen Cattaneo
Systems Test Engineer
U4EA Technologies, Inc.
510.270.2271


<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<!--CSV file info-> field0: userid   -->

<scenario name="Basic UAS responder">
  <recv request="INVITE" crlf="true">
  </recv>
  
  <send>
   <![CDATA[

SIP/2.0 100 Trying
[last_Via:]
[last_From:]
[last_To:]
[last_Call-ID:]
[last_CSeq:]
User-Agent: Grandstream GXP2000 1.1.1.14
Content-Length: 0

    ]]>
  </send>
  
  <send>
    <![CDATA[

SIP/2.0 180 Ringing
[last_Via:]
[last_From:]
[last_To:];tag=[call_number]
[last_Call-ID:]
[last_CSeq:]
User-Agent: Grandstream GXP2000 1.1.1.14
Contact: <sip:[local_ip]:[local_port];user=phone>
Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE,UPDATE,PRACK,MESSAGE
Content-Length: [len]

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

SIP/2.0 200 OK
[last_Via:]
[last_From:]
[last_To:];tag=[call_number]
[last_Call-ID:]
[last_CSeq:]
User-Agent: Grandstream GXP2000 1.1.1.14
Contact: <sip:[EMAIL PROTECTED]:[local_port];user=phone>
Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE,UPDATE,PRACK,MESSAGE
Content-Type: application/sdp
Supported: replaces, timer
Content-Length: [len]

v=0
o=[field0] 53655765 2353687637 IN IP[local_ip_type] [local_ip]
s=SIP Call
c=IN IP[media_ip_type] [media_ip]
t=0 0
m=audio [auto_media_port] RTP/AVP 0
a=sendrecv
a=rtpmap:18 G729/8000
a=ptime:20

    ]]>
  </send>
  
  <recv request="ACK"
        optional="true"
        rtd="true"
        crlf="true">
  </recv>
  
  <nop>
   <action>
    <exec play_pcap_audio="/home/regression/lib/sipp/g711a.pcap" />
   </action>
  </nop>
  
  <recv request="BYE">
  </recv>

  <send>
    <![CDATA[

SIP/2.0 200 OK
[last_Via:]
[last_From:]
[last_To:]
[last_Call-ID:]
[last_CSeq:]
User-Agent: Grandstream GXP2000 1.1.1.14
Contact: <sip:[EMAIL PROTECTED]:[local_port];user=phone>
Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE,UPDATE,PRACK,MESSAGE
Supported: replaces, timer
Content-Length: [len]

    ]]>
  </send>



  <!-- Keep the call open for a while in case the 200 is lost to be     -->
  <!-- able to retransmit it if we receive the BYE again.               -->
  <pause milliseconds="4000"/>


  <!-- 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>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to