search for: autofil

Displaying 20 results from an estimated 67 matches for "autofil".

Did you mean: autofill
2007 Jan 01
0
autofill for a tkentry field
...ext of a tkentry be automatically filled when the user starts typing, according to a predetermined list. I've found a solution on the tcl wiki pages, but I don't quite know how to translate it in R... Here is the tcl code: http://wiki.tcl.tk/13267 And here is my code that does not work. autofill <- function(){ cat("I was here!") entry <- tclvalue(f1) ind <- grep(entry, fruitList) if (length(ind)>0){f1 <- tclVar(fruitList[ind[1]])} } fruitList <<- c("Apple", "Banana", "Peach", "Pear", "Plum&qu...
2012 Oct 12
3
Autofilling a large matrix in R
...for loop rather than outside it. My first thought was to take list from 1:10, 11:20, etc. but that does not get all of the points. g<-as.matrix(expand.grid(rep(list(1:100), times=3))) Any thoughts how to split this into pieces? -- View this message in context: http://r.789695.n4.nabble.com/Autofilling-a-large-matrix-in-R-tp4645991.html Sent from the R help mailing list archive at Nabble.com.
2006 May 22
0
[OT] form design best practices for autofill?
This is off-topic from Rails though what I learn from any responses will be used in a Rails app. My app has a sign-up facility where I request a user''s first name, last name, address, etc. Are there any best practices for naming the field elements so the autofill functions in Firefox, Explorer, Safari and others can pick up the names and autofill the form? Thanks for any tips or hints. cr
2010 Aug 11
1
OpenOffice.org 3.1.1 Calc autofill does not work
Hi all, Has anyone upgraded OpenOffice.org 3.1.1 on Centos 5.3? Everything seemed fine but I have found 1 problem on Calc. The autofill does not work. Example, when I type "Jan" in cell A5 and drag the handle to cell D5, the Fill Settings dialog box pops up instead of the Feb, Mar, Apr filling in the cell automatically. When OpenOffice.org 3.1.1 from Sun is installed, it works. Is there some setting in CentOS that...
2018 May 23
1
Autofile Junk for all users
On 2018-05-23 (08:17 MDT), Andr? Rodier <andre at rodier.me> wrote: > Use the default scripts, works well for me. > > https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#Visible_Default_Script > > The Dovecot wiki is really helpful, have a look on it ;-) Excellent, that's exactly what I want. Question from that page, my users are (almost) all virtual, so what
2018 May 23
3
Autofile Junk for all users
How would I get the rule if header :contains "X-spam-flag" "YES" { fileinto "Junk"; } To apply to all users mail at delivery time?
2018 May 23
0
Autofile Junk for all users
On 2018-05-23 15:11, @lbutlr wrote: > How would I get the rule > > if header :contains "X-spam-flag" "YES" { > fileinto "Junk"; > } > > To apply to all users mail at delivery time? Use the default scripts, works well for me. https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#Visible_Default_Script The Dovecot wiki is really
2006 Mar 03
2
Autofill phonebook??
Most softphnes (like Idefisk and X-Lite) have a phonebook. Is there a way I can fill those phonebooks with info from the Asterisk server? Amaury Rodr?guez http://liberadospucmm.blogspot.com http://groups.msn.com/telematicaPUCMM2002 Go OpenSource And Be FREE!! --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze.
2007 Mar 19
4
Queue App - Free agent and waiting calls
<asterisk-users@lists.digium.com>Asterisk 1.4 I have strategy= leastrecent and autofill = yes I have 2 agents, one is answering a call and the other is free and have some calls waiting in the queue. Only when the first agent hangup the second agent receive the first call in the queue. It happends some times. This behavior still happend in 1.4.1 version. Thanks a lot. -------------...
2009 Jan 22
4
Is there a plugin that can autofill(ajax) during user input?
I haven''t done rails in a year, but can someone tell me if there is a plugin or how much work is it to add an auto fill function like google''s front page? Would you just use an observer on the form or is there already a built in class that can do this? Thanks! Feng -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received
2009 Sep 24
1
Asterisk 1.6 Transfer issue[Edited]
...roblem persists.. my dial plan is ttached below along with sip.conf. Extensions.conf [incoming] exten = _X.,1,Queue(55365,tT,,,90) exten = _X.,2,Hangup [from-internal] exten => _X.,1,Answer exten => _X.,2,Dial(SIP/{EXTEN},20,tT) queues.conf [general] persistentmembers = yes autofill = yes Canreinvite=yes ; (tried with NO also) monitor-type = MixMonitor [55365] fullname = Frontdesk strategy = roundrobin context=from-internal ringinuse=no setinterfacevar=yes setqueueentryvar=yes timeout = 10 wrapuptime = autofill = yes autopause = no maxlen = joinempty = no l...
2009 Jan 23
3
Problem with dovecot config
...espace: type: private separator: / prefix: ~/mail/Shared/ location: maildir:~/Maildir/Shared:INDEX=/var/mail/.dovecot-index/%1u/%u/shared:CONTROL=/var/mail/.dovecot-index/%1u/%u/shared-control hidden: yes list: yes subscriptions: yes namespace: type: private separator: / prefix: AutoFiled/ location: mbox:/archive/home/%1u/%u/mail/AutoFiled:INDEX=/var/mail/.dovecot-index/%1u/%u/ hidden: yes list: yes subscriptions: yes namespace: type: private separator: / prefix: mail/AutoFiled/ location: mbox:/archive/home/%1u/%u/mail/AutoFiled:INDEX=/var/mail/.dovecot-index/%1u/%...
2007 Jan 15
5
Delay in Call Distribution using the Queue Application
Hello all, we're using asterisk 1.2.12.1 in an Inbound callcenter using the queue application. If there are many calls in the queue, it sometimes takes up to 30 Seconds before a call is distributed to an agent. For example there are 10 callers in the queue, an Agent is finishing a call and it takes up to 30 seconds before his phone rings again. We're already set the
2016 May 03
2
Double queue calls being delivered to agents
...y?re already speaking with a client. This in turn causes a few issues: - Agent stats are no longer accurate, as it gets marked down as a ?missed call?. - Cannot use ?autopause? feature any longer, as the second queue call goes unanswered and pauses the agents. The basic queue setup is as follows: Autofill = yes Ringinuse = no Wrapuptime = 5 Strategy = fewestcalls (tried ?random? also) Timeout = 15 We?re on Asterisk 11.21.2 currently. In talking to a few colleagues, they seem to recall there being an old patch for the Asterisk queues application that inserted a short 100ms delay between delivering...
2007 Aug 20
4
Realtime Queue Members
...email and sippeers, but I can't get queue members to work. Here is what I have: res_mysql.conf: [general] dbhost = 127.0.0.1 dbname = ASTERISK dbuser = myuser dbpass = mypass dbport = 3306 dbsock = /tmp/mysql.sock queues.conf: [general] realtime_family=queue_members persistentmembers = yes autofill = yes monitor-type = MixMonitor [queue2280] music = default strategy = roundrobin timeout = 15 wrapuptime=10 announce-frequency = 30 announce-holdtime = no joinempty = yes extconfig.conf: [settings] queue_members=>mysql,ASTERISK,queue_member_table MYSQL: root at dell860:/etc/asterisk# mysql...
2007 Jan 21
2
Backports to 1.2.14 of 1.4.0 app_queue features.
Nothing much to be said.. I backported ringinuse, autofill and the QueueLog application from 1.4.0 to 1.2.14. Any or all may be applied - order doesn't matter. They have received minimal testing but appear to function correctly. As always with these things, don't blame me if they connect your callers to a phonesex line, etc. http://bum.net/p...
2009 Dec 14
1
Queue still tries to ring agent when busy
...dic-announce=/var/lib/asterisk/sounds/ogm/Hold-Ran-1,/var/lib/asterisk/sounds/ogm/Hold-Ran-2,/var/lib/asterisk/sounds/ogm/Hold-Ran-3,/var/lib/asterisk/sounds/ogm/Hold-Ran-4 strategy=rrmemory joinempty=yes retry=5 announce-holdtime=no wrapuptime=15 announce-frequency=60 timeout=10 musicclass=default autofill=no ringinuse=no Any ideas? Thanks, Mike Clark
2009 Feb 17
1
Question regarding custom announcements in queues.conf
...-periodic-announce is played to the caller, not my custom file. Here's the queue listed in queues.conf: [EXAMPLE-QUEUE] maxlen=20 reportholdtime=no periodic-annouce = SD-PLS-HOLD periodic-announce-frequency=10 announce-holdtime=no strategy=ringall joinempty=yes retry=5 timeout=30 music=CUSTOM autofill=yes context=queue-jump member => SIP/7909416026 at 192.168.13.32 When the call comes into this queue after 10 seconds the following occurs: -- Stopped music on hold on SIP/100-FOO-b781a4c0 -- Playing periodic announcement -- <SIP/100-FOO-b781a4c0> Playing 'queue-periodic...
2008 Jan 31
1
createlink with out agents in 1.4
...ng config recordagentcalls=yes recordformat=wav createlink=yes So I had the filename in all calls which was *connected to agents*. I am looking for a similar functionality for 1.4. I am now recording calls using the following configuration. [general] persistentmembers = no eventwhencalled = yes autofill = yes monitor-type = MixMonitor [my-q] joinempty = yes musiconhold = default strategy = rrmemory servicelevel = 60 timeout = 60 retry = 5 wrapuptime=5 announce-frequency = 90 announce-holdtime = yes monitor-format = gsm The calls are being recorded, but no entry appears in cdr (obviously). I can...
2008 Feb 08
1
Asterisk queue not play muscinhold or hangup
...ne is rining without musicnhold or when both phone is busy then i call to queue its directy hangup without musicnhole means my call not goes in to queue what is the problem my queue.conf [root at pbx asterisk]# cat /etc/asterisk/queues.conf | grep -v ';' [general] persistentmembers = yes autofill = yes monitor-type = MixMonitor [9999] leavewhenempty = strict musiclass = default context=from-avaya strategy = rrmemory timeout = 20 retry = 1 wrapuptime=0 announce-frequency = 0 announce-holdtime = no persistentmembers = yes maxlen = 0 member => Agent/1001 member => Agent/1002 -------...