Displaying 20 results from an estimated 400 matches similar to: "queue log analyser?"
2005 Jan 05
5
asterisk - oh323 driver
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1">Hi List<br>
<br>
</font>
<pre
2004 Jan 12
4
Asterisk 0.7.0
Okay, it's 15 minutes late, but it's out, thanks very much to all the
people who worked so hard this weekend to make this possible!
Mark
p.s. there was no 0.6.0 release.
2005 Jan 07
1
oh323 driver installation - It works now
Joao,
Thanks for sending the Installation tips as pasted below. It works.
Seshu
----------
Get oh323 from
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/openh323-Janus_patch4-src-tar.gz
Get pwlib from
http://www.inaccessnetworks.com/projects/asterisk-oh323/Libraries/pwlib-Janus_patch4-src-tar.gz
Get asterisk-oh323 from
2007 Sep 07
5
Custom Analyser .. where to put it ??
Hi,
I m trying to use a custom analyser to add my french stop words... i m
reading the tutorial at :
http://projects.jkraemer.net/acts_as_ferret/wiki/AdvancedUsage
My problem is that i ve no idea where to put my custom Analyser class
like :
class GermanStemmingAnalyzer < Ferret::Analysis::Analyzer
include Ferret::Analysis
def initialize(stop_words = FULL_GERMAN_STOP_WORDS)
2008 Oct 10
1
Asterisk CDR Analyser
Hi All,
I'm stuck and need some help. I have installed the Asterisk CDR
Analyser Version 2.0.1. It mostly works except for the CDR Report. I
get the following error even though it lists the CDR details.
Database error: Invalid SQL: SELECT substring(calldate,1,10) AS day,
sum(duration) AS calltime, count(*) as nbcall FROM cdr WHERE
UNIX_TIMESTAMP(calldate) >=
2004 Oct 14
8
(Another) Queue log analyser
I've been doing some work on a queue log analyser for a while now,
getting the basics in place, an example of which you can find at the URL
below. However, just wondering what information people think is most
useful in a log analyser?
At present it includes the following features:
# Time periods - specify a period of days from the log which you want to
generate statistics for (e.g. only the
2005 Jul 17
0
Queue Log Analyser Build into IPS
IPSwitchBoard Version 0.123 - 17 July 2005
* Queue Analysis has been added to IPSwitchBoard.
In order to properly manage ACD queues, it is important to be able to keep
track of details of call setups and teardowns in much greater detail than
traditional call detail records provide. In order to support this, extensive
and detailed tracing of every queued call is stored in the queue log,
located
2005 Jul 17
0
Queue Log Analyser Build into IPS 0.123
IPSwitchBoard Version 0.123 - 17 July 2005
* Queue Analysis has been added to IPSwitchBoard.
In order to properly manage ACD queues, it is important to be able to keep
track of details of call setups and teardowns in much greater detail than
traditional call detail records provide. In order to support this, extensive
and detailed tracing of every queued call is stored in the queue log,
2007 Jan 11
0
Queue log analyser / report
Hi,
ANyone knows of a fully GPL/OpenSource queue report/analyser project ?
Asterisk-stat uses Postgres and that's a no go for us + it's not open
QueueMetrics is not Open at all.
Any suggestion welcome.
Andre
2010 Mar 02
2
Sendmail analyser
Greetings,
I have a message file from a certain sendmail server. I am expected to
report about delivery failures and the reasons thereof. Any already
invented wheels? I need to do it offline and not on the sendmail
server.
any ides?
TIA
Regards,
Rajagopal
2004 Sep 01
1
Agents Log off
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi List,
I'm using the apllication AgentCallBackLogin so agents can login to a
queue. They just need to
enter the password, the CallBack Extensions is the ${CALLERIDNUM}
Is there a way to AgentsLogOff withou using the AgentCallBackLogin
application. I don't want the
user to enter they CALLERIDNUM.
Regards
-----BEGIN PGP SIGNATURE-----
2004 Sep 27
1
Manager QueueAdd
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list
What's the syntax of the QueueAdd command for the manager ?
I want to add interface FOO to queue BAR using a manager.
Thanks
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBWDAVJUm/Bor63CERAhbtAJ0YykdT+TNTNKXlC3NldtzCWLo1owCfZEoz
2005 Mar 15
3
Call Queues and Transfers
Guys.. Why is it that when a call comes to a call queue and in term gets
assigned to an agent, if that agent tries to xfer the call using # or any
other feature, it doesn't do anything? I just hear the "pleeps" on the phone
but asterisk doesn't intervene with the "Transfer" prompt.
Am I missing something?
Thx!
2005 Jan 10
4
Asterisk to PSTN
I have installed Asterisk@Home on a PC here and need to have it forward
calls to the PSTN. We have Cisco CallManager 3.3.4. However I found out that
this version doesn't support configuring SIP Trunks. Is there an alternative
solution. Thanks
Walid
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jun 22
1
Error on installing oh323 on asterisk
I'm following the instruction from Jo?o Amaro from the
page
http://lists.digium.com/pipermail/asterisk-users/2005-February/090752.html
Everything went fine until I run the 'make' command
under asterisk-oh323-0.6.5. I got the error message
chan_oh323.c:5220: too many arguments to function
`ast_channel_register'
I have attached the error message. I'm running
asterisk CVS
2006 Oct 18
3
conference talks
Hi,
I just wanted to report that I organised a meeting last September and
we recorded all talks and I asked computer support to convert
everything into ogg theora... Maybe you want the link?? The talks are
also very interesting if you are interested in Astrophysics and black
holes...
http://www.aei.mpg.de/~pau/LISA_Astro-GR@AEI
Look under "programme"
Long life to ogg!
;)
Cheers,
2004 Sep 17
6
Agents and Queues
I've just installed asterisk as a new phone system for our office but am
having difficulty with the queues. Specifically I need a way to
redirect our sales queue to voicemail when no one is logged in to the
queue. I see I can use the joinonempty=no setting, however this setting
doesn't work if you use the agent functionality (at least not with
AgentCallbackLogin). I could, of
2011 Sep 29
1
[LLVMdev] Default Alias analysis passes for PassManager
Hi,
I'm writing a custom alias analyser for the Glasgow Haskell Compiler's
LLVM backend to teach LLVM that our explicitly-represented stack
cannot alias with any heap pointer.
It works, but I've hit an issue with opt's handling of alias
analysers; if you specify -ghc-aa on the opt command line then LLVM
only uses that analyser until (I think) a pass runs that invalidates
the
2020 May 19
3
[Bug 3167] New: Bugs found by static tests
https://bugzilla.mindrot.org/show_bug.cgi?id=3167
Bug ID: 3167
Summary: Bugs found by static tests
Product: Portable OpenSSH
Version: 8.2p1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
2006 Jun 26
1
asterisk-stat display problems
Hey all,
having a terrible time with asterisk-stat -- it runs, server is fine, but
some of the pages don't display properly/at all --- I think this is a code
problem with them, but not sure. I thought everyone loved the asterisk-stat
package?
See below problems. Any ideas? Areski hasn't replied to me since....
--
Chris
----- Original Message -----
From: "Chris Earle