Hi all, i need to make my application be able to redirect or forward an inbound to another sip destination. Could anyone tell me how to do it (or which function to call)?
thanks in advance
-Jessica
MSN安全保护中心,免费修复系统漏洞,保护MSN安全!
http://im.live.cn/safe/
Hi all, i need to make my application be able to redirect or forward an
inbound to another sip destination. Could anyone tell me how to do it (or
which function to call)?
thanks in advance
-Jessica
使用新一代 Windows Live Messenger 轻松交流和共享! 立刻下载!
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
Hi all,
Do you happen to have a benchmark for pjsua capacity figures with TLS
and SRTP?
Thanks,
Noga
On Sun, Jan 25, 2009 at 10:42 PM, Noga Yehudai nogab@juniper.net wrote:
Hi all,
Do you happen to have a benchmark for pjsua capacity figures with TLS
and SRTP?
Thanks,
Noga
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which target you using ? windows , linux , symbian ???
Linux.
-----Original Message-----
From: pjsip-bounces@lists.pjsip.org
[mailto:pjsip-bounces@lists.pjsip.org] On Behalf Of waleed hassn
Sent: Monday, January 26, 2009 9:53 AM
To: pjsip list
Subject: Re: [pjsip] SRTP and TLS
On Sun, Jan 25, 2009 at 10:42 PM, Noga Yehudai nogab@juniper.net
wrote:
Hi all,
Do you happen to have a benchmark for pjsua capacity figures with TLS
and SRTP?
Thanks,
Noga
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
which target you using ? windows , linux , symbian ???
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
On Mon, Jan 26, 2009 at 8:59 AM, Noga Yehudai nogab@juniper.net wrote:
Linux.
On Sun, Jan 25, 2009 at 10:42 PM, Noga Yehudai nogab@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
On Mon, Jan 26, 2009 at 1:09 AM, Benny Prijono bennylp@teluu.com wrote:
On Mon, Jan 26, 2009 at 8:59 AM, Noga Yehudai nogab@juniper.net wrote:
Linux.
On Sun, Jan 25, 2009 at 10:42 PM, Noga Yehudai nogab@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@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@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