similar to: AgentCalled event

Displaying 20 results from an estimated 5000 matches similar to: "AgentCalled event"

2006 Apr 15
1
CDR query
I'm using a macro such that if a call is forwarded to my mobile, I can choose to accept it or not. This is done with the following Dial command: Dial(IAX2/voiptalk/44${ARG1:1},15,trM(screen)ow) and the following macro: [macro-screen] ; Allow called user to accept/reject the call exten => s,1,Wait(0.2) exten => s,2,Read(Accept|loho-support-choose|1) exten =>
2004 Apr 12
4
X100P and NTL (ex Cable + Wireless)
Firstly, let me just say I am new to asterisk and if anything I've said is covered in an FAQ or in previous posts I apologise but I have tried searching and I've attempted a few of the things I found but they didn't help. Has anybody got any experience using an X100P on an NTL phone line in the UK (I'm in an ex Cable & Wireless area if that makes any difference). The
2006 Jun 27
0
(no subject)
Hi, I have the same problem with the queue configuration When I receive 2 calls only 1 phone ring even if more agent's phone are free. The second call will go to an other agent only if the first call is pickup. Somebody have a solution ? This is my config file : Queue.conf [general] ; ; Global settings for call queues ; ; Persistent Members ; Store each dynamic agent in each queue
2004 Apr 22
0
Modems compatible with NTL caller id
I'm looking at using a modem to provide caller ID info on my NTL line following the steps in the article posted by Darren Poulson: http://www.22balmoralroad.net/modules.php?name=Sections&op=viewarticle&artid=1 I was wondering if anybody had experience of using any modems (can be pci/isa/external) with an ntl line (in an ex. Cable & Wireless area if it makes a difference) and
2006 Apr 08
0
Call parking query
Hi everybody, I would like to set asterisk up such that to use the call parking feature, instead of transferring a call to the extension set up in features.conf, you just dial a code (e.g. *3) and this then parks the call. The main reason for this is that a number of the phones I use have transfer buttons that I can't reprogram to use Asterisk's own transfer functions, therefore you
2011 Mar 11
2
How do you handle queues with AMI?
Hey all, I'm in the process of writing a few applications that are going to either monitor the queue (number of calls, positions, etc) or respond to answering a queue call (if you answer, a window pops up with info about caller, hold time, etc.). I'm writing this in C# but language isn't important. I'm not looking for a hand out on code, what I'm really interested in is
2004 Apr 17
1
Problem with x-ten lite
Dear Group, At the moment I use SJPhone as my soft phone with Asterisk. I prefer the look and feel of the x-ten lite. However, when ever I use my x-ten lite I get a lot of breakup in my communication. E.g. I will play some hold music, and every 5-6 seconds I drop some packets. I don't have the same issue with SJPhone. I'm sure this is a configuration issues, but I can work
2005 Mar 27
0
Voicemail / Dial command issue
Hi, I have a load of IAX extensions, which I'm trying to set up a standard macro to dial them, which gives unavailable or busy voicemail if there is no answer or the phone is in use respectively. The macro I have at the moment is: ; std-exten macro, ${ARG1} = Device to call, ${ARG2} = voicemail box [macro-std-exten] ; Call the user for 20 seconds exten => s,1,Dial(${ARG1},20,tr) exten
2004 Apr 23
4
PSTN Call drops randomly
Dear List members, After succesfully installing the * on a couple of systems, and putting them on test, I observed that there is an intermittent call drop on PSTN line. The systems are - Dell Optiplex P3/500MHz/128MB - Built-in ethernet - 1 X100P (Motorolla chip) card on PCI - 10G HDD etc. - Asterisk April 17 CVS. - 2 Mediatrix FXS ATA (4 phones) - 2 Grandstream phones. - sip.conf, zaptel.comnf
2012 Jan 31
0
AMI - Getting Event of QueueAgents WrapupTime State
Hi @ all, in the reason on having some agents logged in in more than one queues I need to get the state if an Agent goes in Postprocessing State to do this for this Agent in all other Queues he is logged on. For this I tried to catch this Event above the AMI. But there is never thrown the QueueMemberPaused or AgentComplete Event and in all the QueueMemberStatus Events the Agent never has the
2018 Feb 08
2
[PATCH] syslinux/com32: Fix the printing of left zero padded hexadecimals with a leading '0x'.
From: Brett Walker <brett.walker at geometry.com.au> When printing hexadecimal numbers to a fixed width, padded with leading zeros, and also having a leading '0x'; the resultant string can be shortened by up to two characters if any leading zero padding character required is. int hexnum = 0x00001234; printf("%08X", hexnum); // results in 00001234
2007 Mar 06
1
Error: child 469 (imap) killed with signal 6 (with rc25)
I updated to the latest rc25 and started getting these messages(over and over again). This is on a Solaris 10 box and I tried compiling with gcc and sun c. I backed down to rc23 and the messages went away and everything works. Any body have an idea on what could be wrong? thank you dovecot: Mar 04 21:14:33 Error: child 467 (imap) killed with signal 6 dovecot: Mar 04 21:14:33 Error:
1998 Apr 07
2
SAMBA digest 1647
Very very very cool. I have been thinking of this one myself. I thought I tested it and that I came to the conclusion that Samba did not recognize named pipes, and just treated them like normal files (overwriting them when you drag a text file onto them). But I must have made a mistake somewhere. It' perfect. The way I will set it up is like this: a Progress program will sit on a named
2005 Feb 02
1
FW: Document1
> -----Original Message----- > From: Brett Stansfield > Sent: Wednesday, 19 January 2005 4:25 p.m. > To: 'S.Ganesh at massey.ac.nz' > Subject: Document1 > > <<Doc1.doc>> I was trying to get R to analyse one variable of the file > Chicken Weight. when I ask > > hist(data$weight) > R says "x must be numeric" > yet when I
2011 Oct 15
5
fuck yeah markdown
brett terpstra continues his obsession with markdown... > http://fuckyeahmarkdown.com/ there's also a g-rated version: > http://heckyesmarkdown.com/ brett has accomplished more in the last three months than this listserve accomplished in the last three years. and it looks like he's only just getting started... meanwhile, fletcher is about to send off his rocket, which
2010 Nov 07
2
Asterisk 1.6 (realtime) - Overwritten CallerID(num) Problem
Hello, I am running Asterisk 1.6 with Realtime enabled for my SIP users and peers. The backend is a MySQL database running through the ODBC backend in Asterisk. At this point everything works in terms of phones registering, placing calls between them, etc. However, I am having a problem setting the Caller ID number whenever I am using the Realtime database for the SIP users/peers. If I use a
2017 Aug 08
1
Upgrading from 3.6.3 to 3.10/3.11
Thanks Diego. This is invaluable information, appreciate it immensely. I had heard previously that you can always go back to previous Gluster binaries, but without understanding the data structures behind Gluster, I had no idea how safe that was. Backing up the lib folder makes perfect sense. The performance issues we're specifically keen to address are the small-file performance improvements
2005 Feb 28
3
(no subject)
Dear R Can you tell me how to change the working directory of R It's just that I have some text files that I wish to save separately from the R filing structure eg. into C:/my documents and need to change the working directory of R so that it reads these files . This means if I ever upgrade the current version of R nothing will be effected. brett Brett Stansfield Environmental Scientist -
2001 Feb 27
2
win clients and sftp
I'm having trouble with users transferring files to a solaris box running ossh v2.3.1p1 via sftp using ssh.com's windows client. The sftp client appears not to respect the users umask, creating files with either mode 666 or 600. We're using version 2.4.0 of the windows client. Any ideas? thanks, -Brett ----------------- Brett Longworth Systems Manager Department of Biology
2005 May 26
1
Chi Square Test on two groups of variables
Dear R help I have been trying to conduct a chi square test on two groups of variables to test whether there is any relationship between the two sets of variables chisq.test(oxygen, train) Pearson's Chi-squared test data: oxygen X-squared = 26.6576, df = 128, p-value = 1 > chisq.test(oxygen) Pearson's Chi-squared test data: oxygen X-squared = 26.6576, df = 128,