similar to: dial script, send variable problem??

Displaying 20 results from an estimated 300 matches similar to: "dial script, send variable problem??"

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:
2003 Oct 13
1
PRI/E1: machine freeze/dies after a few calls
Hi all, inside my * is a E400P. The machine is a PII 400Mhz with 256MB Ram. OS is Debian woody. * is the newest cvs co. I have written a little callgen script which make outgoing calls through my *: #! /bin/sh set -e n=$1 # Nummer anz=$2 # Anzhal der Versuche anz2=$3 # Kan?le sle=$4 # Timeout bis zum n?chsten Versuch if [ -z $4 ]; then sle=0 fi s=1
2003 Jun 13
1
Problem with outgoing spool...
Hi all, i 've written a little Callgen script for generating calls through the outgoing spool directory. The calls goes over 8 ttyI devices to another pbx and come in through other 8 ttyI devices. But when i generate the calls, sometimes * register the calls but never initiate them. Especially when the files come to fast into the outgoing dir. What can be wrong ? Is it possible that the
2009 Jun 06
4
Team Fortress 2 Issues
Hello there, After downloading the latest version of wine, latest graphics drivers and install Steam through PlayOnLinux, I tried to launch Team Fortress 2. The initial Valve sound played and then the menu soud, but there was absolutely no video/display. Checking the processes list, hl2.exe was still running, so obviously something is going wrong here. My system should be fine, as I used to run
2002 Sep 23
2
can wine be run as daemon
I noticed that when i launched WINWORD.EXE the first time it took about 20 seconds to load, but when i ran it on the 2nd time it took about 10 seconds only!, it seems that it is now cached in the memory...I was wodering if it is possibe to load wine as a daemon so that it will be faster to load? sort of like a daemon? does my analogy here make sense? I would appreciate any help, comments,
2006 Nov 02
2
live dj
Hi all i would like to know if there's a software to create a dj station taking the input from mic and stream with icecast, also i need to know if is possibe to mix mic input and ogg file and stream it togheter with icecast thanks __________________________________________________ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i
2005 Apr 14
2
LOADBALANCING+BRIDGING---is it possible on the same machine??
Hello All, I have a linux box running with three NIC''s, I have used brctl tool to configure this box as a bridge, i have given it ONE logical ipaddres, Every thing is working fine, but now i am required to configure the same bridge as a LOAD BALANCER.... On some googling i found the following link http://lartc.org/howto/lartc.rpdb.multiple-links.html This HOWTO requires me to have one
2008 May 23
0
xend embedded pyc path
After a recent power cycle of our building, I discovered that the xend pyc files have full paths to the install directory where I built the xen tools. Turns out the xend python process calls stat() on these pyc filenames. In this case, the automounter was broken so the stat() hung and xend failed to start. I was very suprised to see the full path to the dist/install *.py files in the strace
2009 Feb 18
0
Bug#487165: dependency on python-xml - confirmed
Hi, I can confirm, missing dependency on pyton-xml for 'xm new...' command. lin:/etc/xen# xm new lenny1 Unexpected error: <type 'exceptions.ImportError'> Please report to xen-devel at lists.xensource.com Traceback (most recent call last): File "/usr/lib/xen-3.2-1/bin/xm", line 7, in <module> main.main(sys.argv) File
2018 Jun 18
0
Help Python API Samba4 -- Project Web Admin Manager Samba4
On Mon, 18 Jun 2018 07:13:01 -0300 Nilton OS <jniltinho at gmail.com> wrote: > Hi Rowland, > > I think I know what the problem is, but I can not even try to try > and fix it, because 'go_samba4' is a binary BLOB. > > *Right, I created this package with Pyinstaller so the user does not > need to install any python lib for the application to work, but you >
2002 Jan 04
1
plotting maps?
I thought I had plotted a map of oregon and washington and overlayed some points using R. Is that possibe since I can't seem to find the source file I used or commands for plotting maps and points? If not, sorry for the bother... Thanks, Jeff. Jeff D. Hamann Hamann, Donald & Associates, Inc. PO Box 1421 Corvallis, Oregon USA 97339-1421 Bus. 541-753-7333 Cell. 541-740-5988 jeff_hamann
2009 Dec 12
2
how to print out content of stylesheets in <style> tag via stylesheet_link_tag
Hi! I''m developing facebook apps with ruby on rails. My connection is really slow. The stylesheets do not load mosts of the time. So i want to print out the content of my .css-files in <style> Tags. Is this possibe with some parameter to the stylesheet_link_tag or an other tag? Greetings from Germany Klaus -- You received this message because you are subscribed to the Google
2009 Jul 29
8
Adding picture to graph?
Hi while teaching R, the question came up if it would be possible to add a picture (saved on the HDD) to a graph (generated by plot()), which we could not answer. It might easily kill a clean graph, but: is there a way of doing this, even one should not do it? On a similar line of thought: is it possibe to define own symbols so that they can be used in the plot function with pch=? Rainer
2008 Apr 13
3
Matched pairs with two data frames
Hi, I have a frame "treat" and want to find matched pairs in the data frame "control". In the matched (combined) data frame there should be two variables (0/1),indicating the "source" of the data (treat or control), so that it is possibe to set a "filter" (extraxt/select data). #Here are the dataframes (my real data frames have many variables) treat <-
2008 Oct 03
1
3D scatter, groups, RdbiPgSQL...
hello, I wish to create some 3d scatter diagrams visualising different grouped data set by a given field in the database. I tried the scatterplot3d package, as well as the plot3d and scatter3d functions (both within the rgl resp. Rcmdr package). My first question is, whether is it possibe to group data in the scatterplot3d and plot3d, because I did not succeed to use the groups = ...
2007 Feb 08
0
mongrel limiting amount of connections ?
Hi! I''ve been using Mongrel in a Rails setup with HAProxy as a loadbalancer. I used to use Pound, but HAProxy is much more performant and has the very nice option to limit the amount of requests sent to the backend servers/processes. In practice, this means that a new incoming request will not be sent to a Mongrel that''s already busy processing a request. There''s
2006 Jan 12
0
override << method
Ok, this statement may prove that i am designing my app incorrectly but I have several HABTM relationships in my application that I add to using the <<. However, this undermines my ability to validate uniqueness of my rows. As an example. a = Article.find(1) c = Comment.find(1) a.comments << c a.comments << c a.comments.size "2" Obviously, I''d like to
2012 Feb 01
0
AutoRegression with Subset of Lags/Coefficients
Hi, In order to produce an autoregression where only certain lags are allowed, specified in advance (e.g. c(1,2,5) ), I have found it necessary to look beyond the standard [ar] function, thankfully discovering the [FitAR] package, wherein the [FitARp] function provided exactly that capability. However for my problem at hand, [FitARp] is vastly slower than [ar] - taking hours rather than minutes.
2004 May 23
0
Sipura SPA-3000 Beta
Hi All, I'm on of those brave souls who bought into the preproduction beta of the Sipura SPA-3000 FXS/FXO adapter. I've had the unit a few days and am exploring it's workings. I really want it mostly as a straightforward FXO adapter, to replace an X101p. Let me be clear, I'd love to support Digium in every way possibe, and will likely buy a TDM40 card shortly. But, the X101p has
2020 Jun 01
0
do not start MoH when caller pres HOLD on mobile
hi, its possibe to "dont start" music on hold when caller (from sip operator trunk) press HOLD (i.e. on mobile phone) Asterisk acts on SDP a=sendonly i want pass trough media from SIP trunk provider Marek