search for: somescripts

Displaying 17 results from an estimated 17 matches for "somescripts".

Did you mean: somescript
2010 Feb 05
3
open script file from command line
Hi all, Is there a function to open a script file from the command line? I have several students who are Mac users and when they open up a script file it does not send commands to the console, and unfortunately I don't know how to solve this problem since I am not a Mac user. I have looked over the FAQ for Mac users, but didn't see a reference to the problem. I think they are both
2003 Sep 04
3
Call script after hangup
Beginner: How can a script be called after a calling user hangup? What's wrong with this: [incoming] exten => s,1,Playback,welcome exten => s,2,Record,msgfile:gsm exten => h,1,Goto(callscript,1,1) [callscript] exten => 1,1,Wait,5 exten => 1,2,System("SomeScript") Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Nov 13
1
Can AGI do this?
Please pardon the absolute noob questions. Someone has asked me to interface with Asterisk and have it dial 4 numbers in succession to have it track down an on-call person. My initial reaction was to write an AGI program and return all 4 numbers and have Asterisk hunt them - can Asterisk do this? If not, is it possible to write an AGI program that gets all 4 numbers, then somehow hands them
2010 Aug 31
1
Running System() after call completion, not in 'h'?
Greetings all- I have some dialplan code on an Asterisk 1.2.x box that basically dials a call, then after call completion, runs a command via System(). However, I'm finding that roughly 5% of the time, the System() command never executes and seems to be on specific destinations. Simplified/paraphrased example: exten => 1,1,Set(VARIABLE=SOMEVALUE) exten =>
2003 Oct 27
3
PDC and concurrent logins
Hello! I am using samba running as a PDC at our school. I have read many docs and howtos but I can't find anything about Concurrent logins. I would be a nice feature becouse I don't want my users to login more than one time. Is there anyone that does have a clue? Greetings from Sweden --- Mikael Karlsson Skoldataenheten, Tibro Kommun Sweden +4650414783 mikael.karlsson@edu.tibro.se
2006 Aug 02
3
Does Ruby / Rails have something similar to PHPs ''virtual''
Hi all Is there a rails / ruby function that is analagous to PHPs ''virtual'' function? "virtual() is an Apache-specific function which is similar to <!--#include virtual...--> in mod_include. It performs an Apache sub-request. It is useful for including CGI scripts or .shtml files, or anything else that you would parse through Apache. Note that for a CGI script,
2007 Aug 06
2
Makefile for embedding OpenBUGS in R package
Dear list, I'm trying to embed OpenBUGS in an R package for use of it on 64-bit Linux. In order to get the CLI working one has to compile C code contained in $OpenBUGS/Manuals/CBugs.html (copied to say CBugs.c) using gcc -m32 -o bugs CBugs.c -ldl I put the OpenBUGS distribution in the ./inst subdirectory of the package root. Where should I now put the CBugs.c and how
2011 Apr 27
6
rubygems (LoadError)
I''m trying to set up a cron job with a runner that calls a method in one of my models. I''m using javan''s whenever gem to do this and I''m running CentOS on my server. Whenever the cron executes though I''m getting the following error: `require'': no such file to load -- rubygems (LoadError) The method uses the ''mail'' and
2006 Sep 25
2
To redirect any message into /dev/null
Hi all, I'm running a script in my crontab like this: */50 * * * * /root/scripts/keepjobrun 2>&1 > /dev/null However, crontab always sends a message to root (me) about the above script. How do I stop it from sending any notification? Thank you very much, -- Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial http://linux2.arinet.org 1:23pm up 5:18, 2.6.16.13-4-default
2006 Jun 13
1
wininet not sending Content-Length: in header (http 411 error)
Using an app that uses msinet.ocx. msinet is a dumbed down MS wrapper for wininet and VB use. Running the app native on windows works but when running it through wine 0.9.15 the server replies back with a 411 response. I tried http and https with the same result(decrypted the SSL to make sure). 1 8 1150206672.2493 (0.0006) C>S application_data
2002 Jun 11
0
[Bug 273] sshd hangs on shell exit if user spawned child with /bin/nohup
http://bugzilla.mindrot.org/show_bug.cgi?id=273 ------- Additional Comments From kerry.schwab at wnco.com 2002-06-12 06:26 ------- Debug output, with comments: Get this once i'm in: >>[some omitted for brevity] >>debug1: session_new: session 0 >>debug1: Allocating pty. >>debug1: session_pty_req: session 0 alloc /dev/pts/12 >>debug1: fd 4 setting TCP_NODELAY
2006 Nov 30
1
2nd attempt - Return code - How to?
Can anyone give me some insight on this? If I am not making myself clear please let me know. At voip-info.org they show the following example.... exten => s,1,Set(foo=${STAT(s,/var/t3)}) which I guess is suppose to work and make foo = size of t3 I did the following.... exten => 542,1,Set(s1=${STAT(e,"/var/lib/asterisk/t1")}) which should set s1 = 1 if the file exists and 0
2009 Jul 17
0
Help with pppd
Hi guys I'm new to the list. There is something I want to ask. I'm running Centos 5.3. Everything works pretty good. I need to set up somescripts to make a dialup conection to a closed network. I'm using the scripts from ppp-2.4.4. Everything id going fine exept for one issue. Remote access server use radius autentication. How can I dial in using ppp-on script and auteticate against the remote radius server? Hope some of you can help....
2008 Apr 25
9
dd trough scp with tar
Hi, first i will explain my experiment : We have ESX server running virtual machines .We want to migrate to XEN. As i did not found any tool for transfering ESX to for example real server, or better to XEN --> please correct me if i am wrong , i found following approach : i will inside virtual machine on ESX boot from Live-CD of CentOS , using dd i will transfer images trought scp to CentOs
2008 Apr 25
9
dd trough scp with tar
Hi, first i will explain my experiment : We have ESX server running virtual machines .We want to migrate to XEN. As i did not found any tool for transfering ESX to for example real server, or better to XEN --> please correct me if i am wrong , i found following approach : i will inside virtual machine on ESX boot from Live-CD of CentOS , using dd i will transfer images trought scp to CentOs
2006 May 26
3
capistrano on windows (again)
Hi all I didn''t get a response to my first post so I thought I''d try again. is anyone successfully using capistrano to deploy their app from a windows box? I''m trying to deploy a test app to my dreamhost account but all i get is "rake aborted!" with no further information. Can someone please confirm if capistrano even works under windows? many thanks al
2001 Oct 08
1
Yet another batch mode question
Hello all and thanks in advance, I know you can start R with either: 1. R CMD BATCH myfile.R or 2. R < myfile.R My question is this: what if I want multiple input files and/or command line arguments. For example, under unix you can run a script command (in a shell language, perl, or python) like: python myScript.py or better yet, if you have things set up right, you can place a