similar to: Webalizer for CDR logs....

Displaying 20 results from an estimated 400 matches similar to: "Webalizer for CDR logs...."

2008 Sep 08
0
Disappearing TAP interface
I have a CentOS 5.2 Xen host, running several guest domains. Each guest domain has a single interface assigned to it. I am using both the network-bridge and vif-bridge scripts. On my only windows guest, the tap interface connected to the bridge keeps getting disabled. If I check "brctl show" the tap0 interface is not present, and there will be several message log entries indicating
2015 Oct 05
2
Swift to IR, generates wrong IR
Hi, I have a simple swift code from which I generate IR code with ‘swiftc test.swift -emit-ir -o test.ll' When I try to run the .ll file or apply optimization with opt, I get errors like this one: lli: test.ll:548:110: error: expected instruction opcode %9 = cmpxchg i64* bitcast (%swift.type*** @field_type_vector_TipCalculator to i64*), i64 0, i64 %8 seq_cst seq_cst
2003 Oct 09
1
real billing time for a call
Is there any way that you could trigger events based upon actual pickup of calls and hangups of lines in ALL cases(parked calls, queued calls, calls triggerd by .call queue files)? It seems like Asterisk needs something a little lower level to allow for this, is it even possible? MATT--- -----Original Message----- From: asterisk@analitica.md [mailto:asterisk@analitica.md] Sent: Thursday,
2015 Oct 05
2
Swift to IR, generates wrong IR
Hi, 2015-10-05 11:49 GMT+02:00 Rinaldini Julien via llvm-dev <llvm-dev at lists.llvm.org>: > Sorry, the error is (the previous one was from Apple’s lli): > > Documents/strong.codes/code/build/obfuscator-llvm/bin/opt: test.ll:57:203: error: expected comma after getelementptr's type > @_METACLASS_DATA__TtC4test13TipCalculator = private constant { i32, i32, i32, i32, i8*, i8*,
2012 Oct 17
3
subtotals based on price bands?
I would like to create a subtotal table with custom bands. seq1 = seq(0, 100, by = 5) seq2 = seq(100, 1000, by = 100) Bands = c(seq1, seq2) #Prices Prices = sample(1:1000, 200, replace=F) #corresponding size for the given price above. size = sample(1:1000, 200, replace=F) How would I find the subtotal of the size based on a given price falls within a band? -- View this message in
2008 May 07
1
cdr question
Hi, Would just like to ask about cdr, i have an asterisk and i would like to bill only outbound calls not extension to extension, when i'm looking at the CDR, i can't figure out which fields i need to filter all outbound calls only. e.g if i dial 00. or 9XXXXXX (for local pstn calls) those are billable, 100 101 or 102 (all local extensions) not billable. *97 for voicemail not billable,
2010 Apr 28
1
simple dialplan question
Sorry for the simple question. I'm trying to match "sipprovider.nocredit" but the following doesn't execute NoOp (it runs "context" but not "context-custom"). What am I doing wrong? [context] include => context-custom exten => _.,1,Set(GROUP()=1) exten => _.,n,Goto(destcontext,${EXTEN},1) [context-custom] exten => sipprovider.nocredit,1,NoOp(No
2005 Feb 28
0
strange CDR problem
I'm using all sip, no zap, or iax, so I don't know if the same problem exists when using zap, or iax. When device 1 calls device 2, and device 2 blind transfers to device 3, the following happens: The cdr record shows that 1 called 3, and ignores completly the fact that 1 called 2 and 2 called 3. In normal billing I think that the duration of the entire call should be billed to device 1
2017 Oct 25
0
[OT] Bash help
On Oct 25, 2017, at 10:02 AM, Mark Haney <mark.haney at neonova.net> wrote: > > I have a file with two columns 'email' and 'total' like this: > > me at example.com 20 > me at example.com 40 > you at domain.com 100 > you at domain.com 30 > > I need to get the total number of messages for each email address. This screams out for associative
2016 May 04
2
Asterisk 1.8 secure SIP session only
Hello, I am trying to secure SIP session with TLS on Asterisk Server 1.8. I keep getter an error, == Problem setting up ssl connection: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca [2016-05-04 09:31:17] WARNING[30032]: tcptls.c:254 handle_tcptls_connection: FILE * open failed! I tried both signed and self-signed cert to no avail. Here is my Configuration: Sip.conf
2007 Nov 27
1
Lost setting up IAXmodem after drive crash
A few weeks ago, I lost my Trixbox that was all set up with Hylafax and IAXmodem. I am trying to set it up for email > procmail > faxmail > iaxmodem > asterisk >sipext > ATA (with attached fax). I have followed all the instructions on creating the IAX extension and configuring the IAXmodem config file. I can see the connection in Asterisk: iax2 show peers Name/Username
2017 Oct 25
2
[OT] Bash help
Although "not my question", thanks, I learned a lot about array processing from your example. ----- Original Message ----- From: "warren" <warren at etr-usa.com> To: "centos" <centos at centos.org> Sent: Wednesday, October 25, 2017 11:47:12 AM Subject: Re: [CentOS] [OT] Bash help On Oct 25, 2017, at 10:02 AM, Mark Haney <mark.haney at neonova.net>
2008 Nov 24
1
Gluster 1.3.12 and Xen!
Dear All, I'm very new Gluster FS user.... ...and apologize for my very poor english! :-) I have installed Gluster FS v. 1.3.12 on 2 server with Debian 4.05, in AFR with client side replication, explained in this page: http://www.gluster.org/docs/index.php/Setting_up_AFR_on_two_servers_with_client_side_replication Tested to work! :-) Now, my idea: Use a Xen Hypervisor with image disk
2007 May 05
3
[PATCH] [Xen-API] Patch for fixing the rtc/timeoffset entry
This patch rewrites the rtc/timeoffset entry so the VM''s record can be retrieved with the Java xmlrpc library. If the entry is ''None'' it upsets the xmlrpc parser. This fixes it, though maybe there''s a better place in xend to place similar code. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel
2006 Jun 02
1
prototype patch submissions
I''ve recently submitted two patches (#5122 and #5266) to the Rails trac. These patches are actually for Prototype. There appears to be very little discussion about Prototype on this list, but I wanted to share what I''ve been doing in the hopes of soliciting some feedback from you folks. If this isn''t the right place to discuss Prototype, mea culpa - where should I
2009 Apr 14
4
Ignoring time spent waiting in queue in CDR
Hello, I'm working on an Asterisk configuration for a call center, and they bill based on the time spent talking to an agent, but not for any time spent waiting in a queue. The CDR information contains the entire duration of the call as billable seconds, including time spent waiting in the queue. I would like the billable seconds to only include the time spent actually talking to an agent.
2011 Dec 15
2
time issue with puppet
Hi, I have the following manifest that basically syncs the time for nodes really out of sync and ntpd can''t drift the time back fast enough. The problem is that when puppet executes the catalog, and puppet changes the time, puppet never finishes because it can''t calculate the "run time" since puppet changed the time during the puppet run. Is this a bug? Should I do
2007 Jul 12
0
No subject
straight away I can think of a scenario that would cause a problem. If I supply toll free numbers that need to be billed for incoming calls and that can be forwarded out to billable destinations then I want a CDR for both ends of the bridge. In your first blind transfer example what if the initial incoming call to A is billable? I can't see any easy way to get the duration of that call leg.
2006 Apr 07
0
Call tracking through chan_agent using the Manager API
Hey, We've been working on tracking all inbound calls to certain call-centre members and have hit a snag, it seems when a queue delivers a call to an Agent, chan_agent will call Local/whatever but provide no means of associating the call in the queue with the local call. To that end i added in an event called AgentAssociate which looks like this: 'DestChan' =>
2023 Feb 28
1
ssh host keys on cloned virtual machines
On Mon, 27 Feb 2023, Nico Kadel-Garcia wrote: >> > does any one of you have a best practice on renewing ssh host keys on cloned >> > machines? >> >> Yes: not cloning machines. > >Good luck with *that*. Building VM's from media is a far, far too >lengthy process for production deployment, especially for auto-scaling >clusters. (It?s ?VMs?, no genitive