Displaying 3 results from an estimated 3 matches for "callgen".
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
i=1
while [ $s -le $anz ];do
echo "$s try star...
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 outgo...
2005 Mar 14
0
dial script, send variable problem??
...;Context: outboundmsg\r\n')
s.send('Extention: s\r\n')
s.send('Priority: 1\r\n\r\n')
s.send('RetryTime: 300\r\n')
s.send('WaitTime: 45\r\n')
#s.send(('Variable: snd=%s\r\n') % (sound))
s.send(('SetVar: snd=%s\r\n') % (sound))
// extentions.conf
; callgen test
[outboundmsg]
exten => s,1,DigitTimeout,5
exten => s,2,ResponseTimeout,10
exten => s,3,Answer
exten =>
s,4,Wait(1)
exten => s,5,NoOp(${snd})
exten => s,6,Playback(${snd})
;exten => s,6,Playback(feature-not-avail-line)
exten => s,7,Hangup