I'm doing this kind of test but I think the rtp_echo is too limited..... it
seems to work with only one port defined by the -mp option....
This behavior seems not suitable for a load test....
Because of this, I use the play_pcap_audio on the server side too. Works
fine! I could achieve some heavy load on the server with a load of G711
calls.

Patrick


On Thu, Apr 14, 2011 at 11:48 AM, mayamatakeshi <mayamatake...@gmail.com>wrote:

>
>
> On Thu, Apr 14, 2011 at 9:44 PM, Shemida Nivedha <shemida.art...@gmail.com
> > wrote:
>
>> Dear All,
>>
>> Till now I have been using SIPp for sending & receiving MESSAGE.
>> Now I have a requirement to make an audio call between 2 SIPp users.
>> I have seen pcap media transfer in SIPp site but wanted to know how my
>> requirement can be established using SIPp.
>>
>> Can you help me achieve this scenario and kindly provide with the sample
>> xml scenarios
>> so that using that I may be able to understand and proceed according to my
>> requirement.
>>
>>  Please let me know if this requirement is feasible using SIPp.
>>
>
> Yes. It can be done.
> I usually use play_pcap_audio on the uac side and rtp_echo on the uas side.
>
> This way, uac plays a file and uas echoes every RTP packet received back to
> uac, simulating a conversation.
>
> I strongly recommend you to read this page:
> http://sipp.sourceforge.net/doc/reference.html
> It is only one page and it has all the info you will ever need to become a
> SIPp power user.
>
> But to get you started:
>
> 1) ensure you have compiled SIPp with pcapplay support:
> make pcapplay_ossl
>
> 2) dump uac scenario to a file
> sipp -sd uac > uac.xml
>
> 3) Edit uac.xml
>   Add this after the tag that sends ACK:
>
>   <nop>
>     <action>
>       <exec play_pcap_audio="g711.cap"/>
>     </action>
>   </nop>
>
> 4) prepare a g711.cap file containing RTP packets. You can use wireshark
> for this by capturing SIP/RTP packets from a call, filtering a RTP stream
> and saving it to a file.
>
> 5) start uas
> sipp -i local_ip -p local_port -sn uas -mi local_ip -mp 10000 -rtp_echo
>
> 6) start uac
> sipp -i local_ip -p local_port -sf uac.xml -d 5000 -m 1
> sipp_uas_ip:sip_uas_port
>
>
> I have attached the edited uac.xml for your convenience.
>
> regards,
> takeshi
>
>
>
>
>
> ------------------------------------------------------------------------------
> Benefiting from Server Virtualization: Beyond Initial Workload
> Consolidation -- Increasing the use of server virtualization is a top
> priority.Virtualization can reduce costs, simplify management, and improve
> application availability and disaster protection. Learn more about boosting
> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
> _______________________________________________
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>
>
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to