I am able to send media both ways i.e. using UAC and UAS both.

However call disconnects exactly after 21 seconds.

I am testing it as below

SIPP UAC -----> SBC Kamailio with rtpproxy ------> SIPP UAS

Also i specified only one call length in UAC i.e. "-l 1" but it still
generates more than one concurrent calls.

Here is my UAC command

sipp -sf uac_pcap.xml -d 100000 -s 01191989898 10.0.0.15 -l 1 -mp 5606 -i
10.0.0.18

I am using default XML provided here -
http://sipp.sourceforge.net/doc3.3/uac_pcap.xml

Here is my UAS command

sipp -sf uas.xml -p 5060 -i 10.0.0.19 -mi 10.0.0.19 -skip_rlimit

XML i created using

sipp -sd uas > uas.xml

and added below lines

<recv request="ACK"
        rtd="true"
        crlf="true">
  </recv>

  <nop>
    <action>
      <exec play_pcap_audio="g711a.pcap"/>
    </action>
  </nop>

  <pause milliseconds="8000"/>

  <recv request="BYE">
  </recv>

Please help.
------------------------------------------------------------------------------
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to