Displaying 20 results from an estimated 240 matches for "fullnam".
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(dis...
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 => "$shel...
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 => Agent/2001
member => Agent/2002
member => PJSIP/1000
Restarting Asterisk and then:
CLI> *queue show ventas*
ventas has 0 calls (max 50) in 'ringal...
2020 Mar 28
0
[klibc:update-dash] dash: exec: Do not allocate stack string in padvance
...updatetbl;
struct builtincmd *bcmd;
+ int len;
/* If name contains a slash, don't use PATH or hash table */
if (strchr(name, '/') != NULL) {
@@ -362,8 +362,8 @@ find_command(char *name, struct cmdentry *entry, int act, const char *path)
e = ENOENT;
idx = -1;
loop:
- while ((fullname = padvance(&path, name)) != NULL) {
- stunalloc(fullname);
+ while ((len = padvance(&path, name)) >= 0) {
+ fullname = stackblock();
idx++;
if (pathopt) {
if (prefix(pathopt, "builtin")) {
@@ -398,7 +398,7 @@ loop:
if (!S_ISREG(statb.st_mode))
continue;
i...
2005 Jul 23
11
Validation without ActiveRecord
..._request.rb and put it in my models
directory.
- Added a ''request'' method to my controller that instantiates
SearchRequest and calls the valid? method
- Created a view called request.rhtml and saved it into app/views/home.
Even though my SearchRequest class has an accessor called fullname, I
get a NoMethodError exception when I try to call
<%= text_field :request, ''fullname'' %>
It says:
undefined method `fullname'' for #<ActionController::CgiRequest:0x24a6c14>
I''m assuming that my controller somehow has not figured out that I
want...
2006 Jan 27
4
find.collect problem.
...ce]).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 < ActiveRecord::Base
set_primary_key "bc_ref"
def self.fullname( reference )
result = Bugclient.find(reference.strip)
result.bc_name
end
end
However I am not sure how to combine the two so that the client full
name is collected instead of the reference.
I have tried the simpleton approach of
@bugclientrefs = self.find_all(["bug_id = ?"...
2008 Dec 16
1
interesting problem
...a regular basis, I?ve been doing some troubleshooting and can now predictably cause this problem. It mainly seems to happen with one particular mailbox, and festival seems to be a factor. When this particular mailbox is dialed, Asterisk goes through the dialplan up to and including the Festival(${FULLNAME}) step, but not beyond. Just for yucks, I changed the fullname of the person with that mailbox by taking out the middle name. All seems to work fine without the middle name. If I put a middle initial or middle name, the channel locks up again. I?ve wondered if Festival has a problem with the l...
2007 Nov 30
2
My AsteriskNo unable to registration
...ld any body please help?
Many thanks in advance
Regards
Bie
below is my sip.conf
allowoverlap=no
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
videosupport=yes
disallow=all
allow=ilbc
allow=gsm
I also had 2 extensions (me at 250 and 998 is my SPA-3102) and my users.conf
goes below:
[general]
fullname=New User
userbase=6000
hasvoicemail=yes
vmsecret=1234
hassip=yes
hasiax=yes
hasmanager=no
callwaiting=yes
threewaycalling=yes
callwaitingcallerid=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
callgroup=1
pickupgroup=1
host=dynamic
localextenlength=0
allow_aliasextns=no
allow_an_ex...
2016 Jan 07
2
Domain name search path use during PXE booting
...-6.03/core/fs/pxe/dnsresolv.c
--- syslinux-6.03.orig/core/fs/pxe/dnsresolv.c 2014-10-06 17:27:44.000000000 +0100
+++ syslinux-6.03/core/fs/pxe/dnsresolv.c 2015-11-26 16:09:27.904865172 +0000
@@ -93,6 +93,7 @@ __export uint32_t dns_resolv(const char
err_t err;
struct ip_addr ip;
char fullname[512];
+ char *p;
/*
* Return failure on an empty input... this can happen during
@@ -110,6 +111,16 @@ __export uint32_t dns_resolv(const char
if (!dns_getserver(0).addr)
return 0;
+ /* Do we have a domain search list */
+ if (!strchr(name, '.') && Do...
2004 Sep 17
3
MySQL Voicemail Problems
...g:
Sep 17 11:56:24 WARNING[17423]: No entry in voicemail config file for
'+13609XX2000'
Sep 17 11:56:34 WARNING[17423]: Timeout, but no rule 't' in context
'default'
When this happens, the following query is happening:
040917 11:56:24 102 Query SELECT
password,fullname,email,pager,options FROM users WHERE context='default' AND
mailbox='+13609XX2000'
The query works fine:
vm:/var/log/mysql# mysql -p asterisk
Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup...
2008 Dec 22
0
interesting problem update
...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 (VoiceMail), and the channel is never released. Other
times, it doesn't even read the "name", it just hangs.
exten => _5[14-9]XXX,n,Festival(${FULLNAME})
somehow it gets stuck between the above line and the below line
ex...
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
...n from database\n");
! PGresult *PGSQLres;
!
!
! int numFields, i, k;
! char *fname;
! char query[240];
! char optionsToPass[500] = "";
! char options[160] = "";
! char context[90] = "";
! char mailbox[90] = "";
! char password[90] = "";
! char fullname[90] = "";
! char email[90] = "";
! char pager[90] = "";
!
! //fprintf(stdout,"postgres sql_append_user:\n");
!
! sprintf(query, "SELECT * FROM voicemail order by context,mailbox ");
!
! //fprintf(stdout,"postgres sql_append_user: query = %s\n&...
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
...n from database\n");
! PGresult *PGSQLres;
!
!
! int numFields, i, k;
! char *fname;
! char query[240];
! char optionsToPass[500] = "";
! char options[160] = "";
! char context[90] = "";
! char mailbox[90] = "";
! char password[90] = "";
! char fullname[90] = "";
! char email[90] = "";
! char pager[90] = "";
!
! //fprintf(stdout,"postgres sql_append_user:\n");
!
! sprintf(query, "SELECT * FROM voicemail order by context,mailbox ");
!
! //fprintf(stdout,"postgres sql_append_user: query = %s\n&...
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Handle -- in dotcmd
.../dash/main.c b/usr/dash/main.c
index 00c5e00d..985e8c4e 100644
--- a/usr/dash/main.c
+++ b/usr/dash/main.c
@@ -321,15 +321,19 @@ dotcmd(int argc, char **argv)
{
int status = 0;
- if (argc >= 2) { /* That's what SVR2 does */
+ nextopt(nullstr);
+ argv = argptr;
+
+ if (*argv) {
char *fullname;
- fullname = find_dot_file(argv[1]);
+ fullname = find_dot_file(*argv);
setinputfile(fullname, INPUT_PUSH_FILE);
commandname = fullname;
status = cmdloop(0);
popfile();
}
+
return status;
}
2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] Handle -- in dotcmd
.../dash/main.c b/usr/dash/main.c
index 00c5e00d..985e8c4e 100644
--- a/usr/dash/main.c
+++ b/usr/dash/main.c
@@ -321,15 +321,19 @@ dotcmd(int argc, char **argv)
{
int status = 0;
- if (argc >= 2) { /* That's what SVR2 does */
+ nextopt(nullstr);
+ argv = argptr;
+
+ if (*argv) {
char *fullname;
- fullname = find_dot_file(argv[1]);
+ fullname = find_dot_file(*argv);
setinputfile(fullname, INPUT_PUSH_FILE);
commandname = fullname;
status = cmdloop(0);
popfile();
}
+
return status;
}
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(...
2006 Dec 20
4
undefined method `fullname' for #<User:0x357e380>, BUT works on first view?
...t;comment_title">
<%= comment.title -%>
</div>
<div class="comment.text">
<%= h comment.comment -%>
</div>
<div class="comment_author">
<%= comment.user.fullname -%> <%=
time_ago_in_words(comment.created_at) -%> ago
</div>
<hr>
</div>
As you can see, the comments partial calls comment.user.fullname, which
is defined in the UserModel:
class User < ActiveRecord::Base
has_many :documents
has_many :events...
2006 Feb 22
0
model''s custom attributes not loaded if file is not in app/models/ folder, HELP!!
...es, 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.
--------------------- /app/models/user.rb , fullname() works ------------
# DB table users has columns: id, first, last.
class User < ActiveRecord::Base
def fullname
self.first + " " + self.last
end
end
------------------- /app/models/profile/poweruser.rb, ---------
module Profile
class Poweruser < ActiveRecord::Base
s...
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
...rch'' %>
Enter Student Name: <%= text_field_with_auto_complete :student, :full_name %>
<%= submit_tag "Get Student Records" %>
<%= end_form_tag %>
# CONTROLLER
def search
# Get all the PLogs associated with user_id, student_id
studentid = params[:student]
fullname = studentid[:full_name]
name = Student.find_by_full_name(fullname)
@archives = PhoneLog.find(:all,
:conditions => ["user_id = ? AND student_id = ?",
@session[''user''].id, name.id])
# Render the tabs
render :partial => ''tabs''
end
# _tabs....