similar to: Threads and Active Reccord

Displaying 10 results from an estimated 10 matches similar to: "Threads and Active Reccord"

2006 Dec 16
3
fastthread 0.5.3
I''ve just committed fastthread 0.5.3, which finally gives us a working SizedQueue (which hadn''t really ever worked in previous versions). Mostly it was just a matter of refactoring Queue and SizedQueue into a single class behind the scenes, so I could move the signalling of the SizedQueue-specific condition variable inside the queue''s critical section. Failing to do so
2008 Jun 06
1
package needed: fastthread-1.0.2
I''ve just committed the makings of fastthread-1.0.2 to SVN, fixing a couple long-standing bugs in 1.0.1: - merged the fix from ruby_1_8 to avoid rb_bugging during exit with waiting threads - SizedQueue#enq is now defined properly Could you or whoever does the signed gems please turn the crank and upload the new gems? Thanks, -mental -------------- next part -------------- A
2006 Nov 23
0
fastthread 0.4
fastthread is a library which replaces the synchronization primitives defined in stdlib?s thread.rb (Mutex, ConditionVariable, Queue, and SizedQueue) with optimized versions which: * are much faster (in the non-contention case, speed comparable to direct use of Thread.critical or Thread.exclusive) * don?t leak memory (the stdlib implementation of Mutex manages to
2013 Jul 26
0
DNS and samba
Hi, I have problem with DNS and samba. I have a DNS who manage 3 zone (internal, foward and external), so I want use my DNS for all zone. how can I do this ? using samba Internal : No using samba BIND_DLZ, I have a conflict between samba reccord and defined reccord in my dns config for my domain are there other option ? regards St?phane ----------------------------------- St?phane
2008 Dec 11
1
Meetme realtime table structure
Hi guys, Sorry if I'll be very very stupid but really I write to this conference first. I have problems with configuration of app_meetme in realtime environment. I use last stable release of asterisk 1.6.0.3 Now situation is following. I create database and table in it. Th table is CREATE TABLE IF NOT EXISTS `booking` ( `bookId` int(10) unsigned NOT NULL auto_increment, `clientId` int(10)
2006 Dec 26
7
Rubygems 0.9.0.8 and Fastthread problem
Heya Folks- This is mainly for Zed and Mentalguy. I have been playing with the new release of rubygems 0.9.0.8 and I have a major problem with the requirement that fastthread needs to be required before thread. Just requiring rubygems and then requiring fastthread right after that will throw the error: ez _blog $ ruby require ''rubygems'' require
2010 Aug 18
1
CDR variables
Hello list! I am trying to get hold of ${CDR(duration)} and ${CDR(billsec)} variables in h It seems that these variables always return 0. I am using Asterisk version 1.6.2.11. Can't I get these values other than using CDR reccords ?? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 06
1
IVR : Can't hear my message
Hello, I've reccorded a voice message for the IVR. (.wav, 16 bits, 8kHz) The file is /var/lib/asterisk/sound/11ivrrecording.wav. When asterisk (1.2.5) starts this file i can't hear it on my phone. Here is the log : Apr 6 17:00:16 VERBOSE[845] logger.c: -- Executing SetCallerID("SIP/11-97b9", ""Patrice" <11>") in new stack Apr 6 17:00:16
2004 Apr 16
0
SIP IAX2 MySQL Config
I've configured asterisk to connect a MySQL database for CDR, Voicemail and SIP/IAX2 peers. - CDR are reccorded - Voicemail config is readen directly in the database but SIP/IAX2 peers still have to be declared in sip/iax2.conf to make calls... However, when I restart Asterisk: [chan_sip.so] => (Session Initiation Protocol (SIP)) == Parsing '/etc/asterisk/sip.conf': Found ==
2006 Apr 07
0
Re: IVR: Cant hear my message
I cant figure it out but why dont you dont you make an extension that you can dial and record yoursef. Exten => 100,1,Wait(2) Exten => 100,2,Record(FileName:gsm) Exten => 100,3,Wait(2) Exten => 100,4,Playback(FileName) Exten => 100,5,Hangup Antoine LOUIS <antoine.louis@gmail.com> wrote: Hello, I've reccorded a voice message for the IVR. (.wav, 16 bits,