similar to: Peak number of calls?

Displaying 20 results from an estimated 6000 matches similar to: "Peak number of calls?"

2014 Sep 16
1
Disabling CDR for all dialed parties in Asterisk 12
Hello, is it possible to disable the CDR record creation for all dialed parties? From my limited testing it looks like CDR_PROP(disable) is effective only for the first party (the one specified before the first ampersand in the Dial application argument) and I can't find any way to disable it for the other ones (I think the CDR in question is written after the Dial completes). Is it by design?
2007 Jun 28
1
CDR Log analizer software
Hello all, I'm looking for software for my asterisk logs that will compile the information into nice web-based charts and graphs. Something that works similar to webalizer for apache. I want to be able to spot trends of usage, call volume levels, disconnect/failure levels, and basically see exactly where my system has been at over the past day/week/month, etc. . I would prefer for
2005 Aug 28
1
monitoring with mrtg
Dear freinds, The pl script file which is available in the asterisk monitoring section of the voip-info.com expects username ,password and host parameters . Which one we should provied is the acconts we registered for asterisk or any thing else your help will be immensely appreciated . with regards rk _______________________________________________________ Too much spam in your inbox?
2004 Nov 27
6
Finally making some progress
I *think* we are finally making some progress in tracking our elusive performance problems. After employing a second 10Mb link from our ISP, along with another firewall box and proxy, we were able to determine the problem *is* our firewall. We don''t know exactly why yet, but our sporadic slow web access seems to have gone away since swapping a new firewall in this morning. The
2003 Mar 13
2
RODBC and Excel in Widows
Hello, I have some problems with RODBC and Excel in Win98 I am using R 1.6.2 and just upgraded RODBC to the last version on CRAN. I have an Excel file with columns Number, Name, Sex, Age, FEV1 on Sheet 1 and Number, Age, FEV1, Name, Sex on Sheet 2. Now I open the channel to the file > chan1 <- odbcConnectExcel("c:/testOdbc.xls") > tables(chan1) and the list appears with the 2
2005 Feb 08
1
Asterisk performance monitoring
Hello, Has anyone used any 3rd party web based software to get performance information out of Asterisk? Looking for CPS, call setup times, voicemail database utilization etc. Cheers Keith. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050208/e53730f8/attachment.htm
2005 Mar 30
1
Memory consumption
Hope everyone had a festive easter weekend! Is it possible to monitor how much memory iptables or kernel consumes while processing packets as they go through the firewall? The same question goes for having a large number of routes in the routing table (>700). A few reasons for asking, but the two major ones are from the following situations: 1. We provide 420 flats in a complex with
2006 Aug 18
7
Linux - Rails - PostgreSQL partitioning
I am getting some larger hard drives and will migrate my intranet application onto the new hard drives. I am using CentOS 4. The current setup uses one small boot volume (ext2) and the rest is partitioned into one big LVM. Does it make sense to partition /var/lib/pgsql separately? (thinking mostly in terms of performance) Craig
2011 Feb 18
1
Find peaks in dataset(x,y) and area for each peak
http://r.789695.n4.nabble.com/file/n3312061/x_and_y_values.txt x_and_y_values.txt I have the absorbance values form HPLC Chromatogram. I need to find the peaks in datapoints and area under each peak. I am not sure how how to find the peaks, I tried couple of libraries and peak function but they return me a list of values which when computed from area turns out to be huge nnumbers. In the
2013 Mar 18
2
OrgMassSpecR peak area issue
Hello! I am having an issue with the OrgMassSpecR package. I run my HPLC using a DAD detector. My raw data is exported form chemstation as a csv file. I then upload the csv into Rstudio no problem. Using the DrawChromatogram function, I get a nice chromatogram, and my retention time, peak area, and apex intensity values are given as well. The problem comes with the peak area value given. The
2004 Dec 09
2
Peak finding algorithm
I'm sure there must be various peak-finding algorithms out there. Not knowing of any, I have written one myself*, but I thought I'd ask to see what's out there. Basically, I have a 2-dimensional data set and I want to identify local peaks in the data, while ignoring "trivial" peaks. My naive algorithm first identifies every peak and valley (point of inflection change
2010 Dec 14
3
peak detection
Hi, I was wondering if anyone knows of a package that contains the ability for peak/valley detection. Here is an example of what I'm looking for, only problem is that it's written in Matlab. http://www.billauer.co.il/peakdet.html Thanks for any help in advance. -Joe
2006 May 06
2
Peak Listeners and Keeping idle mounts
I have two questions... When I disconnect from my Icecast mount (when broadcasting), I want the following to happen... 1. The "Peak Listeners" count to not be reset to 0 the next time I connect 2. For the mount to remain present (so that my listeners don't get a 404 error and remain listening to silence until I reconnect. Is this possible? Thanks in advance, -- Ben
2012 May 15
1
[RFC] Rename peakcurrent to current.peak
While reviewing Greg Woods' PATCH 28/36, I realized that our namespace use "peakcurrent". A more coherent name would be "current.peak", as used in Greg's patch (well, in the metasys driver to be precise). For the time being, only the upscode2 driver is using "peakcurrent". But as told, metasys is already using "current.peak". So I'm going to
2013 Feb 06
2
Peak detector help!?
Grrr ... new trial with code here: http://pastebin.com/RjHNNG9J Maybe the amount of inline-code prevented posting? Hello, I am writing a simple peak detector and it works quite well ... however there's one special case below, that I can't get my head wrapped around ... the problem is in the "Deal with not fully qualified peaks at the sequence extremes" section, but I cannot
2013 Sep 04
1
[PATCH] drm/nv84-: write fence value on exit, and restore value on init.
Op 04-09-13 05:21, Ben Skeggs schreef: > On Tue, Sep 3, 2013 at 12:31 AM, Maarten Lankhorst > <maarten.lankhorst at canonical.com> wrote: >> This increases the chance slightly that recovery from lockup can happen >> succesfully. > I'd *really* love to see proof of this. When channels die, all > outstanding fences are marked as signalled. This should do
2005 May 09
3
ANNOUNCEMENT : AreskiCC V2.2 - Asterisk CallingCard Application
Dear All, Here the version 2.2 a new version of your dear CallingCard Software !!! http://www.areski.net/areskicc-doc-v2/ Many new features have been added and several enhancements made! Newest features : - A new re-build rate-engine - LCR & LCD management (OOOOHHH YESSSSS) - Billing Increment - Progressive Rate - Scheduled Rates (days of the weeks) - Expiration rates - Buy rates
2010 Sep 09
1
Set channel variable from within other channel
Hello list, is it possible to set a variable (channel variable) from within another channel ?! I'm currently working with 2 channels that I bridge afterwards. It would be good to set a variable in one channel when something occurs in the other channel. If some variable is not set in channel 1, then this means something for channel 2. But from within channel 2 I can not see the variables
2002 Jan 22
2
Peak value
Hi, While testing ReplayGain (so it could be related to a bug), I noticed the following gain comments for a file: RG_PEAK=1.71580 RG_RADIO=-7.91 dB RG_AUDIOPHILE=-6.72 dB I've never seen such a large peak. Not that I've looked much, nor have I analyzed the file further. I just thought I should mention it. :) The file is the track Board Burner by Mixmaster Mike, available at:
2004 Dec 20
2
problems with limma
I try to send this message To Gordon Smyth at smyth at vehi,edu.au but it bounced back, so here it is to r-help I am trying to use limma, just downloaded it from CRAN. I use R 2.0.1 on Win XP see the following: > library(RODBC) > chan1 <- odbcConnectExcel("D:/Data/mgc/Chips/Chips4.xls") > dd <- sqlFetch(chan1,"Raw") # all data 12000 > # > nzw <-