Hi Rob,

I managed to configure and make and make install the sipp.
How can I use the rtp_stream action?
Is the following action is correct?

<action>
                <exec rtp_stream_play="pcap/ulaw.raw"/>
 </action>

In the above ulaw.raw is a raw pcm file.

If I use the above I am seeing 'illegal <exec> in the scenario'.

Please let me know what is the right way of using the rtp_stream action.

Regards,
Vijay.

From: Vijay Goje [mailto:[email protected]]
Sent: Tuesday, October 08, 2013 11:06 AM
To: Rob Day
Cc: sipp-users
Subject: Re: [Sipp-users] SIPp 3.4 beta 1 now available

Hi Rob,

I got the source for 3.4 beta1 and when I am trying to configure with the 
following command I am seeing the following error

./configure --with-pcap

checking for library containing pcap_next_ex... none required
checking for library containing pcap_close... none required

./configure: line 10602: syntax error near unexpected token 
`AX_CONFIG_FEATURE_ENABLE'
./configure: line 10602: `AX_HAVE_EPOLL(AX_CONFIG_FEATURE_ENABLE(epoll),'

I am running this on Redhat Linux 6 64 bits OS.

Please let me know how can I fix this?
Or Can I just disable the EPOLL?

Regards,
Vijay.

From: Rob Day [mailto:[email protected]]<mailto:[mailto:[email protected]]>
Sent: Tuesday, October 08, 2013 8:49 AM
To: sipp-users
Subject: [Sipp-users] SIPp 3.4 beta 1 now available

Hi all,

I'd like to announce the first beta of SIPp 3.4 (available from 
https://github.com/SIPp/sipp/releases/tag/3.4-beta1), with the following new 
features. I've tested the build on Ubuntu Linux and Cygwin, which I think 
covers the major use-cases.

* A cleaner build, with most of the GCC warnings fixed
* epoll support contributed back from Project Clearwater, which should improve 
TCP call performance on Linux
* A new RTP streaming option that allows playing raw audio files rather than 
just packet capture, with the <rtp_stream file.pcma> action
* -trace_error_codes option, which creates a periodic dump of just the SIP 
error codes seen (to avoid generating massive error logs on long, high-load 
runs)
* Two memory leaks are fixed
* SIPp should no longer hit 100% CPU when it reaches the call limit
* Multiple spaces are now allowed after the CSeq number (e.g. "CSeq: 1          
       INVITE" is OK)
* Bugs #48, #96, #115 fixed
* The help text (sipp -h) is now improved, with related options grouped together

The source code is available from from 
https://github.com/SIPp/sipp/releases/tag/3.4-beta1 - once you download it and 
cd into the directory, just run "./configure && make && sipp -h" to get 
started. The bug tracker is now at 
https://github.com/SIPp/sipp/issues?state=open, so if you have issues with this 
beta, please raise them there or on this mailing list.

Best regards,
Rob
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to