Displaying 20 results from an estimated 29649 matches for "present".
2008 May 14
2
Setting CallerID UNKNOWN on an outgoing call
Hello,
on my ISDN phone I can configure that on the next outgoing call, my
telephone number should not be transmitted, instead it should be UNKNOWN.
How can I configure Asterisk to do the same? Is this a feature/parameter
of the driver (chan_capi) that I'm using?
BTW: I'm using ISDN and Deutsche Telekom, if the provider makes any
difference.
Thanks for your help,
Stefan
--
2006 Mar 18
4
new user.presentation
Hi,
I''m creating an RoR application right now and i''ve got the following
question:
An user has one presentation.
So i''ve got an user table and in that table is an field
fkPresentationID. Now i want to create an new user and at the same
moment an new presentation for that user. I thought it would work with
something like this, but it didn''t work.
@user = User.new(params[:user])
@us...
2003 Apr 28
4
how to present a table in powerpoint?
Hi,
I have a nicely printed table of results generated by R's
> print(myresult)
where myresult is a "data frame".
I am trying to put this table into a powerpoint slide for presentation without re-typing and re-formating, i.e.,
present it as it is in the R window. This saves time when there are a lot of tables to be presented.
I tried
> sink("myresult.txt")
> print(myresult)
> sink()
resulting text file looks nice, but how can I insert it into powerpoint...
2006 Apr 20
1
Rails is losing key information
I am using ruby 1.8.4 with rails 1.0 under fedora core 3 on a WIntel
platform.
Rails appears to be losing key information under some circumstances.
Specifically, in the Questions class that follows, the presentation_id
property is apparently being lost.
The STDOUT dump from the create method indicates that the
presentation_id should be 42, but the dump from the database shows that
it is 43, which is the same as the explanation_presentation_id
Any ideas? Is this a known bug that is fixed in a more recen...
2006 Mar 15
8
Tags to ruby interface: What I am missing? (repost)
...list as busy as
this, it is sometimes easy to get missed in the shuffle.
I am trying to create, display and edit a referenced object''s text field
on the same view as my root object.
For example:
-------------------------
Quiz: <<quiz.name>>
Preamble: <<quiz.preamble_presentation.text>>
Postamble: <<quiz.postamble_presentation.text>>
[create][cancel]
-------------------------
quiz.preamble_presentation references a Presentation object instance.
The Presentation object contains a property called text, among others.
The generated form will display the...
2005 Mar 10
2
hide callerid via presention bits of ISDN
Hi,
how can I setup asterisk to use the number presentation bits on the isdn
side to suppress the number presentation? We need to transmit the
subscriber number for billing purposes via ISDN whether or not the user
wants to hide his/her number. Is there any way to do this?
Deti
2002 Nov 04
2
quota problem
...nsaction log (device 03:42) ...
Using r5 hash to sort names
reiserfs: using 3.5.x disk format
ReiserFS version 3.6.25
reiserfs: checking transaction log (device 03:43) ...
Using r5 hash to sort names
reiserfs: using 3.5.x disk format
ReiserFS version 3.6.25
VFS: Quota for id 1114 referenced but not present.
VFS: Can't read quota structure for id 1114.
VFS: Quota for id 1116 referenced but not present.
VFS: Can't read quota structure for id 1116.
VFS: Quota for id 1115 referenced but not present.
VFS: Can't read quota structure for id 1115.
VFS: Inserting already present quota entry (block...
2010 Dec 15
1
Structure of Anova for obtaining sig. corrected for departure from sphericity
Dear helpers,
I have a 2x2 mixed design with two "groups" (between-subjects) and two
presentation-types (within-subjects).
The difference between groups is in the order of manipulations:
group.CD having first a block of present.type.C and then a block of
present.type.D, each block containing 31 trials.
group.DC having first a block of present.type.D and then a block of
present.type.C, eac...
2005 Feb 16
1
chan_sip errors on CVS HEAD
...t now, the following appeared on the CLI of
hppbx (the 90xxxxxxxxxxx is a valid number, changed to protect the guilty):
== Spawn extension (from-sip, 90xxxxxxxxxxx, 1) exited non-zero on
'SIP/711-31db'
Feb 16 12:42:38 NOTICE[14535]: chan_sip.c:2927 copy_header: No field
'From' present to copy
Feb 16 12:42:39 NOTICE[14535]: chan_sip.c:2927 copy_header: No field
'From' present to copy
Feb 16 12:42:41 NOTICE[14535]: chan_sip.c:2927 copy_header: No field
'From' present to copy
Feb 16 12:42:45 NOTICE[14535]: chan_sip.c:2927 copy_header: No field
'From' pres...
2011 Oct 11
3
CallerID inconsistently presented through ISDN/cellular networks
...orwards the incoming call to Bob, sometimes
Bob sees Alice's number, sometimes he sees a default CallerID (which happens
to match the dialed number and the ANI).
For various reasons, Bob really needs to see Alice's number when Alice is
calling.
When I compare one "successful" (ie presented with Alice ID) calls with one
"unsuccessful" (with debug and verbose levels respectively set to 0 and 3),
I can't see any difference between both calls within Asterisk logs :
every time Asterisk, receives Alice CallerID and set outgoing channel
CallerID with the same value.
(The onl...
2012 May 23
5
biggest disk partition on 5.8?
...No
Bootable : Yes
Failed stripes : No
--------------------------------------------------------
Logical device segment information
--------------------------------------------------------
Group 0, Segment 0 : Present (0,0) 9QJ3ZAYQ
Group 0, Segment 1 : Present (0,1) 9QJ3ZP3Y
Group 0, Segment 2 : Present (0,2) 9QJ3X7GR
Group 0, Segment 3 : Present (0,3) 9QJ3XJQW
Group 0, Segment 4 : Present (0,4) 9QJ3TPK2
Group 0, S...
2012 Mar 26
1
OpenSSH 5.9p1 compilation via gcc and cc - both produce "present but cannot be compiled" warnings -- AIX 6.1 TL7 SP3
configure: WARNING: fcntl.h: present but cannot be compiled
configure: WARNING: fcntl.h: check for missing prerequisite headers?
configure: WARNING: fcntl.h: see the Autoconf documentation
configure: WARNING: fcntl.h: section "Present But Cannot Be Compiled"
configure: WARNING: fcntl.h: proceeding with the compiler...
2008 Jan 17
2
Forms, database, and yes I'm new
...with scaffolding a recipe etc, and honesly
I didn''t get really any wiser. So I decided to try it out on my own
without scaffolding.
However. Now I''m stuck with my edit-form. I need to update a row with
old text in the ''pres'' column in the table called ''presentations'' in my
database with a new text typed in with a form (in edit.rhtml).
My Edit method gets the ''pres'' from the ''presentations''table but it
doesn''t update the edited ''pres'' with the new text to the database when
the submit...
2019 Aug 25
3
Slideshow/presentation software for CentOS
There's a web / cloud package, Prezi, that does very nice presentations, it
has some cool features, like letting you create a non-linear presentation
that has branches/forks where you can dive into deeper detail or skip on
the fly... Its free to use if you don't mind your presentation being
'public', the paid version lets you make private presentat...
2015 Jun 30
3
[PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
X-Server versions older than 1.16.3 have bugs in their
DRI3/Present implementation which impair nouveau, so
it is better to stick to good old DRI2 by default on
such servers. E.g., page flipping doesn't work at all
under DRI3/Present with older servers, and use of
extensions like OML_sync_control, SGI_video_sync or
INTEL_swap_events also causes failure of Prese...
2011 Oct 06
4
Mean(s) from values in different row?
Hello:
Is there a way to get a mean from values stored in different rows?
The data looks like this:
YEAR-1, JAN, FEB, ..., DEC
YEAR-2, JAN, FEB, ..., DEC
YEAR-3, JAN, FEB, ..., DEC
What I want is the mean(s) for just the consecutive winter months:
YEAR-1.DEC, YEAR-2.JAN, YEAR-2.FEB
YEAR-2.DEC, YEAR-3.JAN, YEAR-3.FEB
etc.
Thanks.
2006 Jun 04
0
Bug: collection#create misbehaves on validations
So we have a Presentation model which belongs to the Conference model.
We don''t want to create nameless Presentations, so we
class Presentation < ActiveRecord::Base
belongs_to :conference
validates_presence_of :name, :on => :create
end
Now we have a conference instance called rails_conf....
2020 Aug 16
1
Accumulating CPU load from Xorg process with DRI3
...?????(?):
> Well, if it's easy, try the patches I mailed to nouveau@ for the ddx.
I applied patches manually (copy-pasted patches failed to apply by git apply,
probably whitespace/end of line issues), and now I see in X log (after I left machine to run alone):
[ 3584.553] (DB) NOUVEAU(0): PRESENT: Wait for VBlank failed: Invalid argument
[ 3584.553] (DB) NOUVEAU(0): PRESENT: Wait for VBlank failed: Invalid argument
[ 3584.570] (DB) NOUVEAU(0): PRESENT: Wait for VBlank failed: Invalid argument
[ 3584.586] (DB) NOUVEAU(0): PRESENT: Wait for VBlank failed: Invalid argument
[ 3584.602] (DB)...
2016 Sep 21
0
CentOS-6.8 PCI Hwdr issue?
I have begun to see these messages in my morning reports:
WARNING: Kernel Errors Present
pciehp 0000:00:1c.0:pcie04: Link Training Error occurs ...: 146
Time(s)
pciehp 0ng Error occurs ...: 1 Time(s)
pcieport 0000:00:1c.0: bridge window [mem 0xd0a000000.0 failed
with error -22 ...: 1 Time(s)
r8168: probe of 0000:01:00.0 failed with error -22 ...: 702 Time(s)...
2018 Mar 28
0
[ANNOUNCE] xorg-server 1.19.99.902
...emove #ifdefs XF86_PDEV_SERVER_FD"
Alexander Volkov (1):
Xext/shm: Downgrade from error to debug log output about success
Antoine Martin (1):
os: Fix -logfile when used with -displayfd
Daniel Stone (1):
modesetting/drmmode: Remove unused flink call
Emil Velikov (7):
present: cap the version returned to the client
dri3: cap the version returned to the client
configure: remove libdrm version check
Remove always true GLAMOR_HAS_DRM_* guards
modesetting: remove always true defined(DRM_CAP_PRIME) guards
modesetting: remove always true DRM_IOCT...