How to send RTP in sipp?
1. Create a RTP pcap file (Use wireshark to create it) and put in the sipp installation folder.
i.e pcap/<file name>
2. Now refer the pcap file name in the xml file of your scenario (INVITE.xml)
<nop>
<action>
<exec play_pcap_audio="pcap/File name.pcap"/>
</action>
</nop>
1. Create a RTP pcap file (Use wireshark to create it) and put in the sipp installation folder.
i.e pcap/<file name>
2. Now refer the pcap file name in the xml file of your scenario (INVITE.xml)
<nop>
<action>
<exec play_pcap_audio="pcap/File name.pcap"/>
</action>
</nop>
Add this in between the ACK and BYE of the xml file.
3. Run the sipp, you can hear the RTP Voice in the call.