Hi all,
    I am a newer in using “sip” to test soft-pbx Asterisk, when I install “sip” 
at Windows XP platform it works well and i can hear the tone played by the 
pcapplay feature. But there is an issue when sipp is install at Linux, nothing 
played as I use the same xml file the same csv file and the same command 
option. Neither g711a.pcap nor DTMF '1' can be heared.
 
   Here is my environment:
1.    CentOS linux
2.    libnet, libpcap, libpcap-devel installed
3.    “make pcapplay” to build sip
4.    Part of xml file: The same xml file workes well in windows.
<!--  Play a pre-recorded PCAP file (RTP stream)                         -->
  <nop>
    <action>
      <exec play_pcap_audio="pcap/g711a.pcap"/>
    </action>
  </nop>
 
  <!-- Pause 8 seconds, which is approximately the duration of the      -->
  <!-- PCAP file                                                        -->
  <pause milliseconds="8000"/>
  
  <!-- Play an out of band DTMF '1'                                     -->
 
  <nop>
    <action>
      <exec play_pcap_audio="pcap/dtmf_2833_1.pcap"/>
    </action>
  </nop>
 
  <pause milliseconds="3000"/>
5.      command:
sipp -sf sn.xml -inf cn.csv -p 5061 -i 10.10.10.144 -m 1 -l 300 -r 1  
10.10.10.57:5060 -trace_screen -trace_err
 
Any ideas? Many thanks.
 
 
Best Regards,
Aaron An
 

_________________________________________________________________
打工,挣钱,买房子,快来MClub一起”金屋藏娇”!
http://club.msn.cn/?from=10
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to