On Mon, Jan 26, 2009 at 1:09 AM, Benny Prijono <bennylp at teluu.com> wrote: > > On Mon, Jan 26, 2009 at 8:59 AM, Noga Yehudai <nogab at juniper.net> wrote: >> >> Linux. >> >> On Sun, Jan 25, 2009 at 10:42 PM, Noga Yehudai <nogab at juniper.net> >> wrote: >> > >> > Hi all, >> > >> > Do you happen to have a benchmark for pjsua capacity figures with TLS >> > and SRTP? >> > > > I only have the data for SRTP, here: > http://trac.pjsip.org/repos/wiki/PJMEDIA-MIPS > > As for TLS, I guess you can combine our general SIP benchmarks > (http://www.pjsip.org/high-performance-sip.htm) with OpenSSL benchmarks. > > cheers > Benny > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > i test SRTP and TLS on linux centos 5 and work fine with me . firstly you must insure that you have a copy of openssl and then try to run pjsua test application that comes with pjsip [root at localhost]# ./pjproject/pjsip-apps/bin/pjsua --use-srtp 2 --srtp-secure 0 and then make call to another one for tls :- #./pjproject/pjsip-apps/bin/pjsua --use-tls --tls-ca-file root.pem --tls-cert-file server-cert.pem --tls-privkey-file privkey.pem and on client : #./pjproject/pjsip-apps/bin/pjsua --use-tls sips:SERVER;transport=tls and make call