similar to: Parser for Asterisk Queue Logs

Displaying 20 results from an estimated 1000 matches similar to: "Parser for Asterisk Queue Logs"

2007 Apr 26
1
Can asterisk record the duration of users putting on hold?
Hi, Recently we got a new feature request from our customer, they want a report to list the duration that agents putting customer on hold, they want to base on this to measure the agents performance. I cannot find any events in cdr, message logs, or manager interface, only when I enable sip debug, then I can see the ReInvite Event in the cli , some thing like the attached logs, is there any
2009 Sep 16
2
IVR seleCtion
Hello Team, IVR selection of QUEUEMETRICS As we know queuemetrics had an IVR selection functionality where it can get the IVR keypress of a caller. We saw this link http://forum.queuemetrics.com/index.php?action=printpage;topic=503.0 and upon checking, its only determined the Queue, I want to get is the per IVR of a caller. Can you help me guys regarding this? I want to implement this with
2009 Sep 12
1
Queue_logs
Hello team, I'm here again and need your help. Regarding Queue logs in asterisk, do anyone knows how can I get all the logs for the specific/particular date? Example is I want to get all the logs from September 9-12? Any idea? Thank you so much. Regards, Maria Cristina Bayno Technical Support Bitstop Network Services, inc. ?? -------------- next part -------------- An HTML
2003 Sep 09
3
Request for comments on queue statistics
All, I've been doing a lot of work on the Queue application and have some ideas I wanted to get some feedback on. Many people, myself included, have stated their desire for more/better queue statistics. We ought to be able to bring things up to a standard comparable to the established ACD apps. While some basic metrics (completed/abandoned calls, which agents last took a call, etc) can be
2007 Nov 26
3
Correct syntax for IF()?
Hello I've tried a bunch of things, but still get errors/warnings when using the IF() function: ============== TEST #1 exten => h,n,Set(WAV_FILE=${IF($[ ${STAT(e,/tmp/${CALLTIME}.wav)} ]?${CALLTIME}.wav)}) [Nov 26 21:52:34] WARNING[5074]: func_logic.c:107 acf_if: Syntax IF(<expr>?[<true>][:<false>]) ============== TEST #2 exten =>
2010 Jun 23
4
[RFC] virtio: Support releasing lock during kick
The virtio block device holds a lock during I/O request processing. Kicking the virtqueue while the lock is held results in long lock hold times and increases contention for the lock. This patch modifies virtqueue_kick() to optionally release a lock while notifying the host. Virtio block is modified to pass in its lock. This allows other vcpus to queue I/O requests during the time spent
2010 Jun 23
4
[RFC] virtio: Support releasing lock during kick
The virtio block device holds a lock during I/O request processing. Kicking the virtqueue while the lock is held results in long lock hold times and increases contention for the lock. This patch modifies virtqueue_kick() to optionally release a lock while notifying the host. Virtio block is modified to pass in its lock. This allows other vcpus to queue I/O requests during the time spent
2006 May 02
1
Macros?
Is there any way to do macros in Markdown? Or do you have any other suggestions? I'm thinking of a few uses. One is to read back system stuff that might be global or session settings. Example Tell the user where they are coming from, time etc You are %%USERNAME%% Logged in at %%LOGINTIME%% Your browser is %%HTTP{"User-Agent"}%% You are accessing from
2007 Nov 21
1
[1.4 - Record] How to tell if user did leave a msg?
Hello I didn't find the answer in the ATOF 2nd Ed: When using the Record() application, I need to know how it ended: Did the user leave a message, or did he hang up? If the latter, Asterisk stops right there, while I need to run some other commands before hanging up: ======== exten => _[1-4],n,Playback(/root/asterisk_sound_files/leave_msg) exten =>
2009 Feb 21
2
DIAL() application 'g' option
Hi All, Asterisk 1.4.12 on CentOS 5 I'm trying to increment an AstDB key with the length of the last outgoing call. Here's what I've got for "01" UK geographical numbers: exten => _01.,1,Dial(${UKGeographical}/${EXTEN},,g) exten => _01.,n,Log(NOTICE,Call to ${EXTEN} lasted ${DIALEDTIME}) exten => _01.,n,Set(CALLTIME=${DIALEDTIME}) exten =>
2008 Nov 12
1
QueueLog from AMI
Hi, How can I pass the following data to te queuelog via ami?? Agent,data. ?? I'm doing this: Action: QueueLog\r\nQueue: queueprueba\r\nEvent: Login\r\n\r\n And thath works fine getting the log with the event but I cant find how to pass the agent and data parameters Any idea? Thnks -------------- next part -------------- An HTML attachment was scrubbed...
2020 Oct 09
3
Question about the package "MatchIt"
Hi! I'm trying to perform propensity score matching on survey data and so for each individual observation I have a statistical weight attached. My question is: is there a way within the package to consider these weights in the matching procedure? Thank you very much. -- Maria Cristina Maurizio [[alternative HTML version deleted]]
2011 Oct 12
2
p adjustment on 4thcorner results
Hi all, This is probably a very simple question but I cannot figure out how to do it. I run the fourthcorner method with my data and would like to adjust the p values for multiple comparisons using Holm correction. When I run the fourthcorner I obtain the results in yellow. What do I need to do to be able to aply the Holm correction to those p values? > library(ade4) > four1 <-
2017 Jun 08
2
Rainbow in loop
Hi R folk I have a distance time graph for a locomotive and at various times different events occur on board the loco. I want to put a vertical line on the speed time graph for each event, but I want to colour each different kind of event differently to see visually whether there's any pattern to these events happening. I could just create a vector of colours and use abline which is easy
2011 Oct 03
2
Merge two data frames and find common values and non-matching values
Hi, I am trying to find a function to match two data frames of different lengths for one field only. So, for example, df1 is: Name Position location francesca A 75 cristina B 36 And df2 is: location Country 75 UK 56 Austria And I would like to match on "Location" and the output to be something like: Name Position Location Match francesca A 75 1 cristina B 36 0 I have tried with
2008 Feb 21
6
[LLVMdev] Removing inlining of library functions
I am interested in analyzing the bytecode code produced for C files. By default, inlining of user and library functions (libc) is done. If I turn off inlining (-disable-inlining in gccas and gccld) then no inlining is done. I want to be able to inline user code but disallow library code to be inlined. In trying to understand the InlineSimple.cpp code, I see that library functions are
2009 Jan 05
1
queue log parser
hi i am integrating asterisk whit an open source CRM or maybe i am integrating an open source crm whit asterisk any way the CRM is vtiger, (www.vtiger.com) i need an opensource queue log parser to put inside the crm agent statics. i need any parser i can port it to php or to java if you don't know any parser maybe you can send me a link or a pdf whit info on how to parse the log. Thanks David
2006 Jan 03
2
How to see loging of the user
Hi, i just want to know if it's possible (i guess it is) to see in a log file the logging (date and hour) of a user. I looked in /var/log/smbd.log, nmbd.log, machine.log but there is no record when the user pat (for example) loged in the network. Does someone knows ? Thanks.
2017 Jul 10
2
Problems with time formats when importing data using readHTMLTable
Hi, I am extracting positions data from the marine traffic website. The table has a "Timestamp" column which, in the browser, appears with the format yyyy-mm-dd HH:MM (UTC), e.g. 2017-07-10 14:04 (UTC). When I import the table, the same date "2017-07-10 14:04 (UTC)" appears as "1499696500149969650021 minutes ago", This is the more recent date and time. Older
2004 Jun 03
5
Confidence intervals for predicted values in nls
Dear all I have tried to estimate the confidence intervals for predicted values of a nonlinear model fitted with nls. The function predict gives the predicted values and the lower and upper limits of the prediction, when the class of the object is lm or glm. When the object is derived from nls, the function predict (or predict.nls) gives only the predicted values. The se.fit and interval aguments