similar to: No subject

Displaying 20 results from an estimated 200000 matches similar to: "No subject"

2010 Jul 09
2
<no subject>
Hello, list. I've set up an outbound alerting system to play a recording when systems go down, etc. and I'm noticing that cellphones tend to answer() and then start ringing the actual handset. So far, I've verified this behavior with Verizon, T-Mobile, and Google Voice (the last produces a SERIOUS delta between bogus answer and actual answer). Has anyone figured out how to detect
2009 Jan 16
0
No subject
and receivefax seems to be working ok. The connect speed is low somewhere between 2400-9600 but it seems to be working. Actually I was able to receive international fax. Of course with some failures :-) If you want to use T38 in asterisk over ip with ata I didn't have too much luck with it. May be it would worked better on LAN. I switched to cisco or other hardware and it worked ok. Vladimir
2005 Aug 20
1
plot(type="h") equivalent in Lattice?
I tend to prefer doing graphics in R using the lattice library. I'm "porting" some old scripts. Is there a nice way to get in lattice the equivalent of the plot(type='h'), which is the high-density lines/histogram plot in base graphics package? I tried doing this with barchart(), but with limited success... the fact that I have ~1000 datapoints/bars causes problems, in
2016 Apr 05
0
VPN suggestions centos 6, 7
How is IPSec "not recommended solution nowdays"? I tend to use IPSec for site-to-site connections i.e. the ones that run 24/7 and only require two experienced people to set up (the admins at both endpoints). For host-to-site setups I prefer OpenVPN since explaining to endusers how to set up an ipsec connection is neigh impossible whereas with OpenVPN I can simply tell them to install
2005 Aug 05
0
Seeking Beta testers for enterprise mystery service
A company where I work is building an enterprise-grade infrastructure system which enhances the usefulness of VoIP systems on the public Internet. We're looking for a few enterprises which are running Asterisk who would be interested in being Beta customers for our pre-rollout testing. In exchange for being a Beta customer, you would be entitled to free service through December 2005.
2015 May 23
0
Problem with sieve not triggering randomly?
Once upon a time, Stephan Bosch <stephan at rename-it.nl> said: > You're using Dovecot 2.2.10, which is quite old. I remembered a bug like > this, but I had to look it up. This is the original bug report: Ah, sorry for taking your time on an old bug. For most of my servers, I try to use the RHEL/CentOS-provided packages where practical (because with over 100 servers running a
2014 Aug 12
2
[LLVMdev] Heuristic for choosing between MCJIT and Interpreter
On 08/11/2014 04:21 AM, David Chisnall wrote: > Hi Josh, > > On 9 Aug 2014, at 21:33, Josh Klontz <josh.klontz at gmail.com> wrote: > >> I'm facing a situation where I have generated IR that only needs to be executed once. I've noticed for simple IR it's faster to run the interpreter on it, but for complex IR it's much better to JIT compile and execute it.
2014 Oct 14
2
[LLVMdev] RFC: variable names
For lambdas, you have more contexts to confuse yourself, so why would a discriminator like '_' not be helpful here? David On Mon, Oct 13, 2014 at 5:10 PM, Chandler Carruth <chandlerc at google.com> wrote: > > On Mon, Oct 13, 2014 at 4:42 PM, Richard Smith <richard at metafoo.co.uk> > wrote: > >> On Mon, Oct 13, 2014 at 4:25 PM, Xinliang David Li
2015 Aug 26
1
match()/%in% with language objects?
>>>>> William Dunlap <wdunlap at tibco.com> >>>>> on Tue, 25 Aug 2015 09:47:23 -0700 writes: > match(x,table) and x%in%table work when x and table are lists of language > objects or expressions. E.g., > expression(quote(1+2), quote(log2(16))) %in% expression(3, quote(1+2), c(4L,5L,6L,7L)) > #[1] TRUE FALSE >
2011 Jan 10
0
No subject
Class: default File: /var/lib/asterisk/moh//reno_project-system File: /var/lib/asterisk/moh//macroform-robot_dity File: /var/lib/asterisk/moh//manolo_camp-morning_coffee File: /var/lib/asterisk/moh//macroform-cold_day File: /var/lib/asterisk/moh//macroform-the_simplicity Class: none File: /var/lib/asterisk/moh/.nomusic_reserved/silence
2011 Feb 16
0
return(); was Suggestions for "good teaching" packages
I tend to code with return(), at least in development, because I've once stepped in the cowpad of ans<- list( ) then attr(ans ....) and forgot to do another ans so got only part of what I wanted. Perhaps its just my thinking style, but I agree with some others who suggest that it's not such a bad idea to be explicit about what one is doing. I prefer pedestrian code that
2007 Apr 02
0
[LLVMdev] CVS Branches To Discard?
Hi Reid, > A deficiency in the cvs2svn script causes it to bloat the Subversion > repository (significantly, as in 10x) in the conversion of branches > and tags. It's probably a bit late in the day, but have you considered other CVS to SVN conversion tools, e.g. Tailor? http://www.darcs.net/DarcsWiki/Tailor http://darcs.arstecnica.it/tailor/ Cheers, Ralph.
2015 Mar 16
2
[LLVMdev] RFC: I plan to remove the autoconf and Makefile build of LLD
Hi Chris, On 14 Mar 2015, at 21:42, Chris Bieneman wrote: > Just out of curiosity. The community generally seems to be moving away from autoconf toward CMake. Is there a reason why you need the autoconf build bad enough to support it out-of-tree? The reasons a short-term and boring engineering/project-related, rather than ideological. We all agree that one well-maintained build system is
2005 Jun 02
0
Access Permissions for Network Resource
Hello, I have used Samba to create a file share of a folder on a linux box that I have setup for testing purposes. When I go to map a drive to this share on my Windows XP machine I can see the shared folder on this computer. However when I try to open this folder or map it to a drive even after entering the root user and the associated password for this Linux box I am continually seeing the
2015 May 17
1
Asterisk "virtual hosting"
also sprach Steve Edwards <asterisk.org at sedwards.com> [2015-05-17 08:31 +0200]: > While preprocessing could be called 'templating,' this may be > confusing because Asterisk already as a configuration file feature > called 'templates.' Fair point. Preprocessing it shall be. > And you find preprocessing/templating complex? Hehe. The difference is that e.g.
2017 Jun 22
1
(no subject)
[global] workgroup = ... security = ADS realm = .... passdb backend = tdbsam log level = 3 vfs:2 syslog = 0 encrypt passwords = yes template shell = /bin/csh map to guest = Bad User deadtime = 30 winbind separator = / winbind refresh tickets = yes winbind trusted domains only = no
2015 May 17
2
Asterisk "virtual hosting"
also sprach Steve Edwards <asterisk.org at sedwards.com> [2015-05-16 23:22 +0200]: > I use a preprocessor > (http://software.hixie.ch/utilities/unix/preprocessor/) to tailor > dialplans and configuration files to each host based on the client > (or project) and the hostname. Yeah sure, templating works, but it introduces a layer of complexity that can make debugging hard(er). I
2006 Nov 27
0
[LLVMdev] moving to svn?
Anton Korobeynikov wrote: >>the official cutover. Granted, you might need darcs to pull the current >>version out of its repo, since it was originally designed with darcs in >>mind. > > I can confirm, that tailor converts LLVM CVS with all history preserved > to mercurial repository without any visible troubles. I'm not sure if I just took HEAD or converted the
2004 Oct 07
2
Samba with winbindd AD Group access limit problem
I'm running Samba 3.0.2 on Solaris using winbindd to allow me to security tailor access to subdirectories on a Samba share. We assign the subdirectories within a Samba share to an Active Directory group name. This generally works fine but I am having user access issues from the Win2K / Win XP workstations that have mapped the share. The problem seems to be related to the number of groups /
2002 Dec 26
0
(no subject)
The IP addresses are assigned via DHCP - a Linksys router. David David I. Sommers, Ph.D. Scientific Review Administrator Interventions Review Committee (ITV) National Institute of Mental Health 6001 Executive Boulevard Room 6144, MSC 9608 Bethesda, MD 20892 Rockville, MD 20852 (for express or courier service) 301-443-7861 - voice 301-443-4720 - fax dsommers@mail.nih.gov - email -----Original