search for: tkachuk

Displaying 9 results from an estimated 9 matches for "tkachuk".

Did you mean: talchuk
2005 Jan 17
3
FW: Radius on *
Hello all, It's my try to make some 'emulation' of vovida's b2bua using asterisk. I was in rush while writing it, so I sure there is much code that can be cleaned, great that not too much. :) http://dslmax.boom.ru/asterisk_b2bua_v0.1.zip cdrradius and agi script inside. __ Mike Tkachuk
2012 Mar 10
6
Time Clock Stops in FreeBSD 9.0 guest running under ESXi 5.0
I've now seen this on two different VMs on two different ESXi servers (Xeon based hosts but different hardware otherwise and at different facilities): Everything runs fine for weeks then (seemingly) suddenly/randomly the clock STOPS. In the first case I saw a jump backwards of about 15 minutes (and then a 'freeze' of the clock). The second time just 'time standing
2011 Dec 22
0
[LLVMdev] creating new Metadata
On 12/21/11 11:24 PM, Oksana Tkachuk wrote: > Hello, > Thank you very much for the pointers. > I am are able to create new MDNodes, filled with some constants, and > attach them > to llvm instructions. However, the metadata map is not getting updated > as expected. > For example, instead of the expected new entr...
2011 Dec 22
3
[LLVMdev] creating new Metadata
Hello, Thank you very much for the pointers. I am are able to create new MDNodes, filled with some constants, and attach them to llvm instructions. However, the metadata map is not getting updated as expected. For example, instead of the expected new entry !n = metadata !{some values} we are getting !n = metadata !{null} Do you know what might be wrong? Do we need to enter the MDNodes into the
2004 Feb 06
2
IPFIREWALL_DEFAULT_TO_ACCEPT becomes default to deny
Hey Guys, today I upgraded to 4.8-RELEASE-p15. As usual I set IPFIREWALL to default accept in my kernel config file. Config & make weren't complaining so, installed the kernel, reboot and there it was: >IP packet filtering initialized, divert disabled, rule-based forwarding enabled, default to deny, logging disabled Another rebuild didn't work out so... I reviewed
2005 Feb 12
0
Asterisk as B2BUA - New Application!!!
Hello all! It's my try to make b2bua from asterisk. It's patched asterisk and some AGI script for it. What it support? Full vovida's b2bua radius emulation, radius failover, LCR, Call failover, Codec based routing, Session-Timeout and much other things that can be useful. Any suggestions and critics welcome! http://b2bua.berlios.de Best regards, Mike
2005 Feb 12
0
Re: Asterisk as b2bua
Hello. LCR means least cost routing, and it's billing system problem where to route a call, not b2bua's. But currently I dunno any free billing system that support it, so i moved this logic to b2bua. On Sat, 12 Feb 2005 07:05:39 +0330, mohammad <mohammad@mirzaee.net> wrote: > Hi Mike; > Thanks for your new application, but I think it would be better if you put >
2005 Feb 12
0
Asterisk as B2BUA. New application!!!
Hello all! It's my try to make b2bua from asterisk. It's patched asterisk and some AGI script for it. What it support? Full vovida's b2bua radius emulation, radius failover, LCR, Call failover, Codec based routing, Session-Timeout and much other things that can be useful. Any suggestions welcome! http://b2bua.berlios.de Best regards, Mike
2011 Dec 20
3
[LLVMdev] creating new Metadata
Dear llvm-ers, I am trying to attach a customized metadata to llvm instructions. Let's say, I want to attach some number to each instruction. I am trying to use void Instruction::setMetadata(unsigned KindID, MDNode* Node) but I am not sure how to create a brand new instance of an MDNode. Do you have any code samples demonstrating how to do that? Due to some tool dependencies, I am using