Displaying 3 results from an estimated 3 matches for "zlabinger".
Did you mean:
nabinger
2008 Jan 14
1
Asterisk 1.4 Call Recording
...itor(wav,${CALLFILENAME},m)
exten => 815787XXXX,3,Dial(IAX2/ics.iax-trunk/1815739XXXX)
exten => 815787XXXX,4,Hangup()
[root at Aiur asterisk]# cat /usr/local/bin/2wav2mp3
#!/bin/sh
# 2wav2mp3 - create stereo mp3 out of two mono wav-files
# source files will be deleted
#
# 2005 05 23 dietmar zlabinger http://www.zlabinger.at/asterisk
# 2006 03 24 modified for sox 12.17.9 as of Suse9.2 by Matthias
#
# usage: 2wav2mp3 <wave1> <wave2> <mp3>
# designed for Asterisk Monitor(file,format,option) where option is "e" and
# the variable
# MONITOR_EXEC/usr/local/bin/2wav2mp3
#...
2006 Jan 16
3
DO NOT REPLY [Bug 3415] New: -R and --delete cause --delete to be ignored
...se --delete to be ignored
Product: rsync
Version: 2.6.6
Platform: Other
OS/Version: Windows 2000
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: dietmar@zlabinger.at
QAContact: rsync-qa@samba.org
this works:
rsync --delete --progress --force -va /dir1 rsync://alpha@terra/backup
while this one does not delete files on the destination:
rsync --delete --progress --force -vaR /dir1 rsync://alpha@terra/backup
--
Configure bugmail: https://bugzilla.s...
2006 Feb 10
1
2wav2mp3, monitor, mixmonitor, mpg123, queues
Hello!
I'm using Asterisk for our office telephony, but we have some problems
that still we can't resolve about it. Here they are:
1) merge in/out call recording files
I also tried to use a script I found on the internet, called 2wav2mp3
In extensions.conf I added the following lines
; script to be executed when monitoring has been finished
MONITOR_EXEC=/usr/local/bin/2wav2mp3
exten