Re: [Sipp-users] DTMF pcap file import from csv file

2007-11-27 Thread Charles P Wright
You need to have the pcap libraries installed. Make sure you run make clean before make pcapplay. If you are planning on doing any development you should do it against the trunk. To do the changes you'll need to follow the code starting from: } else if (ptr = xp_get_value((char *)

[Sipp-users] DTMF pcap file import from csv file

2007-11-26 Thread vivek bangera
Hi, Is there is any option of getting the value(dtmf_2833_1.pcap)from the csv file to the exec command. At the moment, we need to hardcode the dtmf file in the exec command( in the xml scenario). exec play_pcap_audio=pcap/dtmf_2833_1.pcap/ Thanks, Bangy

Re: [Sipp-users] DTMF pcap file import from csv file

2007-11-26 Thread Charles P Wright
If you modify the SIPp source code to use a SendingMessage structure instead of a string for the play_pcap_audo element of the scenario you can do this. The changes would need to be made in scenario.cpp, scenario.hpp, and call.cpp. Charles [EMAIL PROTECTED] wrote on 11/26/2007 07:12:19 AM:

Re: [Sipp-users] DTMF pcap file import from csv file

2007-11-26 Thread vivek bangera
Thanks Wright. We have downloaded the latest SIPP version 2.0.1. We are facing a problem while running the xml scenario with exec pcap file. Following is the error 2007-11-27 11:56:50: play_pcap_audio requires pcap support! Please recompile SIPp. Do we need any library file while we compile