search for: addion

Displaying 11 results from an estimated 11 matches for "addion".

Did you mean: addicon
2004 Jul 28
2
Collect recording before sending to extension or queue
Has anyone does this with *? Ie, ask for the caller's name and provide that to the callee before bridging? For calls to an extension, it should be doable via the dialplan. For calls to queues, some changes would be required to app_queue.c to allow an addional file to be played after the announce message. -JimC
2003 Oct 20
3
R 1.8 for debian
...upported by 1.8., therefore I tried to get 1.8. but synaptic only shows up with 1.7.. Are there already debian 1.8 packages? Another question would be, how I can keep all my previously installed packages. will they be kept in '/usr/local/lib/R/site-library or does the new R overwrite these addional packages? cheers Martin
2017 Nov 06
1
Firefox print to file fail silent & side notes of cms4all.
...hunt? I only wanne tell, that is not my domain. Side note: cms4all-kernel, cms4-all-drivers, cms4all-mesa is in takt, but I will push information when cms4all-gstreamer an cms4all-media closed in my private Project. My aspect "best of" isn't closed yet, still experimental. Will take addional weeks, as i did it 2016 for centos. @Nux, my VLC is still more stable as yours and I don't no why. Yes I'm still there, but private and work takes to much time. I'm still there ... Sincrely Andy
2016 Jan 12
2
Released Pigeonhole v0.4.11 for Dovecot v2.2.21
Hello Stephan. > The release is available as follows: > > http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.11.tar.gz > http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.11.tar.gz.sig http://pigeonhole.dovecot.org/ seems to be down, right? Regards Juan C. > > Refer to http://pigeonhole.dovecot.org and the Dovecot v2.x wiki for > more
2006 Nov 11
0
feature: named mounts only, global listener limit
...tion limits the number of overall listeners that may connect to the server. This is an addition to the mount-specific limit already present. Reason for this are mainly radio license issues, limiting the total number of people listening over all streams (like /stream128, /stream64 and so on). In addion, there is another new config option <global-limit> 1/0, default 1==true in the <mount> section. This defines whether the specific mount contributes to the global limit. This can be used to exclude internal, technical mounts from the license-imposed external listener limit. The liste...
2008 Aug 19
3
variables in dtrace scripts
Greetings, is there a way to specify probes and other dtrace operations via command line parameters, like " BEGIN { usr_exec=$$1; usr_syscall=$$2; } syscall::usr_syscall:entry /execname == usr_exec && guard++ == 0/ { ... " [this does not work] This would make it possible to create "generic" dtrace scripts. Otherwise, some shellscript with sed-magic would
2002 Sep 07
0
And the winner is... (C't audio-codec test)
...them and rank them (As I wrote before) http://www.xiph.org/archives/vorbis/200208/0185.html The 7 files have been Wave, MP3, MP3Pro, AAC, Ogg Vorbis, WMA, RealAudio in 64kBit/s and 128kBit/s for a stereo sample of 3 genres: pop, jazz, classic. The files had individually anonymous names, except one addional file as referenze. The usere had to register with their Email and got individuell set of testfiles. To do the test twice, you have to download 26 MB again and to relisten to each file. 7240 User downloaded the files between 22. and 29. September, 3295 user fill in their vote about 64kBit/s sampl...
2010 Nov 09
3
Does this software run under Wine 1.0?
Hello, I have got a little problem testing my MONIKA-Software in Wine. I acually use Wine 1.2 under Ubuntu 10.04. There erverything works fine so far. But now I got a request if my software will also run under Wine 1.0 (wine-1.0-3.1.i586, Suse 11 or 10). As far as I know it is not possible to install the old Wine 1.0 under Ubuntu 10.04. If there is a way, please let me know :) Otherwise, is
1998 Dec 08
0
Samba 2.0 Beta23 released !
...ere is much more to being a Primary Domain Controller than serving Windows NT logon requests. A useful version of a Primary Domain Controller contains many remote procedure calls to do things like enumerate users, groups, and security information, only some of which Samba currently implements. In addion, there are outstanding (known) bugs with using Samba as a PDC in this release that the Samba Team are actively working on. For this reason we have chosen not to advertise and actively support Primary Domain Controller functionality with this release. This work is being done in the CVS (developer)...
2008 Feb 27
4
Index corruption with squirrelmail.
Hi. I don't know if the problem is related with squirrelmail or not, but I started to have index corruption when I started to try squirrelmail. Some informaton about my instalation: dovecot 1.0.5-1 debian package with maildir squirrelmail 1.4.9a-2 debian package Some log information: dovecot: 2008-02-27 08:39:39 Warning: IMAP(<please don't send spam to me>): fscking index file
2023 Aug 20
3
[PATCH drm-misc-next 0/3] [RFC] DRM GPUVA Manager GPU-VM features
So far the DRM GPUVA manager offers common infrastructure to track GPU VA allocations and mappings, generically connect GPU VA mappings to their backing buffers and perform more complex mapping operations on the GPU VA space. However, there are more design patterns commonly used by drivers, which can potentially be generalized in order to make the DRM GPUVA manager represent a basic GPU-VM