similar to: Schnitzer, Ted is out of the office.

Displaying 20 results from an estimated 7000 matches similar to: "Schnitzer, Ted is out of the office."

2009 Jun 25
1
Schnitzer, Ted is out of the office.
I will be out of the office starting 06/25/2009 and will not return until 07/06/2009. In my absence please contact Dave Lowenstein or Ted Wojcik for UNIX/Linux technical issues. Please contact Kim Richardson for management issues. Thanks, Ted
2006 Mar 03
2
Does an entry in AstDB stay after reboot?
I set up a call forwarding script in extensions.conf which uses the AstDB but I'm wondering if I reboot the server, will the entry in AstDB still reside? What the script does is when a call comes in, it check to see if there is a null value or a call forward number. If null, it will call the local office connections. If there is a number, it calls that. Now I just need to know if I reboot
2006 Apr 02
6
Neat style trick
Not terribly exciting, but I was happy to think of it. I needed a div with a fixed height that could vary depending on page content. So I did this: <div class="listcntnr" style="height: <%= @users.size / 2 * 125%>px"> Whee! --Al Evans -- Posted via http://www.ruby-forum.com/.
2008 May 17
2
[Bug 15991] New: unable to play videos from ted.com
http://bugs.freedesktop.org/show_bug.cgi?id=15991 Summary: unable to play videos from ted.com Product: swfdec Version: 0.6.6 Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org ReportedBy: bpepple
2019 Jan 30
4
kernel boot issues
Hello, I run CentOS release 6.10 (Final) on a Dell Inspiron M6700. 2.6.32-754.el6.x86_64 boots, and is whaat I am running now none of these, updated ones, won't boot: 2.6.32-754.3.5.el6.x86_64 2.6.32-754.6.3.el6.x86_64 2.6.32-754.9.1.el6.x86_64 2.6.32-754.10.1.el6.x86_64 They all show the same 'symptom',? grub says it is booting that kernel, screen blanks, solid corned in
2007 Sep 25
23
device alias
Hi. I''d like to request a feature be added to zfs. Currently, on SAN attached disk, zpool shows up with a big WWN for the disk. If ZFS (or the zpool command, in particular) had a text field for arbitrary information, it would be possible to add something that would indicate what LUN on what array the disk in question might be. This would make troubleshooting and general
2003 Oct 03
2
802.11 phone review: WiSIP
Hello - Here's my first impression review of the first SIP 802.11 phone. I got my hands on the "first" one sold, so that perhaps makes me the first person to have a real 802.11 SIP phone commercially in the US interworking with Asterisk. Whee! Can someone point me to other commercially shipping phones to prove me wrong?
2007 Dec 06
11
Weird Prototype behavior
In this code: <html> <head> <title>PT test</title> <script type=''text/javascript'' src=''/js/prototype/1.6.0/ prototype.js''></script> <script type=''text/javascript''> //<![CDATA[ Event.observe(window, ''load'', function () { alert($(''login_username'')); }); //]]>
2005 May 05
2
Numerical Derivative / Numerical Differentiation of unknown funct ion
Hi, I have been trying to do numerical differentiation using R. I found some old S code using Richardson Extrapolation which I managed to get to work. I am posting it here in case anyone needs it. ######################################################################## richardson.grad <- function(func, x, d=0.01, eps=1e-4, r=6, show=F){ # This function calculates a numerical approximation
2005 May 05
2
Numerical Derivative / Numerical Differentiation of unkno wn funct ion
Ah... I searched for half an hour for this function... you know, the help function in R could really be a lot better... But wait a minute... looking at this, it appears you have to pass in an expression. What if it is an unknown function, where you only have a handle to the function, but you cannot see it's implementation ? Will this work then ? -----Original Message----- From: Berton Gunter
2006 Feb 16
2
Problem with scoping a variable value
Hi there, I have a function which has a variable called show as an input: richardson.grad <- function(func, x, d=0.01, eps=1e-4, r=6, show=F){ # do some things if(show) { cat("\n","first order approximations", "\n") print(a.mtr, 12) } #do more things and return } The show variable is being used as a flag to show intermediate
2014 Jul 03
1
gnutls_handshake() failed on updating package index from sernet's https debian package repository
Hi, anybody else having isssues on updating package index from sernet's https debian package repostory? I'm on debian wheezy. 'apt-get update' results in: W: Failed to fetch https://download.sernet.de/packages/samba/4.1/debian/dists/wheezy/main/source/Sources gnutls_handshake() failed: A TLS warning alert has been received. W: Failed to fetch
2011 Jul 11
3
[LLVMdev] Cross-compile to ARM using Code Sourcery Lite Toolchain
Hello I am new to LLVM and would like to cross-compile LLVM 2.9 on x86 (Ubuntu) to ARM using Code Sourcery LIte toolchain for ARM EABI (2011.03-41). This is the command I used to configure: ./configure --build=i686-pc-linux-gnu --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi followed by: make -C llvm.2.9 ENABLE_OPTIMIZED=0 I encountered the following errors: configure:error:
2010 Jan 20
1
Using SIPPEER status with CUT function? SOLVED
On Wed, Jan 20, 2010 at 2:42 PM, JR Richardson <jmr.richardson at gmail.com> wrote: > Hi All, > > I'm using Asterisk 1.4 branch and checking the status of some SIP > Peers with the functions ${SIPPEER(101:status)} and the result is "OK > (48 ms)". ?Seems to work fine. > > Now I would like to use the function CUT to set a variable with the > 'OK'
2004 Jan 01
4
* crash when forward voicemail --Nicolas Gudino
Hey Nicolas, That did it. I ran that export command you suggested, then launched *, everything worked fine. I'm still looking for info on what that command actually does. Can you shed some light please? Thanks. JR -----Original Message----- From: JR Richardson [mailto:jr.richardson@cox.net] Sent: Tuesday, December 30, 2003 6:44 PM To: 'asterisk-users@lists.digium.com' Subject:
2006 Mar 21
1
VoiceMailMain(@context) Problem with Option 5(Advanced)
I had the same problem yesterday. I thought it might have been a realtime problem. Guess not. Bloody annoying too. > -----Original Message----- > From: JR Richardson [mailto:jr.richardson@cox.net] > Sent: Tuesday, March 21, 2006 2:52 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] VoiceMailMain(@context) Problem with Option > 5(Advanced) > > > Hi
2007 Jun 27
0
Asterisk to Cisco 2600 GW DTMF Not Working, Working now
On 6/26/07, JR Richardson <jmr.richardson at gmail.com> wrote: > Hi All, > > I have Asterisk 1.2.9.1 sending SIP calls to a Cisco 2620XM Router > with a PRI card in it, handing off to a PBX and vise verse. Calls in > and out are working fine except for DTMF from Asterisk to the 2600. > DTMF from the 2600 to Asterisk is fine. > > Here are the Asterisk console warnings
2007 Apr 26
1
Re: Voicemail on Different Server, Voicemail with NFS
> -----Original Message----- > From: JR Richardson [mailto:jmr.richardson@gmail.com] > Sent: Saturday, June 17, 2006 2:30 PM > To: asterisk-users@lists.digium.com; Douglas Garstang > Subject: Voicemail with NFS (working, I think) > > I'm using a stand-alone VM server and exporting the VM files ro for > MWI function only. All my registration servers mount the remote
2008 Mar 01
2
Page app, Polycom IP 601, 60 SIP peers, Interesting Issue WORKING NOW
JR Richardson Engineering for the Masses> -----Original Message----- > From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users- > bounces at lists.digium.com] On Behalf Of asterisk-users- > request at lists.digium.com > Sent: Saturday, March 01, 2008 12:00 PM > To: asterisk-users at lists.digium.com > Subject: asterisk-users Digest, Vol 44, Issue 1 > >
2014 Jun 11
3
[LLVMdev] [cfe-dev] [ADVERTISEMENT] open positions in Apple's Swift compiler team
Dear All, Historically, we *have* permitted job announcements for jobs that require or desire expertise with LLVM or one of it's sub-projects. To the best of my knowledge, we've never required that the position announcement state that the job will contribute directly to the LLVM project (or its sub-projects) or that the code created by the position be open source. As an example,