search for: calmly

Displaying 20 results from an estimated 272 matches for "calmly".

2006 Mar 21
6
Native MOH - Convert mp3 to ulaw
I'd like to use native moh instead of with mpg123... for some reason the processes never bloody die. For native moh to not spawn an external player, I'd need to convert the default supplied moh sound files in /var/lib/asterisk/mohmp3 to ulaw and g729 format. Anyone know of a free, easy way to convert them? Thanks, Doug.
2009 Dec 04
2
[ggplot2] Wind rose orientation
Aloha all, I love using ggplot. It took a while to get used to the grammar of graphics, but it is starting to get easy now that I am thinking in a more structured way. A question. I'm making a wind rose that I'd like to be oriented with due north straight up. I've discovered that the orientation is sensitive to how north is represented. When north is represented as 0,
2005 Jul 26
3
mpg123 - two processes
Does everyone have two processes running for mpg123? I always have them when I'm running an idle Asterisk box. No calls going in or out and nothing off hook. Is this normal? Thanks! 5008 ? S 0:00 mpg123 -q -s --mono -r 8000 -b 2048 -f 4096 fpm-calm-ri 5015 ? S 0:00 /usr/sbin/asterisk 5061 ? S 0:00 mpg123 -q -s --mono -r 8000 -b 2048 -f 4096
2008 Nov 24
1
Problem with Samba
Yes, another newbie asking for help. Please bear with me. I don't doubt my problem has a simple solution but it has me stumped. I have a solaris server which carries some confidential financial information on it. I have been asked to install samba on it to share out a particular directory. They obviously want to restrict access to this information. We run a Windows 2003 domain as well.
2007 Jul 04
2
Loop and cbind
Hi, I would like to apply the following function for i between 1 and 12, and then construct a list of the return series. for (i in 1:12){ ewma[i] <- emaTA(calm[[i]]^2,0.03) standard[i]<- calm[[i]]/sqrt(ewma[i]) standard <- cbind(standard[i]) } But it does not work. Could anyone give me some advice how can I achieve this? Many thanks -- View this message in context:
2006 Mar 01
9
MOH native files
Where can I find alaw, ulaw, gsm, g729 formats for native music on hold? I have some mp3 files and I have tried to transcode them to above, but it seams that SOX can't do that. Please, tell me where to download some MOH files (in above formats) or how to transcode mp3? Thank you for your time! -- Tomislav Parcina tparcina#lama.hr
2006 Nov 07
3
question on multilevel modeling
Hi, I am trying to run a multilevel model with time nested in people and people nested in dyads (3 levels of nesting) by initially running a series of models to test whether the slope/intercept should be fixed or random. The problem that I am experiencing appears to arise between the random intercept, fixed slope equation AND. (syntax: rint<-lme(BDIAFTER~BDI+WEEK+CORUMTO,
2019 Feb 05
3
LLVM 7.1.0 release - Please test the branch
Hi, The release_70 branch is ready for the 7.1.0 release. I have updated the version and pushed a fix for https://bugs.llvm.org/show_bug.cgi?id=39427, which is the only bug we will be fixing in this release. Since this is an ABI breaking changing and also we are introducing a minor version for the first time, please take some time to test the branch and make sure everything works as expected.
2010 Oct 22
3
Licensing of Default MOH
Hi, I wonder if I may freely use the default soundfiles that came with asterisk (fpm-world-mix, fpm-calm-river and fpm-sunshine) on production server? Are there any official sources of royalty free music? -- Mvh, Aurimas Skirgaila -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Dec 12
3
windrose color ramp issue
Greetings! I'm having an issue with the windrose produced by the windrose function from the circular package. For our weather stations in North Carolina I'm helping with a script which takes hourly wind speed and direction data to create windroses for our end users. One of the stations in the mountains frequently reaches wind speed of 40 to 60 mph and in storms can reach wind speed over
2005 Jun 15
1
coding to generate a matrix to prepare for chi-sqr test f or text mining
I would compile a table of all the words in the dataset (maybe you have it already), then create a list where each component is an integer vector of indices of words. That is, replace words by their positions in the table. >From that sparse form you could create binary features to use with standard classification methods, or for example compute the X'X matrix for linear regression
2007 Nov 28
1
question about warning message in nlme model
I am writing to inquire about a warning message that I receive when trying to model a random slope and intercept at the second level of a 3-level model. Specifically, I am testing a 3-level model in which time (WEEK) is nested in participants (PARTICIP) and participants are nested in dyads (DYADID). The goal is to examine how an interpersonal style (CORUMTO) one week predicts changes in
2020 Sep 04
1
SID mapping: Samba and SSSD
On Fri, Sep 04, 2020 at 08:34:29PM +0100, Rowland penny via samba wrote: > > There is no need (in my opinion) for yet another idmap backend and I can, if > I so wish, 'NACK' any new ones. If someone was to write a tool to sync data > (along with ownership and permissions) from a machine running sssd to a > machine running winbind, then this would get my approval. Sounds
2005 Jun 15
0
coding to generate a matrix to prepare for chi-sqr test for text mining
Hi, there: I have a dataset like the following: 1412|WINDOW|SHATTER|TORN|SOFT|TOP|WATER|RAIN|LAB|AI|BOLL|CAMP|0 1413|PARK|IV|STRUCK|PARK|PUSH|COD|POLICI|CIA|TB|SIC|0 2412|ACCID|REAREND|MULTI|EH|IV|MIDDL|FAN|DUAL|LOSS|CALM|1 2414|IV|REAREND|CD|COG|LAB|ADVERS|1 2415|ACCID|SINGL|VEHICL|IV|SWERV|AVOID|OBJECT|STRUCK|PHONE|POLE|FAN|0 2417|ACCID|SINGL|VEHICL|ROLL|DUE|FATAL|FAN|DUAL|LOSS|CALM|1
2015 Dec 06
3
7.2 kernel panic on boot
Always Learning wrote: > I always admire Johnny's prose, passion for Centos and his calm approach > to everything. Agreed. But two possibly OT and probably ignorant queries: 1. I am running a standard Centos 32-bit system on my home servers. I keep them up-to-date, but have not re-booted for several months. I see from /etc/centos-release that I am running 7.1. If I re-booted would
2018 Mar 26
2
[PATCH net] vhost_net: add missing lock nesting notation
We try to hold TX virtqueue mutex in vhost_net_rx_peek_head_len() after RX virtqueue mutex is held in handle_rx(). This requires an appropriate lock nesting notation to calm down deadlock detector. Fixes: 0308813724606 ("vhost_net: basic polling support") Reported-by: syzbot+7f073540b1384a614e09 at syzkaller.appspotmail.com Signed-off-by: Jason Wang <jasowang at redhat.com> ---
2019 Feb 05
2
[Release-testers] LLVM 7.1.0 release - Please test the branch
On 02/05/2019 08:07 AM, Michał Górny wrote: > On Tue, 2019-02-05 at 07:36 -0800, Tom Stellard via Release-testers > wrote: >> Hi, >> >> The release_70 branch is ready for the 7.1.0 release. I have updated the >> version and pushed a fix for https://bugs.llvm.org/show_bug.cgi?id=39427, >> which is the only bug we will be fixing in this release. >> >>
2005 Mar 15
1
(Yet another) Music on hold problem and another...
Hi, I've recently installed Asterisk and have got the majority of it configured (what an excellent piece of software it is, too), but I'm having a couple of problems. The first one is with music on hold! I've downloaded and installed mpg123 as specified: ># whereis mpg123 >mpg123: /usr/local/bin/mpg123 It's the correct version: >#
2006 Aug 03
2
instantrails and oneclick
Today I return to Ruby after 12 months. I find I have several installations, including Ruby 1.9!? Decided to rationlise things a bit before starting to learn Ruby again from scratch. Rails is hot stuff and I find I also had an old version of InstantRails (this is an XP machine... calm down now, it''s all I''ve got (well not quite, but I''ll come to that later)).
2005 Dec 23
2
Replacing a Samba+CUPS Print Server
I've had a Samba print server in my network for nearly 4 years now. The time has come for me to replace it with a more powerful machine. I have nearly 50 client machines (Windows 2000 and XP) attached to the printers that the existing server has and I don't want to have to touch them during this upgrade. I already have the new server built. Samba and CUPS are both ready for the