search for: xig

Displaying 12 results from an estimated 12 matches for "xig".

Did you mean: big
1998 Mar 12
2
FreeBSD Security Advisory: FreeBSD-SA-98:02.mmap
...maxprot; void *handle; int flags, error; + int disablexworkaround; off_t pos; addr = (vm_offset_t) uap->addr; @@ -252,6 +253,26 @@ pos = 0; } else { /* + * cdevs does not provide private mappings of any kind. + */ + /* + * However, for XIG X server to continue to work, + * we should allow the superuser to do it anyway. + * We only allow it at securelevel < 1. + * (Because the XIG X server writes directly to video + * memory via /dev/mem, it should never work at any + * other securelevel. + * XXX this...
2015 Jan 27
1
asterisk 11.14 - voicemail incorrect duration
Hi Stefan, Stefan Tichy <asterisk3 at pi4tel.de> schrieb am Mon, 26. Jan 23:56: > Hi Dominique > > On Mon, Jan 26, 2015 at 04:37:23PM +0100, Dominique Haeber wrote: > > > So, from 15:24:04 to 15:24:10 there are 6 seconds. But asterisk only > > count 2. What can be the reason? It is not silence. > > Are you sure? Yes, im sure. I have looked at the time and
2015 Aug 19
2
asterisk server stress test
Hi all, i need to test how many calls can withstand an Asterisk server. Do you know any good tools to strain the server? At best, there are scripts that I can run on a Linux server. I thank you for your tips Sincerely Dominique Haeber
2003 Jul 23
3
[Bug 597] X11 Forwarding: sshd doesn't listen on unix domain sockets
http://bugzilla.mindrot.org/show_bug.cgi?id=597 cheako911 at yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cheako911 at yahoo.com ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the
2015 Aug 19
3
asterisk server stress test
Hi Barry Flanagan, Barry Flanagan <barryf-lists at flanagan.ie> schrieb am Mit, 19. Aug 11:06: > SIPP is probably what you seek. http://sipp.sourceforge.net/ > > Hope this helps. That looks pretty like what I'm looking for! Many thanks! Sincerely, Dominique Haeber
2001 Nov 28
2
PNG diver problem
Hi, I am having the following problem and I am not sure if this is bug or I am missing something obvious. I have a bunch of R functions that automatically process large data sets. The processing produces several numerical summaries and several graphs which are subsequently put in reports. I usually do my processing in R BATCH mode on a Win2000 machine. All the graphical functions in my package
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2015 Jan 26
2
asterisk 11.14 - voicemail incorrect duration
Hi all, i use asterisk 11.14.0 and I suspect that the voicemail application counts the time wrong. In my voicemail.conf: [general] minsecs=3 maxsilence=5 format=wav maxsecs=180 silencethreshold=140 [...cut..] In the asterisk-cli: [Jan 26 15:23:49] -- Executing [s at macro-voicemail:77]VoiceMail("SIP/XY-0005175a", "aNumber,su") in new stack [Jan 26 15:24:04] --
2013 Sep 06
1
Use SRV for failover proxy
Hi all, is it possible that asterisk uses two proxies with SRV? The enddevices are registered on one of the two Proxies (Kamailio). The two proxies communicate with each other. And asterisk can choose one of this proxies with SRV. asterisk | \ | \ Proxy1 Proxy2 I have tries to solve this problem with two trunks for this proxies and Dial(... at proxytrunk) but on this way the
2014 May 09
1
deactivate SRTP in asterisk 11
Hi all, i try to deactivate SRTP in asterisk 11. In sip.conf: tlsenable=no encryption=no transport=udp srtpcapable=no but when I try to make a call comes following message: [May 9 15:19:03] DEBUG[24745][C-00000086]: sip/sdp_crypto.c:285 sdp_crypto_process: Accepting crypto tag 1 [May 9 15:19:03] DEBUG[24745][C-00000086]: sip/sdp_crypto.c:310 sdp_crypto_offer: Crypto line: a=crypto:1
2016 Mar 17
2
Dial()-Function
Hi all! :) I search a function or option for application Dail(). My situations: I have two or more Dial()s with multiple devices (Handgroups). Level1: Dial(SIP/device1,20) Level2: Dial(SIP/device1&SIP/device2,20) Level3: Dial(SIP/device1&SIP/device2&SIP/device3,20) When in level one, no one accept the call until the timeout, they have a missed call on device. When in level two,
2015 Apr 01
0
ReceiveFax() fails over Dial()
Hi all, since asterisk 11 (1.6 was okay) failed the ReceiveFax-Application when it called about "Dial" and a Local-Channel. Directly from external to FaxReceive is no problem. Cut from cli: [...] [Apr 1 11:12:31] -- Executing [s at macro-redirection:85] Dial("SIP/access-trunk-00000001", "Local/0XXXXXXX40 at x-xxx-companyXXXXX/n") in new stack [...] [Apr 1