By looking into another SIPp related question I learned that it is now possible to play WAV files using the rtp_stream
action.
I\'ve tried several diffe
You can use Audacity to encode wav for sipp : Select in the bottom bar 8000Hz for the project and export the audio as 'Another compressed format' : click 'Options' and select 'WAV (Microsoft)' Header and 'A-Law' Encoding (for PCMA) or 'U-Law' (for PCMU).
You should also verify your scenario file : SDP message must have PCMA or PCMU audio and use "rtpstream_audio_port" like this (for PCMA) :
m=audio [rtpstream_audio_port] RTP/AVP 8
a=rtpmap:8 PCMA/8000