search for: fullnames

Displaying 20 results from an estimated 240 matches for "fullnames".

Did you mean: fullname
2008 Jul 28
1
grid.ls() after grid.remove() fails
...grid.ls(print=FALSE)) Error: evaluation nested too deeply: infinite recursion / options(expressions=)? > traceback() ...etc... ...etc... ...etc... 13: gridList.default(X[[2L]], ...) 12: FUN(X[[2L]], ...) 11: lapply(display.list[1:dl.index], gridList, grobs = grobs, viewports = viewports, fullNames = fullNames, recursive = recursive) 10: gridList.default(X[[2L]], ...) 9: FUN(X[[2L]], ...) 8: lapply(display.list[1:dl.index], gridList, grobs = grobs, viewports = viewports, fullNames = fullNames, recursive = recursive) 7: gridList.default(X[[2L]], ...) 6: FUN(X[[2L]], ...) 5: lapply(displ...
2010 Mar 31
3
Could not find dependency
Hello, I have the following define: define adduser ($shell, $group, $fullname, $ingroups = "none", $home = "none") { user { "$name": ensure => present, comment => "$fullname", gid => "$group", groups => "$ingroups", membership => minimum, shell => "$shell", home
2016 Jun 17
2
Agents.conf Device_state
Hello, I think Device State for Agents don't work correctly My configuration: agents.conf [general] [agent](!) autologoff=15 ackcall=no acceptdtmf=# wrapuptime=5000 musiconhold=default recordagentcalls=no custom_beep=beep [2000](agent) fullname=Fulano [2001](agent) fullname=Zutano [2002](agent) fullname=Mengano queue.conf (Agents Related) member => Agent/2000 member =>
2020 Mar 28
0
[klibc:update-dash] dash: exec: Do not allocate stack string in padvance
Commit-ID: 6e48f19172d90268f524bf1a3788f7c023b24391 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=6e48f19172d90268f524bf1a3788f7c023b24391 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sat, 19 May 2018 02:39:48 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: exec: Do not
2005 Jul 23
11
Validation without ActiveRecord
Hello, I followed the instructions at http://wiki.rubyonrails.com/rails/show/HowToUseValidationsWithoutExtendingActiveRecord But now I''m having trouble trying to create my form view. Here''s a brief rundown of what I''ve done: - Created a class called SearchRequest that extends ValidatingBase and saved it in a file called search_request.rb and put it in my models
2006 Jan 27
4
find.collect problem.
Hi all. I am trying to populate a dropdown based on two values. def self.clientref( reference ) @bugclientrefs = self.find_all(["bug_id = ?", reference]).collect {|b| [ b.client_id.strip << " - " << b.client_ref.strip ]} end This works fine. However this returns the reference to the client. I want the full name using this function. class Bugclient <
2008 Dec 16
1
interesting problem
I?ve got an interesting problem and am wondering if anyone can shed light ? I am running Asterisk on RHEL Server release 5.2 connecting to an Avaya Definity G3R via a Digium TE220. Asterisk 1.4.20 Zaptel 1.4.4 Libpri 1.4.4 MySQL 5.0.45 Festival Speech Synthesis System: 1.95 We have about 4200 accounts in a MySQL db. Asterisk retrieves the user information from the database, festival tts says
2007 Nov 30
2
My AsteriskNo unable to registration
Dear The Expert, I am very new with this, I have installed AsteriskNow, X-Lite as my SoftPhone, I am using SPA-3102. I have 3 extensions, me at 250, 998 is my Linksys SPA-3102 and 999 for PSTN Line (see below) My problem is, I am unable to call 998, I thought this is registration problem, (because the Linksys screen info said Registration Failed) Could any body please help? Many thanks in
2016 Jan 07
2
Domain name search path use during PXE booting
Currently it appears that when PXE booting the domain search option is ignored and only the domain name option used for name resolution. The following patch adds support for domain search path usage when PXE booting: - adds parsing of the DHCP domain search option (119) - When resolving names via dns_resolv uses the search path if there's no dot in the name. - Reverts to the
2004 Sep 17
3
MySQL Voicemail Problems
I know this has been moved to contrib, but is anybody using it successfully? We are looking at using Asterisk for the fine IVR features it has, tied in with another platform. Calls are getting routed to it, but the following is happening: (I've redacted phone#s and passwords) asterisk log: Sep 17 11:56:24 WARNING[17423]: No entry in voicemail config file for '+13609XX2000' Sep 17
2008 Dec 22
0
interesting problem update
The problem I was experiencing is still occurring, and it is getting worse. There are several names that Festival "gets stuck on". I don't know if it is a Festival problem or an Asterisk problem. The scenario, a call comes in goes through the dialplan (shown below in original message), and either reads the value ${FULLNAME}, but then hangs. It doesn't go to the next command
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
I forgot to take out the portion that would read in the voicemail boxes from the text file. If you want to leave it in then you could have some voicemail boxes defined in the text voicemail.conf. I do not, so I have removed it. Below is the new patch: *** app_voicemail.c 2004-06-23 07:55:54.000000000 -0600 --- app_voicemail.c.new 2004-06-23 07:55:47.000000000 -0600 *************** *** 49,61 ****
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
Hello all, I am just getting going on building my system, but I thought I'd send you all a patch that I wrote so the command: show voicemail users issued from the CLI works properly when there is a postgres backend for the voicemail. The current version of the app does not display the voicemail boxes found in a database. It is called in the load_config function. I haven't done
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Handle -- in dotcmd
Commit-ID: cf7826f66c01eed24475a140d934b7a75b28d23e Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=cf7826f66c01eed24475a140d934b7a75b28d23e Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 27 Oct 2014 16:56:46 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [BUILTIN] Handle --
2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] Handle -- in dotcmd
Commit-ID: 6297d755e71777d4fcf55d106d11f9e631fa547f Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=6297d755e71777d4fcf55d106d11f9e631fa547f Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Mon, 27 Oct 2014 16:56:46 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: [BUILTIN]
2008 Nov 11
0
read.table not clearing colClasses
...f I mix the layouts, it fails to grab the correct columns form layout that is read in second. It appears that colClasses fails to adopt the new structure after the first iteration. Is there some way to clear colClasses of flush the write buffer between iterations? Thanks, Aaron for(i in 1:length(fullnames.in)) { cnames<- read.table(fullnames.in[i], header=FALSE, sep="\t", na.strings="", nrows=1, row.names = NULL , skip=9, fill=TRUE, quote="") #initialize col.classes to NULL vector seq(1,...
2006 Dec 20
4
undefined method `fullname' for #<User:0x357e380>, BUT works on first view?
Hi all, Please excuse the long post, but I wanted to make sure you have all the information.... I have a NewsModel that looks like this: class News < ActiveRecord::Base belongs_to :user validates_associated :user validates_length_of :title, :description, :minimum => 5, :allow_nil => false acts_as_commentable acts_as_taggable def self.find_recent News.find(:all,
2006 Feb 22
0
model''s custom attributes not loaded if file is not in app/models/ folder, HELP!!
This has puzzled me for at least a week. please help. It seems that if a model class has any other custom attributes besides DB column attributes, and model class is not in /app/models/ folder, rails does not load custom attributes after 1st time, only DB column attributes. only way to see my custom attributes works is if model class has no module and is under /app/models/, not anywhere else.
2013 Nov 22
4
[PATCH 0/2] libxl/xl: two more coverity related fixes
The first patch is a leftover from the switch to libxl__create_qemu_logfile, and while there it also handles possible errors when opening /dev/null. The second one is a fix for the issues present in do_daemonize. Thanks, Roger.
2006 Jan 04
4
HOWTO: Render partial in div
Hey- I''m using ROR 1.0 and script.aculo.us 1.5.1. I''ve been trying unsuccessfully to render a partial in a DIV, but can''t seem to get the right combination of stuff to make it work. There seems to be a few different ways of going about it. Right now I can render a partial. What do I need to to render the partial in a div? Here is what it looks like so far: #