similar to: segfaults with queue

Displaying 20 results from an estimated 7000 matches similar to: "segfaults with queue"

2003 Jul 01
6
Enhanced queue app
To all who need more queue functionality, We are contracting Digium to enhance the queue app for our call center needs. Please read the following email conversation and give your ideas. Unless a glaring omission is found in my specification we will have them start tomorrow (Wednesday). I may not have thought of something important. It will be released to all Asterisk users by Digium. Thanks for
2003 Jun 18
2
Wrap-up
Is it possible to specify a 'wrap-up' time in a queue so agents will have a specified amount of time to complete tasks between calls unless they hit a key on the phone? As it is they can recieve a call moments after they hang up with no 'down time'. Thanks Jim Friedeck
2003 Aug 01
1
Monitor app
Thanks to Digium for the fine work they are doing on queue app! Does anyone know the progress on the monitor app recording to one file or synchronizing the two files' start and end times? Thanks. Jim Friedeck
2003 May 12
1
Gastman compile errors
I seem to be encountering a problem with the db.h file when compiling gastman. Incorrect definitions for functions and so on. Here are the errors: If I don't copy the db.h from asterisk source to the include directory of gastman I get: gui.c:31:16: db.h: No such file or directory If I do then I get: gui.c:743: too many arguments to function This is for the line: if (!(res =
2003 Aug 06
10
AgentCallbackLogin
I am having trouble with the AgenCallBackLogin app. I can't seem to define a context for the queue. Here is the relevant configs: queues.conf: [general] [default] [q_lo_1] music = default strategy = ringall context = c_in_1 timeout = 15 retry = 2 maxlen = 0 member => Agent/@3 agents.conf: [agents] autologoff=10 wrapuptime=15000 group=1 agent => 1001,1234,Agent1 agent =>
2003 May 19
1
Call Group
Anyone know how to specify a call group (as specified in the example zapata.conf) when using Dial? No other reference I can find. Jim Friedeck
2003 Aug 08
3
Killing runaway PBX
How do I stop asterisk when it is in a bad mood? It keeps dialing extensions and won't listen! I tried kill <PID>. No go. I don't want to have to reboot again. Thanks. Jim Friedeck P.S. I love it when my boss looks over my shoulder and I don't have an answer when he says: 'So, what are you doing?'
2003 May 23
1
Channel Status in AGI
I am looking for a way to quickly and easily test for on-hook channels from within a C-language AGI app. CHANNEL STATUS works but is a bit clumsy. I don't want to rely on strcmp'ing the returned '200 result=-1' as the meaning of this might change in the future. I am trying to create an ACD using MySQL and want to test each channel before I Dial it. Any ideas? Jim Friedeck
2003 Aug 11
3
Ring while on phone
Our CSR people need to be informed when a call is ringing in when they are on the phone. Is there a mechanism for informing an off-hook target channel of an incoming call? We have a guy who should get first shot at all incoming calls on our local lines and our customer service line. If he is on the phone, he should get beeped and then be able to place the current call on hold to answer the
2000 Dec 22
1
config.h.in
Dear developers, today, I cvs'ed the newest openSSH. Unfortunately, the config.h.in file was missing. I copied it from the tar-ball. Was this my fault or a problem in the CVS ? Thanks for the answer, Lukas -- Lukas Ruf Swiss Federal Institute of Technology Office: ETZ-G61.2 Computer Engineering and Phone: +41/1/632 7312
2018 Mar 31
4
Writing tests with Filecheck without emitting output to stdin
Hello I have pass operating on bitcode file which produces more than one equivalent representation. opt --my-pass <%s | Filecheck %s --my-pass generates files a.rpt b.rpt c.rpt . How do i write test without writing all 3 files to stdin. I have considered CHECK-LABEL for each. it creates bulky checks. Thanks Mahesh -------------- next part -------------- An HTML attachment was
2018 Mar 31
3
Writing tests with Filecheck without emitting output to stdin
That works. Thanks. One more followup question though. Once i run opt on bitcode, there is not useful output/transform on bitcode. this rpt files are extra. I am hoping to do something like this, ; RUN: FileCheck --input-file=a.rpt.gold --check-prefix=CHECK-A < a.rpt ; RUN: FileCheck --input-file=b.rpt.gold --check-prefix=CHECK-B < b.rpt i did not find much examples in tests hence
2009 Jun 23
2
Long to wide format without time variable
Hi all, I am trying to convert a data set of physician death codings (each individual's cause of death is coded by multiple physicians) from long to wide format, but the "reshape" function doesn't seem to work because it requires a "time" variable to identify the sequence among the repeated observations within individuals. My data set has no order, and different
2018 Mar 31
0
Writing tests with Filecheck without emitting output to stdin
Hi Mahesh, On 31 March 2018 at 11:45, Mahesh Attarde via llvm-dev <llvm-dev at lists.llvm.org> wrote: > opt --my-pass <%s | Filecheck %s > > --my-pass generates files a.rpt b.rpt c.rpt . How do i write test without > writing all 3 files to stdin. You can run FileCheck over them on separate RUN lines assuming you know the filename (which I assume you do since you'd be
2018 Apr 01
0
Writing tests with Filecheck without emitting output to stdin
See: http://llvm.org/docs/CommandGuide/FileCheck.html It is not required to pipe output to FileCheck; there is the --input-file option, which allows you to run FileCheck on an existing disk file. Something like this: FileCheck %s --input-file a.rpt --check-prefix=A FileCheck %s --input-file b.rpt --check-prefix=B FileCheck %s --input-file c.rpt --check-prefix=C If there are common parts to each
2018 Mar 31
0
Writing tests with Filecheck without emitting output to stdin
Oops. My bad. I mean to write match-file being my match pattern. and a.rpt being file generated by opt. ;RUN: FileCheck <match-file>a.rpt.gold --input-file=a.rpt. mahesh On Sat, Mar 31, 2018 at 6:57 PM, Mahesh Attarde <coder.mahesh at gmail.com> wrote: > That works. Thanks. > > One more followup question though. > Once i run opt on bitcode, there is not useful
2010 Feb 25
1
sftp Batchmode command level error suppression does not work?
Hi guys - OpenSSH sftp (on solaris) >From man page Termination on error can be suppressed on a command by command basis by prefixing the command with a `-' character (for example, -rm /tmp/blah* ). This does not seem to work - instead the server seems to fail to recognize the command from the batchfile. Consider this batchfile mkdir tmp cd tmp put rpt.list bye We want to
2007 May 31
3
RF to IP bridge
I wanted to see if there was anything reasonable in price out there yet that performed an RF to IP bridge via asterisk. What I mean by this is callers from PSTN can be patched to a UHF/VHF radio and vis-?-vis. I know there is an option available for the Avaya systems but it?s a little out of the price range I?m looking for (~$200/channel). Has anyone out there found a stable way to do this?
2003 Oct 21
2
report generator a la epiinfo
Hi I'd like to use R in epidemiology and disease surveillance. In EpiInfo you can have a script (.pgm) which calls a predefined report (.rpt), where a table is calculated and values picked from that table and placed where the author of the report wants them, with text around those values. (Please see example below.) I've looked at manuals, faq, mail-search and google. The closest is an
2012 Dec 07
4
[PATCH][git-pull] AsciiDoc-based documentation
The following changes since commit ddb10ce99c327888ade4d2ba3e4c50ad12aaa059: Matt Fleming (1): Delete 16-bit COMBOOT support are available in the git repository at: git://github.com/geneC/syslinux.git doc-elflink-for-mfleming Gene Cumm (3): txt/: Add new AsciiDoc formatted documentation Makefile: add txt/ NEWS: add txt/ Makefile | 2 +- NEWS