<div dir="ltr">Hi guys,<div><br></div><div>I am trying to connect to FS using the CounterPath SDK for Android.  I use TLS for signalling.  All works well until I try to enable SRTP.  Then FS rejects the call the INCOMPATIBLE_DESTINATION message.  Is there something wrong with the SDP?  Here are the relevant SDPs from the INVITES.</div><div><br></div><div><div>NON-SRTP (works)<br></div><div>   v=0</div><div>   o=- 622419737965 1 IN IP4 192.168.1.78</div><div>   s=</div><div>   c=IN IP4 192.168.1.78</div><div>   t=0 0</div><div>   m=audio 57194 RTP/AVP 3 120 123 122 121 9 8 0 84 85 18 101</div><div>   a=rtpmap:120 opus/48000/2</div><div>   a=fmtp:120 useinbandfec=1; usedtx=1; maxaveragebitrate=64000</div><div>   a=rtpmap:123 SILK/24000</div><div>   a=rtpmap:122 SILK/16000</div><div>   a=rtpmap:121 SILK/8000</div><div>   a=rtpmap:84 speex/16000</div><div>   a=rtpmap:85 speex/8000</div><div>   a=rtpmap:18 G729/8000</div><div>   a=fmtp:18 annexb=yes</div><div>   a=rtpmap:101 telephone-event/8000</div><div>   a=fmtp:101 0-15</div><div>   a=sendrecv</div></div><div><br></div><div><div>SRTP (does not work)</div><div>   v=0</div><div>   o=- 622187157154 1 IN IP4 192.168.1.78</div><div>   s=</div><div>   c=IN IP4 192.168.1.78</div><div>   t=0 0</div><div>   a=fingerprint:SHA-256 4D:08:D6:49:9E:CA:77:A2:77:74:02:A0:B9:92:32:2F:2D:76:7D:59:7F:A4:CA:85:16:BA:D0:27:0A:74:1C:0F</div><div>   a=setup:actpass</div><div>   m=audio 61434 UDP/TLS/RTP/SAVP 3 120 123 122 121 9 8 0 84 85 18 101</div><div>   a=rtpmap:120 opus/48000/2</div><div>   a=fmtp:120 useinbandfec=1; usedtx=1; maxaveragebitrate=64000</div><div>   a=rtpmap:123 SILK/24000</div><div>   a=rtpmap:122 SILK/16000</div><div>   a=rtpmap:121 SILK/8000</div><div>   a=rtpmap:84 speex/16000</div><div>   a=rtpmap:85 speex/8000</div><div>   a=rtpmap:18 G729/8000</div><div>   a=fmtp:18 annexb=yes</div><div>   a=rtpmap:101 telephone-event/8000</div><div>   a=fmtp:101 0-15</div><div>   a=sendrecv</div></div><div><br></div></div>