I am running a modified version of the uac_pcap.xml scenario and trying to
send multiple button presses to an asterisk server.  I don't get any errors
in Sipp or in asterisk, but the asterisk server isn't getting the button
presses.  I ran a packet capture and sipp is sending each button press 10
times, which seems to be the cause of my problems.  I am invoking sipp with
the following command:

./sipp -sf test.xml -s s <ip address> -l 1 -users 1

The XML file has the following entries to send the button presses:

 <pause milliseconds="1000"/>

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

  <pause milliseconds="1000"/>

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

  <pause milliseconds="1000"/>

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

  <pause milliseconds="1000"/>

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

  <pause milliseconds="1000"/>

What would cause these button presses to be sent 10 times each?  Thanks.
------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to