Displaying 20 results from an estimated 5000 matches similar to: "HowTo clear a share using smbclient ?"
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
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 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 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
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
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 Sep 13
5
Authenticating before tests
Hi all,
I''m using Goldberg, an engine that provides roles based access
control for my app. I need to login before I can do controller tests,
but I can''t find any examples of people doing this.
Could someone point me in the right direction?
I thought the simplest way would be to either call the login action
from my other tests before(:all), but I can''t seem to
2007 Mar 22
6
Anyone using Goldberg for production sites?
Just starting to look at Goldberg and I like what I see so far. However,
there''s quite a bit in there. Anyone using Goldberg for production sites?
How is the security, flexibility, etc?
Thanks for any input you can provide!
Jake
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
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
|
--------
2015 Jun 16
0
howto copy a voicemail message to another machine ?
On Tue, 16 Jun 2015 11:35:26 -0400
sean darcy <seandarcy2 at gmail.com> wrote:
> 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.
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
2015 Jun 16
2
howto copy a voicemail message to another machine ?
On 06/16/2015 11:52 AM, D'Arcy J.M. Cain wrote:
> On Tue, 16 Jun 2015 11:35:26 -0400
> sean darcy <seandarcy2 at gmail.com> wrote:
>> 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.
>
> Really? That was one of the first things I did
2003 Mar 19
3
SAMBA on the WAN
Is anyone routing samba connections over a wan?
Is there a way to do this that will make the network admins happy?
Thanks for your help with this.
-alan
==============================================
Alan M. Goldberg
SAP Basis Specialist, Web Consultant
HJ Heinz Company of Canada Ltd
PH: 416-226-7542 FX:416-226-7564
CEL: 416-606-8945 PAG:416-381-0157
alan.goldberg@hjheinz.com
2018 Jun 20
2
Welcome to the "Xapian-discuss" mailing list
Hi,
I'm new to Xapian and wanted to know if it has a specific feature. I want
to be able to check the relation between two terms on a page based on how
close they are together on the page. I want to use a combination of n-gram
based labeling and the "slop" feature found in Elasticsearch. Does Xapian
have this/a similar feature? I haven't been able to find any programs that
have
2009 Nov 22
1
Metaplot Axis Annotation
Hello,
We are looking to adjust the font size of the axis annotation on the graph
that results from use of the metaplot() function. Metaplot seems to respond
to cex and cex.lab to change those graphical parameters, but it doesn't
respond to cex.axis. Is there a way to work around this by creating a
customized x-axis, and if so, how?
Thanks for all your help. Syntax is below.
Best,
Dawn
2008 Aug 09
6
ElderScrolls - case-sensitivity, many of the same file
hypothetically, i have 2 different textures, one names TX_Skin, another named tx_skin. a plugin calls TX_SKIN, which texture does it choose?
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
2011 Sep 21
3
Quelplot
Hi all,
Does anyone have an R implementation of the queplot (K.?M. Goldberg
and B.?Iglewicz. Bivariate extensions of the boxplot. Technometrics,
34(3):pp. 307?320, 1992)? I'm struggling with the estimation of the
asymmetry parameters.
Hadley
--
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/
2017 Nov 02
2
Publication Request: The Design of a Custom 32-bit RISC CPU and LLVM Compiler Backend
Hey everyone,
I would like to add my graduate paper to the list of LLVM publications:
http://scholarworks.rit.edu/theses/9550/
Here's the abstract if anyone is interested:
*The Design of a Custom 32-bit RISC CPU and LLVM Compiler Backend*
Compiler infrastructures are often an area of high interest for research.
> As the necessity for digital information and technology increases, so does
2020 May 25
2
LibreOffice locking up
On 05/25/2020 02:15 AM, hw wrote:
> On Sun, 2020-05-24 at 19:56 -0400, H wrote:
>> I am running LibreOffice 5.3.6.1 under the latest update of CentOS 7 and
>> the Mate desktop. Not infrequently LibreOffice Calc locks up and I have
>> to force close the application. Altough the spreadsheet is rather large I
>> would not consider it complex.
>>
>> This has been