... It looks like the problem has gone with twinkle-1.4.1-2.1 (and the version a few days before) Al...
Al Bogner
twinklephone@...
Feb 1, 2009 11:26 am
3137
With twinkle-1.4.1-2.1 Ekiga-Buddies are not shown anymore. Al...
Al Bogner
twinklephone@...
Feb 1, 2009 7:05 pm
3138
... You could setup a not so complicated bashscript (or any other programming language you like, as python or even a c-program), getting last line from ...
Hi, Thanks a lot for the anwsers, Here is the exact error : -Line 1: Hello received, preparing Commit (Ok) -Line 1: Commit: generating a public DH key (Ok) ...
Hmmmmm, I've never seen such a behaviour before. Looks like a problem with routers or gateways. ZRTP uses RTP packets in a similar way as STUN, that is RTP...
Hi, yes definitely possible on my friend side, but how is it possible since ZRTP packets are inside the VPN tunnel ? Actually sometimes the tunnel crashes in a...
Hi, depends where the VPN tunnel ends, i.e. does it terminate at your or your friend's system or at some border / firewall system. Regarding the cipher modes:...
Hi, The servers is in my country, my friend is tunneled to it and connect to the SIP proxy through it. I'll try CFB asap and keep you posted. Thank you very...
Hi all, I have installed twinkle properly with help of good documentation of twinkle. I configured asterisk server and made account of twinkle clients on ...
I have problem with ccRTP, when compiling ccRTP code there is alot of errors although I installed the library of ccRTP on Ubuntu using Synaptic. Can any one...
... Asterisk is not a proxy but a B2BUA, this is: when phone_A talks with phone_B through Asterisk, phone_A is *in fact* talking with Asterisk and Asterisk ...
Thanks for replying. So, how to redirect messages from asterisk. But Messages gets shown on asterisk server. There are many applications on internet that...
... Kamailio/OpenSIPS/OpenSer SIP proxy between clients and Asterisk. If the request is INVITE the proxy routes it to Asterisk. If the request is a MESSAGE th...
Which error messages do you get? Did you install the development packets of the packets that ccRTP depends on (commoncpp for example)? Just saying "it doesn't...
Dear all, yesterday we released a new version ofthe GNU ZRTP C++ library. Only a small modification was implemented to be compliant to ZRTP draft 13. Grab it...
Hello, I am facing the problem that I cannot make calls anymore when Twinkle has been running for more than about 4 hours. Every attempt to place a call gets...
Hi Nikolaus, Could you enable the debug log (in system settings) and then send me the complete log file (~/.twinkle/twinkle.log) when the problem occurs? Send...
... Sorry, apparently gmane is rewriting the From: in such a way that mails to it end up on the mailinglist too. I was assuming that it goes only to you...
It means SMS server need to be setup. Could you please tell me what SMS server is avialable to be setup ? Actually, i m having two softphones connected to each...
... No idea, the only workarounds I've seen to send SMS is via web, this is, a web link like: http://smssend.org/send?from=XXXXXXXXX&to=XXXXXXX$text="XXXXX XXX...
Just to keep you informed: Phil has released a new Zfone beta release. It is dated 8 Feb 2009. As stated below you have to use GNU ZRTP C++ version 1.4.3 if...
Hi Kevin, Yeah, the lock file implementation is a bit lame. It should use proper file locking provided by the Linux OS. If I remember will it is possible to...
On Wed, 11 Feb 2009 19:29:26 +0100 ... True. Or some method of checking that the pid in the pid file is really a twinkle process (via name or something). ... ...
Hi Kevin, I have been playing with fcntl to lock files and I can create a nice locking mechanism with that. Locks are automatically removed when a process...
... What about unclean shutdowns? These could prevent the lock file from being deleted even if the shutdown logic is perfect. ... It's necessary to not only...