Re: [pjsip] Why TURN Connection Type Not Include TLS.

4
44072429
Mon, Oct 26, 2009 5:45 AM

ok . thanks for your replay.

------------------ Original ------------------
From: "Benny Prijono"bennylp@teluu.com;
Date: 2009年10月23日(星期五) 晚上9:08
To: "pjsip list"pjsip@lists.pjsip.org;
Subject: Re: [pjsip] Why TURN Connection Type Not Include TLS.

Because we don't have generic SSL socket abstraction in PJLIB. But
we'll have that in 1.5, so TURN TLS client can be implemented (still
don't have this on the roadmap yet though).

-benny

On Thu, Oct 22, 2009 at 4:05 PM, 44072429 44072429@qq.com wrote:

??? switch (conn_type) {
??? case PJ_TURN_TP_UDP:
?name_tmpl = "udprel%p";
?break;
??? case PJ_TURN_TP_TCP:
?name_tmpl = "tcprel%p";
?break;
??? default:
?PJ_ASSERT_RETURN(!"Invalid TURN conn_type", PJ_EINVAL);
?name_tmpl = "tcprel%p";
?break;
??? }


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

ok . thanks for your replay. ------------------ Original ------------------ From: "Benny Prijono"<bennylp@teluu.com>; Date: 2009年10月23日(星期五) 晚上9:08 To: "pjsip list"<pjsip@lists.pjsip.org>; Subject: Re: [pjsip] Why TURN Connection Type Not Include TLS. Because we don't have generic SSL socket abstraction in PJLIB. But we'll have that in 1.5, so TURN TLS client can be implemented (still don't have this on the roadmap yet though). -benny On Thu, Oct 22, 2009 at 4:05 PM, 44072429 <44072429@qq.com> wrote: > ??? switch (conn_type) { > ??? case PJ_TURN_TP_UDP: > ?name_tmpl = "udprel%p"; > ?break; > ??? case PJ_TURN_TP_TCP: > ?name_tmpl = "tcprel%p"; > ?break; > ??? default: > ?PJ_ASSERT_RETURN(!"Invalid TURN conn_type", PJ_EINVAL); > ?name_tmpl = "tcprel%p"; > ?break; > ??? } > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org