search for: aldos

Displaying 20 results from an estimated 113 matches for "aldos".

Did you mean: aldo
2008 Jun 26
3
Connecting lines across missing data points, xyplot
All, I have data across 5 time points that I am graphing via xyplot, along with error bars. For one of the variables I have missing data for two of the time points. The code below is okay but I can't seem to get the lines to connect across the missing time points. Does anyone now how to rectify this? Cheers, David Afshartous library(lattice) ## the data junk = data.frame( Visit =
2005 Mar 10
4
Compiling Asterisk On SUSE 9.2
Dear all, I have tried to compile * 1.0.6 (downloaded from the digium site, in the right sequence - zaptel, libpri, asterisk) on two different machines running SUSE 9.2. The problem comes during some preliminary checks: checking for ar... /usr/bin/ar checking for tgetent in -ltermcap... no checking for tgetent in -ltinfo... no checking for tgetent in -lcurses... no checking for tgetent in
2013 Sep 06
1
Dovecot 2.1.7 not starting properly, mail not delivered
On my debian box dovecot does not start properly any more, and mails don't get delivered or sent. I've googled around without finding any useful leads. Hopefully someone is willing to educate me. My guess is it must be a config problem after an upgrade, since I didn't change anything myself directly. Not sure when it started, since I this mail server is not our default machine (yet).
2008 Nov 02
5
Ztdummy and Asterisk
Hi, I have installed Asterisk 1.4.20 on Debian Etch. The server has no telephony card installed, but I have anyhow installed Zaptel (Zaptel-1.4.9) in order to be able to use MeetMe. The Zaptel modules load normally. I obtain the following prompts: kerplunk:/# /etc/init.d/zaptel start Loading zaptel framework: done. Waiting for zap to come online...OK Loading zaptel hardware modules: ztdummy.
2003 Jan 09
7
Samba Authentication against NT domain
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: aswrule.gif Type: image/gif Size: 2086 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20030109/f9f81cfe/aswrule.gif -------------- next part -------------- A non-text attachment was scrubbed... Name: Sweets Bkgrd.gif Type: image/gif
2008 Jun 16
1
aggregate() function, strange behavior for augmented data
All, I'm re-running some analysis that has been augmented with additional data. When I use the exact same code for the augmented data, the behavior of the aggregate function is very strange, viz., one of the resulting variables is now coded as a factor while it was coded as numeric for the original data. Unfortunately, I cannot provide a reproducible code example since it only seems to occur
2005 May 20
4
Sipura 3000 Question
Dear list, I am playing with Sipura 3000 since last week. Through the wiki pages I could get running it reasonably well. My setup is that of a Sipura, linked with a local analog cordless phone, a local PSTN line and the setup to link to an asterisk server located at a remote static ip address. I can dial the cordless phone from other extensions located at the asterisk server; I can dial out
2005 Mar 10
4
Suse Compiling: next err
Hi all, sorry bothering again. I am still stuck in compiling asterisk. Learning (or trying to) from the first problem and first hint, when I got this error: gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o
2005 Mar 13
4
SUSE 9.2 and Zaptel channels
Of course I am not a kernel expert, so .. please be patient. I am investigating on my zaptel/zapata problem. As the main error message asterisk quits on mentions <'/dev/zap/channel': No such file or directory> I went peeking over there. [Asterisk Verbose Error Mar 13 20:43:35 WARNING[5779]: chan_zap.c:763 zt_open: Unable to open '/ dev/zap/channel': No such file or
2006 Feb 25
3
Anyone using the GSM gateway from CyberTelecom ?
asterisk-users-request@lists.digium.com is believed to have said: >Hi, > >Sorry for being very late on this thread but i am trying to make a >decision on which one to go for. Options are > >1. Dock n Talk offered by Voxilla (USD139) >2. GSM Gateway by CyberTelecom (GBP60) > >I'm having a TDM400P with 1 FXO & FXS. > >I'm interested in implementing DISA
2003 Apr 25
4
IMQ page
The IMQ page (http://luxik.cdi.cz/~patrick/imq/) has some rather obvios problems in the examples used. I wrote Patrick McHardy without getting an answer (yet) so I tought this was a good place to ask. Does anybody know how to contact him about this? _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
2007 Oct 17
4
Issues with Zaptel 1.4.5.1
Greetings to all list members! My name is Aldo Sudak and I am an Asterisk newbie. I am writing now because I have not been able to find any mention to the issues described below, neither in this list nor in the wiki. I am performing preliminary tests with Asterisk 1.4.11 and Zaptel 1.4.5.1 on Fedora Core 6. Installation of all of the Asterisk packages was straightforward and I always obtained
2014 Feb 12
2
Asterisk Not Starting after YUM Update
Hi List, it feels silly, but here I am. My Asterisk box is useless, after running a long delayed yum update (Centos box). ***** A few details on the box: cat /etc/redhat-release CentOS release 5.10 (Final) arch i686 uname -a Linux hermes 2.6.18-371.4.1.el5 #1 SMP Thu Jan 30 06:09:24 EST 2014 i686 athlon i386 GNU/Linux asterisk -r Asterisk 1.6.2.20, Copyright (C) 1999 - 2010 Digium,
2007 Oct 21
2
Asterisk Initial Set-up - 'Registration Refused' at FWD
Hello, Sorry for what may be a basic question, but I have spent a number of hours trawling the forums without resolving the problem, and hence this post. I have just started to dabble with Asterisk, as much for the learning than anything else. I created an account on FWD and used the Asterisk settings that the FWD web site recommends at
2007 Dec 18
9
Scatterplot Showing All Points
Hello all, I'm trying to graph a scatterplot of a large (5,000 x,y coordinates) of data with the caveat that many of the data points overlap with each other (share the same x AND y coordinates). In using the usual "plot" command, > plot(education, xlab="etc", ylab="etc") it seems that the overlap of points is not shown in the graph. Namely, there are
2006 Sep 11
1
plotting curves
Hi, I've been trying to recreate plots of that follow a cubic form. The the original graphs I'm looking at were produced with specialized software (Delta Graph), and although I can reproduce it almost exactly with R, the only difference is in the actual display of the curves I've plotted. I've noticed that in R all curves are pixelated, regardless of howmany points I use. Is
2005 Jan 14
1
Re: Budgetone and MWI
asterisk-users-request@lists.digium.com is believed to have said: >I don't mean to be rude to everyone who responded to this question, but >I think that everyone is answering the wrong question. The point is that >the message waiting indicator doesn't light up, at all, ever. All that >happens when messages are waiting is that the display blinks and the >phone gives a
2008 Dec 09
1
Driver not found for Powerware 5110
Hi, I have an UPS Powerware 5110 ( usb connection ), on Linux OS is Debian 4.0 The /etc/ups.conf file setting is: [myups] driver = bcmxcp_usb port = auto desc = "UPS Powerware 5110 1500 VA" When the daemon starts it displays the following message: "Starting Network UPS Tools: (upsdrvctl failed)." Looking at /var/log/syslog I found the following line
2007 Apr 12
3
[LLVMdev] Compiler Name
Suggestions: Zembla - It's a fictional northern European country in "Pale Fire" by Nabokov. Pala - The island utopia in Aldos Huxley's "Island". Thra - The world of The Dark Crystal. -bw
2010 Apr 09
2
Asterisk & Timezones
Hi all, I have noticed something I can't solve regarding Asterisk (latest 1.6.0.x). My server is set at the GMT+2 timezone. The clock is ok (I can get the correct time at the terminal). But today I got a call at a time where Asterisk should have gone 'off business hours'. All log times are wrong by exactly 2 hours. As if Asterisk would just sit on GMT, ignoring the GMT+2