similar to: Call back when no longer busy

Displaying 20 results from an estimated 900 matches similar to: "Call back when no longer busy"

2004 Dec 16
2
Queueueueuueue position
Hello, I've got the following queue.conf: [testQ] music=jr_80 ;Bore the caller with some 80's music announce=queue-testQ ;Announcement to play to the Agent answering strategy=ringall ;Let all hell break lose timeout=60 ;We should answer within 60s retry=5 ; announce-frequenty=15 ;Tell them where the are every 15 seconds announce-holdtime=yes ; Give them
2004 Nov 22
1
Strange Fromuser behavior?
Strange things are happening at my asterisk box :) I've got asterisk setup to dail out with sip to my SIP provider. I've got NO fromuser/fromdomain stuff setup in my sip.conf When I place a call with my Siemens Optipoint 400 SIP phone everything is allright, the From: header is stating the username of the Siemens phone. When I place a call with X-Lite the From: header is altered and reads
2004 Nov 25
1
Can't hear playtones?
Hello, I would like the dialing party to know what happened to the call, since asterisk doesn't relay a sip error back to the originating sip channel (would be nice, a if (org_channel = sip && dst_channel = sip, relay error to sip client) I want to set up audio feedback on the call status. I've changed the county setting to NL in indications.conf and created this test
2004 Dec 07
2
High(er) availability
Hello, If one would like to build a redundant Asterisk setup, would it be possible to exchange the locationdb for the SIP users between then? IE, the following setup: SIP Phones -------------- Asterisk ------------------------ SIP carrier | | ------- Asterisk (standby) ------ Asterisk is used as a PABX in this setup, so the
2006 Mar 01
1
Agents, queues and Pentalties
List, I've got 2 queues with 10 agents in both queues. One of the agents is mainly responsible for queue_1, and the others mainly for queue_2 so i've defined the following in my queues.conf [queue_1] strategy=ringall member=>Agent/1,2 member=>Agent/2,1 member=>Agent/3,1 member=>Agent/4,1 [queue_2] strategy=ringall member=>Agent/1,1 member=>Agent/2,2
2019 Mar 06
2
nvidia on 7.6
On Wed, Mar 06, 2019 at 07:26:42AM -0500, Pete Geenhuizen wrote: > > On 03/02/2019 05:41 AM, Phil Perry wrote: > > > >Hi Gerry, > > > >I've updated the nvidia 340xx legacy package set for el7.6, and > >released the packages to the elrepo testing repository. > > > >Please could you test them and let me know if they work as > >expected. To
2019 Mar 06
2
nvidia on 7.6
On 06/03/2019 19:30, Pete Geenhuizen wrote: > > > On 03/06/2019 09:59 AM, Fred Smith wrote: >> >>> I tried to install this and ran into a conflict >>> >>> --> Processing Conflict: >>> nvidia-x11-drv-340xx-340.107-2.el7_6.elrepo.x86_64 conflicts ocl-icd >>> --> Finished Dependency Resolution >>> Error: nvidia-x11-drv-340xx
2019 Mar 06
2
nvidia on 7.6
On 06/03/2019 21:53, Pete Geenhuizen wrote: > > > On 03/06/2019 04:21 PM, Phil Perry wrote: >> On 06/03/2019 19:30, Pete Geenhuizen wrote: >>> >>> That is all good and well, but my problem is that I now can't install >>> >>> vlc smplayer mplayer, or? ffmpeg-libs because they need >>> ocl-icd-2.2.12-1.el7.x86_64from epel.
2005 Aug 30
1
ICD Features
Following up on a thread that I started about Agents/Queue and acknowledging calls before bridging them... Greg Boehnlein said that he was putting his efforts into ICD. I downloaded and installed ICD, and I can get simple queue and agent stuff working fine, and see that this new design is much cleaner and more powerful. That said, in the sample conf files, the "acknowledge_call"
2011 May 15
1
Need help with text processing / string split
I used screen scraping to extract some information and put it into a table called tbl. Now I want to modify the table a bit so the data can be more useful. Here's the code I used: library(XML) rm(list=ls()) url <- "http://webapp.montcopa.org/sherreal/salelist.asp?saledate=05/25/2011" tbl <-data.frame(readHTMLTable(url))[2:405, c(3,5,6,8,9)] names(tbl) <-
2019 Mar 02
2
nvidia on 7.6
On 27/02/2019 20:34, Phil Perry wrote: > On 27/02/2019 20:29, Jerry Geis wrote: >>> I'll see if I can find some time this weekend to fix the elrepo package >>> and get it reinstated into the repository. >> >>> Phil >> >> >> Hi Phil, Thanks for the reply. Your correct this is OLD hardware. >> Everything was working with 7.5 thought I
2005 Aug 31
4
why won;t my voice files play?
I just recompiled my version from this morning's CVS Head. My systems voice files (voicemail, time etc) were playing nicely. Until that is I added an extension and now the files won't play. Worse than that, * thinks the files have played and goes to the next step in the dial plan. What gives? -- Mark, G7LTT/KC2ENI Randolph, NJ http://www.g7ltt.com
2010 Jun 24
1
Wine on Windows (via opengl32.dll)
Hello! I'm trying to replace "default" Direct3D7 implementation with gorgeous Wine software (ddraw.dll/wined3d.dll). However initialization brings surprises. wined3d.dll tries to load opengl32.dll (it's correct I suppose). opengl32.dll calls GetSystemMetrics from user32.dll (it's probably correct) user32.dll tries to use ddraw.dll to calculate some parameters. Maybe
2012 Dec 27
7
[Bug 58806] New: failed to create kernel channel, -12 on G4 PPC
https://bugs.freedesktop.org/show_bug.cgi?id=58806 Priority: medium Bug ID: 58806 Assignee: nouveau at lists.freedesktop.org Summary: failed to create kernel channel, -12 on G4 PPC QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: stefan at
2004 Sep 28
1
Is app_icd ready to replace app_queue?
I have heard about the ICD project to make a better Call center solution for asterisk, and I just noticed it on cvs. Is it a viable alternative or does it need work? Either way I am definitely interested as we are not quite happy with the current setup. Thanks, Robert Jackson
2007 Nov 23
12
[SECURITY] preventing Hwaddr spoofing on bridge
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Is there a way to prevent hwaddr/mac address spoofing between DomU''s? So in a way ''binding'' a mac-address on boot time with a virtual interface? (with something like ebtables/arptables/etc?) Stefan -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) Comment: Using GnuPG with Mozilla -
2018 May 06
2
OpenCL runtimes and LLVM command line options
Hello everyone, A while back I hit an issue where the presence of multiple OpenCL runtimes on a single system triggered errors in libLLVM caused by redeclaring command line arguments [0]. There's been some discussion on the bug report and a pointer to a slightly older report, unrelated to OpenCL, but most likely about the same issue [1]. OpenCL uses an ICD loader library to abstract away
2018 May 07
2
OpenCL runtimes and LLVM command line options
On 05/07/2018 12:28 AM, Nicolai Hähnle via llvm-dev wrote: > We have a similar problem in Mesa's radeonsi driver. It would be great if command-line options could somehow be tied to an llvm::Context, for example. > > There is an even worse problem when *different versions* of LLVM are loaded into the same process. This is basically guaranteed to lead to crashes because of symbol
2004 Jun 23
5
Skype 4 Linux
Hi All, Since 21 june skype is available to be used on Linux, with a static binary, which includes QT, of 8 meg its big. http://www.skype.com/help_linux_faq.html I presume, with some hacking, there could be a possibility to use the Skype program as a Channel. (Eq. Skype is started, and with a visual scripting thing a connection is made and Asterisk connects via OSS (or the alsa emulation
2010 Feb 22
2
Dual mono not stereo
Hi, If I want to encode two audio channels that are not related, audio from two different sources not stereo, is it best to create two instances of a single channel encoder or use one encoder with two channels? thank you, Paul.