Hi,

The attached scenario is entering some DTMF via RFC 2833 to navigate and
test an IVR.

Should enter 2 then 654321# followed by 1234# and then 5855551234#

What I see reach the server is 2, 65431# then 234 then 5855551234

Did I miss something? Is the SDP I have programmed in the initial INVITE
correct?

How reliable is SIPp in sending RTP packets, are enough being
dropped/skipped or lost that I don't see some of the DTMF digits reach the
server under test?

Version information:

[dknopp@dknopp-workstation workspace]$ sipp -v

 SIPp v3.5.1-TLS-SCTP-PCAP-RTPSTREAM built Mar  8 2017, 16:46:11.

Thanks,
Dan
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<scenario name="CC UAC Test">
  <send>
    <![CDATA[

      INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[pid]SIPpTag09[call_number]
      To: [service] <sip:[service]@[remote_ip]:[remote_port]>
      Call-ID: [call_id]
      CSeq: 1 INVITE
      Contact: sip:sipp@[local_ip]:[local_port]
      Max-Forwards: 70
      Subject: Performance Test
      Content-Type: application/sdp
      Content-Length: [len]

      v=0
      o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
      s=-
      c=IN IP[local_ip_type] [local_ip]
      t=0 0
      m=audio [auto_media_port] RTP/AVP 0 101
      a=rtpmap:0 PCMU/8000/1
      a=rtpmap:101 telephone-event/8000
      a=fmtp:101 0-11,16

    ]]>
  </send>

  <recv response="100" optional="true">
  </recv>

  <recv response="180" optional="true">
  </recv>

  <!-- By adding rrs="true" (Record Route Sets), the route sets         -->
  <!-- are saved and used for following messages sent. Useful to test   -->
  <!-- against stateful SIP proxies/B2BUAs.                             -->
  <recv response="200" rtd="true" crlf="true">
  </recv>

  <!-- Packet lost can be simulated in any send/recv message by         -->
  <!-- by adding the 'lost = "10"'. Value can be [1-100] percent.       -->
  <send>
    <![CDATA[

      ACK sip:[service]@[remote_ip]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[pid]SIPpTag09[call_number]
      To: [service] <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
      Call-ID: [call_id]
      CSeq: 1 ACK
      Contact: sip:sipp@[local_ip]:[local_port]
      Max-Forwards: 70
      Subject: Performance Test
      Content-Length: 0

    ]]>
  </send>

  <!-- PCAP file                                                        -->
  <pause milliseconds="5000"/>

  <!-- Enter 2 for English -->
  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_2.pcap"/>
    </action>
  </nop>

  <pause milliseconds="5000"/>

  <!-- Enter LOT/Account number -->
  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_6.pcap"/>
    </action>
  </nop>

  <pause milliseconds="200"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_5.pcap"/>
    </action>
  </nop>

  <pause milliseconds="200"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_4.pcap"/>
    </action>
  </nop>

  <pause milliseconds="200"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_3.pcap"/>
    </action>
  </nop>

  <pause milliseconds="200"/>
  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_2.pcap"/>
    </action>
  </nop>

  <pause milliseconds="200"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_1.pcap"/>
    </action>
  </nop>

  <pause milliseconds="200"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_pound.pcap"/>
    </action>
  </nop>

  <pause milliseconds="500"/>

  <!-- Enter PIN -->
  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_1.pcap"/>
    </action>
  </nop>

  <pause milliseconds="200"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_2.pcap"/>
    </action>
  </nop>

  <pause milliseconds="200"/>
  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_3.pcap"/>
    </action>
  </nop>

  <pause milliseconds="200"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_4.pcap"/>
    </action>
  </nop>

  <pause milliseconds="200"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_pound.pcap"/>
    </action>
  </nop>

  <pause milliseconds="10000"/>

  <!-- Enter 1 to enter number to outdial -->
  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_1.pcap"/>
    </action>
  </nop>

  <pause milliseconds="10000"/>

  <!-- Enter 10 digit number to call -->
  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_5.pcap"/>
    </action>
  </nop>

  <pause milliseconds="1000"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_8.pcap"/>
    </action>
  </nop>

  <pause milliseconds="1000"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_5.pcap"/>
    </action>
  </nop>

  <pause milliseconds="1000"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_5.pcap"/>
    </action>
  </nop>

  <pause milliseconds="1000"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_5.pcap"/>
    </action>
  </nop>

  <pause milliseconds="1000"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_5.pcap"/>
    </action>
  </nop>

  <pause milliseconds="1000"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_1.pcap"/>
    </action>
  </nop>

  <pause milliseconds="1000"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_2.pcap"/>
    </action>
  </nop>

  <pause milliseconds="1000"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_3.pcap"/>
    </action>
  </nop>

  <pause milliseconds="1000"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_4.pcap"/>
    </action>
  </nop>

  <pause milliseconds="1000"/>

  <nop>
    <action>
      <exec play_pcap_audio="/usr/share/sipp/pcap/dtmf_2833_pound.pcap"/>
    </action>
  </nop>

  <pause milliseconds="35000"/>

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

      BYE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[pid]SIPpTag09[call_number]
      To: [service] <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
      Call-ID: [call_id]
      CSeq: 2 BYE
      Contact: sip:sipp@[local_ip]:[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>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to