On 29/05/15 11:16 AM, Vasiliy Ganchev wrote:
On May 29, 2015; 3:19pm, Richard Fuchs wrote:
A good way to start debugging this is to run rtpengine with log-level 7 and post the full log for such a call.
Hi Richard! Thanks for answer! Call log written on WS_Kamailio, rtpengine with log-level 7 Call from UA_WS 272 calling to UA_SIP 271 attached. 200OK_without_DTLS_fingerprint_log_for_list.txt http://sip-router.1086192.n5.nabble.com/file/n138286/200OK_without_DTLS_fingerprint_log_for_list.txt
Looks like you're making an RTP/SAVPF offer to a client that speaks RTP/AVPF only, and you're neglecting to instruct rtpengine to do any translation between the two. The solution is to include the "RTP/AVPF" flag in the offer.
There's also a stray "delete" in there, which you may want to eliminate. It's harmless as it is, but it probably shouldn't be there.
Cheers