Closed GoogleCodeExporter closed 9 years ago
I came across this as well, SRTP is working when set to manditory.. however
fails when set to optional.
Original comment by wheresau...@lavabit.com
on 22 Nov 2010 at 11:27
I came across this as well, SRTP is working when set to manditory.. however
fails when set to optional. Tested with freeswitch
Original comment by wheresau...@lavabit.com
on 22 Nov 2010 at 11:27
Yes Austin is right, you should set the SRTP mode to "mandatory" in expert
account setting.
The INVITE is :
With disabled ... well only RTP/AVP is sent,
With optional, two invites are sent but AFAIK, it's not very well supported.
But you could ask on pjsip mailing list why things goes this way. (What I do on
csipsimple is just porting and integrating csipsimple to android).
With mandatory, only RTP/SAVP is sent.
Be careful about that : there is two place where to set the SRTP mode :
On global settings (it ~should~ affect all accounts except those with wizard
that explicitly set the SRTP mode).
On expert account setting (I advise you to use this one for SRTP mode), and it
actually change the mode for this account.
Original comment by r3gis...@gmail.com
on 22 Nov 2010 at 12:02
Perfect! Thanks a lot!!
Original comment by Ingmar.S...@googlemail.com
on 23 Nov 2010 at 8:41
Original issue reported on code.google.com by
Ingmar.S...@googlemail.com
on 22 Nov 2010 at 10:29