search for: rube

Displaying 20 results from an estimated 21 matches for "rube".

Did you mean: ruben
2006 Jan 12
16
master detail problem
Hello all, Has anyone done one of these? I''ve done similar things in java and php, by having easy access to SQL statements. I am new to Ruby/Rails( I''ve been at it for 10 days ) and thus far find it extremely confusing. I''ve got a bit more of a handle on it from the Agile book that someone loaned me, but I still find it hard to understand. Anyway, I''ve got
2005 Jul 10
1
VM Outcall: Rube Goldberg Edition
Resent to the list since I didn't think you would mind. Kevin wrote: > Eric, > > I have been using your vm outcall script for some time and it has worked > well. Thanks for your efforts. > > I am trying to re-install and I can't seem to get a call file generated. > I have set up postfix and in the log it appears that it pipes the > message to the vmoutcall
2005 May 20
3
Help with follow me
I hope someone can help me with this. This is what I want to happen. Someone dials in and goes to my extension. First, the phone on my desk rings If there is not an answer, I would like to have the dialplan call my cell phone. If I answer my cell phone, speak the incomming number to me. I press one of the buttons on my cell phone to accept the call. If I don't answer, or I don't
2005 Oct 11
2
Pushing Javascript Helper to external file.
I have a table and when I mouseover a row I want a pop-up with some additional information for that specific row (called remotely). I can do this easily with something along the lines of... onmouseover="<%= remote_function(:updated => "notediv", :loading => " Element.show(''note'');", :url => {:action => ''get_note'', :id
2015 Jun 16
4
howto copy a voicemail message to another machine ?
My asterisk server is in the cloud. Figuring out how to send an email is too much brain damage. So i can't use the email feature that's built into voicemail. What I want to do is execute a remote command with the voicemail as an argument. The remote machine command would email the message. I'm thinking of: same =>n,VoiceMail(vm,u) same =>n,System(ssh myserver "emailVM
2017 Apr 20
3
log incoming calls without answering
Il 20/04/2017 17:32, kevin.larsen at pioneerballoon.com ha scritto: > > This gets kinda Rube Golberg-ish, but convert the incoming analog line > to sip, route it through asterisk and have asterisk do its thing > before converting it back to analog to send to the phone. Only problem > is you get a lot of extra hardware involved in the mix to make it > work. It will be a lot of e...
2015 Jun 16
0
howto copy a voicemail message to another machine ?
...erisk server is in the cloud. Figuring out how to send an email > is too much brain damage. So i can't use the email feature that's > built into voicemail. Really? That was one of the first things I did when I learned Asterisk. It was dead simple. Rather than creating some sort of Rube Goldberg machine to send email why don't you explain what you tried and where you ran into problems? In case it helps, here are my general settings in voicemail.conf: [general] attach=yes maxsilence=10 serveremail=NULL at Vex.Net format=wav49 fromstring=Vex.Net Voice Mail nextaftercmd=yes for...
2006 Jan 05
2
New logo for CentOS
To celebrate CentOS as the greatest thing since sliced bread, we should endevour to have a new logo in place. Whilst the current one suffices, a new logo/favicon should be in place. My artistry skills are not good (i was eating hotdogs whilst the rest of the class learned fine art), so those of you artistically endowed should come up with something.
2004 Dec 12
0
Samba (old) and shared printers on MS Win 2003 SBS
This might be a rube question; if so I apologize in advance. Someone asked me to help and I don't have much info, but I have a limited window and have to be forearmed with as much information as possible before I set foot in the door. The guy that asked for help runs a Red Hat 6.2 box with the version of Samb...
2008 Apr 01
0
Standalone server providing authenticated services to AD clients?
...if someone could set me straight, that would be appreciated. [global] workgroup = AD-DOM security = user [homes] comment = User Home Directories valid users = %s read only = no browseable = no -- Georgia: Why am I not doing what they're doing? Rube: Because you're doing what you're doing. When it's time for you to do something else you'll do that. READ CAREFULLY. By reading this email, you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED agreements, lice...
2008 May 14
1
HowTo clear a share using smbclient ?
Good Evening, I was wondering if anyone knows how to clear a share on a server using a command line interface ? Basically I have a [public] share that I would like cleared down every night, I've worked out that smbclient //apps-srv/public -N -c "del *" > /var/log/samba_public_delete.log 2>&1 seems to go most of the way to doing what I want - however it doesn't
2012 Dec 02
2
function stays in loop
function <- function(p){ i <- 2 r <- 0 while(i < p) { q <- (p/i) while(q>=1) { q=(q-1) } if (q==0) { r=1 } else i=i+1 } return(r) } This function stays in some kind of loop when I enter 4 as a function value. It immediately returns 0 when I inter 3 though. I don't seem te get why it does not give me just a result. Can someone tell me why it stays in a loop?
2007 Jan 23
1
OT: High Quality Wireless Headset for Cisco IPPhones and *
Tom - here are a few suggestions Plantronics 510SL Bluetooth - they make a bundle that comes with a Bluetooth transceiver and a handset lifter. This is nice if you have users that already have Bluetooth headsets for their mobile phones, as it allows you to sync with their office phone as well. http://www.plantronics.com/north_america/en_US/products/cat29880043/cat2 9880054/prod5460016
2015 Jun 16
2
howto copy a voicemail message to another machine ?
...cloud. Figuring out how to send an email >> is too much brain damage. So i can't use the email feature that's >> built into voicemail. > > Really? That was one of the first things I did when I learned > Asterisk. It was dead simple. Rather than creating some sort of Rube > Goldberg machine to send email why don't you explain what you tried and > where you ran into problems? > > In case it helps, here are my general settings in voicemail.conf: > > [general] > attach=yes > maxsilence=10 > serveremail=NULL at Vex.Net > format=wav49 &g...
2017 Apr 20
7
log incoming calls without answering
Hi, I've some analogic lines and I'm asked if it's possible to program an asterisk for "checking" the inbound calls without answering them, doing something like this: analog line 1 -----+---------- asterisk | \______ analog phone when a call enter, asterisk sense it and store its values (callerid, date and time, etc) somewhere, but
2014 Feb 05
2
answering machine screening with MixMonitor
I'm using asterisk 1.8 as an answering machine. I'd like to hear the calls it answers aloud in case I want to pick up and interrupt the call. There are a few articles describing, for example, three-way calling a monitor phone set to auto-answer, but I couldn't find anything that described how to just send the audio to a local speaker. I am currently using MixMonitor to append the
2010 Sep 09
1
NoMethodError in User sessionsController#create
Having a frustrating go at authenticating a user, pretty sure it must have something to do with gem version conflicts, but I can''t seem to find a solution that works. No matter what username & password that is entered into the login form I get the same error screen: NoMethodError in User sessionsController#create undefined method `protected_password'' for #<UserSession:
2006 Jun 06
4
Comet/Continuations/Armeggedon
Hello all- Forgive me if this has been discussed before- I searched the archives and didn''t see anything. Anyway, here it goes- There is a lot of talk lately about Comet-based applications- that is, web apps that hold connections to the server open for a very long time, to effectively achieve realtime data push from the server to the browser. Currently, there are a few web
2007 Jul 30
15
bandwidth aggregation between 2 hosts in the same subnet
Hi, I''m trying to increase the bandwidth between two hosts (backup). Both hosts are in the same /24 subnet and each of them is connected to a Cisco switch by 2 GbE interfaces (intel e1000). The switches/host are located in different building which are connected by 3 x GbE. building A | building B | --------
2009 Feb 10
6
OT: A test with dependent samples.
I am appealing to the general collective wisdom of this list in respect of a statistics (rather than R) question. This question comes to me from a friend who is a veterinary oncologist. In a study that she is writing up there were 73 cats who were treated with a drug called piroxicam. None of the cats were observed to be subject to vomiting prior to treatment; 12 of the cats were subject to