similar to: Call still in queue after Reject Signal

Displaying 20 results from an estimated 7000 matches similar to: "Call still in queue after Reject Signal"

2006 Nov 06
2
Queue time out
Hello, I have a queue with only one element and one agent member. I want that my call leave the queue after 30s. My problem is that my call stays 60s in the queue and my agent is called 2 times. Can you say me how can i do it please?? -------------------------------- [queue] music=default strategy=ringall timeout=30 maxlen=1 context=mbdsys announce-frequency=0 announce-holdtime=no
2002 May 16
1
Tps
Hi, I have a 4 column file (long/lat/elev/variable) and I tried to fit the values of my variable to the XYZ space using Tps and I keep getting the following message: Warning messages: 1: GCV search gives a minumum at the endpoints of the grid search in: Krig.find.gcvmin(info, lambda.grid, gcv.grid$GCV, Krig.fgcv, 2: GCV search gives a minumum at the endpoints of the grid search in:
2007 Apr 25
2
newbie with dovecot acls needs a little help :-)
hy all, i'm trying to make an acl so a local unix user 'sie' can access exalead mboxes. my exalead mboxes are stored in : /opt/exalead/mail/sie/ mailboxes are automatically created every week like sie.2007.W17 for the 17th week of the year. how can i do this ? i've tried several things but none succedded. dovecot version 1.0.rc15 # /etc/dovecot.conf ddIEffective uid=65534,
2002 Oct 24
1
package installation
Hi, I had R working since version 1.4. Then I bought a new HD and installed a RH 7.3 on it and since then I can no longer install any R package. Here is the failure message I obtain: ... g77 -fPIC -O2 -m486 -fno-strength-reduce -g -c sortm.f -o sortm.o gcc -shared -o fields.so css.o csstr.o cvrcss.o cvrf.o dchold.o dcopy.o ddot.o dlv.o
2009 Sep 04
2
drivers for 3G card
Hi, I'm looking drivers or some build rpms for use ? 3G pcmcia card on my laptop. OS : CentOS 5.3 with 2.6.18-128 kernel x86_64 My card is a Vodaphone model E3730 A wiki or any informations will be very appreciated. Regards. Rachid Mokrani - http://www.ifp.fr <http://www.ifp.fr/> P avant d'imprimer, pensez ? l'environnement before printing, think
2009 Sep 07
1
how to implement java in firefox ?
Hi, I have some pb for running java on my system with Firefox 3.0.12 System centos 5.3 - kernel 2.6.18-128 x86_64 When I tested my java config on http://www.java.com/en/download/installed.jsp?detect=jre&try=1 I have always the message that plugin missed : Java Runtime Environnemtn is not present. What I need to do for implemented full java in firefox ? Regards. Rachid Mokrani
2008 Feb 07
6
Asterisk G722
Hello, I have some problems to use G722, when my client sent an invite request to asterisk using G722/16000 codec asterisk respond with G722/8000 codec. I dont know exactly if Asterisk supports G722/16000 codec?? If yes how can I activate It?? Thanks. Rachid. Below wireshak trace:
2010 Feb 01
8
monitoring a workstation
Hi, I need to monitor a workstation (Centos 5 x86_64). I need to obtain informations about : - cpu utilization per user, per a period, how many days per user, Any ideas about a good and simple free tool ? Regards. __________________________ Ce message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute
2009 Dec 14
1
Queue still tries to ring agent when busy
When agents are on the phone, and the CLI queue show command shows their status as busy, the queue still tries to send them calls. Running Asterisk 1.6.0.17 and using AddQueueMember to dynamically add agents. ringinuse is set to no for queue. Agents are using Polycom 430s. dialplan: exten => s,n,Queue(orders,itT,,,80) queue definition in queues.conf: [orders] maxlen=20 queue-thankyou=
2005 May 20
5
Newbie on IVR
Hi, I get fascinated when I dial someone and get an IVR play " for accounts department press 1, for sales, press 2 or hold the line for an operator" and then have MOH play before the line is picked up at the desired extesion. Please, permit me as I know this will be one of the dumbest questions to ask in a group like this. I'll apprecaite any specific guide/instruction. Thanks
2002 Oct 28
0
R Package installation
Just a word to say thanks for your help. Yes, in order to install R packages I needed ncurses-devel which was not installed. Many thanks Rachid -- Dr. Rachid Cheddadi Centre universitaire Arles Tel: 00.33.(0)4.90.96.18.18 European Pollen Database Fax: 00.33.(0)4.90.93.98.03 CNRS - UMR 6116 rachid.cheddadi at wanadoo.fr 13200 Arles - France rachid.cheddadi at
2005 Feb 08
6
help with xargs and mv
I am trying to move a group of sendmail queue files into a special area and am developing s script to assist. The manual steps are: # Identify which messages to move mailq -qR<domain> > file1 # Select only lines with message ID strings grep '^[[:alpha:]][[:alnum:]]\{13\}' file1 > file2 # extract only the messages ID cut -b -14 file2 > file3 # prepend '*' to
2014 Jan 13
3
apache - upload files bigger than 2Go
Hi, I need to upload files larger than 4.4Gb (iso DVD) on CentOS (5.5 x64) http server (httpd-2.2.3-43.el5.centos) On the apache server set in my /etc/php.ini upload_max_filesize = 4900M post_max_size = 5000M In my httpd.conf I set : LimitRequestBody 0 I'm using firefox and/or chrome client for upload a file with 4.2gb size on the server. But it doesn't work.
2005 May 31
4
Extension context question
I have a very simple question . I have 2 internal extension 301 and 300 sip phone . I want to these extesion can call each other, and ext 300 can call outside to pstn, and ext 301 to call internatonal. How can I do that ? [x1] exten => 300,1,Dial(SIP/300) include => pstnlocal [x2] exten => 301,1,Dial(SIP/301) include =>international [pstnlocal] exten =>
2011 Mar 18
5
Replace NIS by Active Directory
Hi, I'm looking a wiki or share experience for replace NIS authentication by an existing Active directory Server (W2003). The problem is on the management of id and gid. How to move 1000 actual NIS users to AD ? How to keep the same id and gid for this 1000 users ? What's happen with nfs linux server and acess with gid and/id ? Use the same user/password for linux and Windows clients
2006 Nov 06
2
Fwd: How to grep and remove files
Hi All, I want to know how to grep and delete (remove) files . What I need is that there are some unwanted out going mails in the queue in my Centos 4.4 Sendmail Server. I can find them with the below commad. mailq /var/spool/mqueue/ |grep '<>' Then It displays all the mails of that type withg their ids in the following way. [root at gateway ~]# mailq /var/spool/mqueue/ |grep
2009 Mar 20
3
Bug with cron ?
Hi, Is there a bug under cron on CentOS 5.2 x86_64 ? kernel 2.6.18-92 Something is strange on my system. I have a simple shell script to run on many computers . When I run this script by hand, everything works fine on all workstations. But if I start this script via crontab vmplayer is never install with no errors. Any ideas ? Best regards. #/usr/bin/yum -e 0 -d 0 -y remove
2010 May 15
3
sendmail many emails
I was getting MANY emails from XXX.hinet.net - kind of filled my mqueue directory. I stopped sendmail. removed all the files in mqueue, added to sendmail access a REJECT for hinet.net This certainly seems to help - but is that the correct way to take care of this sort of thing? Thanks, Jerry
2013 Sep 03
2
No valid cgroup for machine...
Hello! How do i get pass this error? offlinehacker:~/ $ virsh --debug 0 -c lxc:/// create o1.xml create: file(optdata): o1.xml error: Failed to create domain from o1.xml error: internal error: No valid cgroup for machine c1 My cgroups seem to be mounted: cgroup on /sys/fs/cgroup/systemd type cgroup
2002 Nov 13
4
Speed tests
Hi all I hope no one minds but I was asked to post my timetrial findings back to the list. Hope it helps someone else as well, if you have any suggestions please mention them as I need all the speed that I can get The scenaro is as follows I have to switch mail servers and I need to copy all my mbox files over to the new machine. As you may well know time if off the utmost importance so I