get following error, please help.<br>
<br>
[root@localhost ~]# modprobe wctdm<br>
Notice: Configuration file is /etc/zaptel.conf<br>
line 0: Unable to open master device '/dev/zap/ctl'<br>
<br>
1 error(s) detected<br>
<br>
FATAL: Error running install command for wctdm<br>
<br><br><div><span class="gmail_quote">On 2/5/06, <b class="gmail_sendername">Tzafrir Cohen</b> <<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, Feb 05, 2006 at 07:29:25PM -0800, Mike Taht wrote:<br><br>> #!/bin/sh<br>><br>> # Takes mp3s on the command line, converts to 8000 khz ulaw, gsm, speex<br>><br>> for i in $*<br>> do<br>> base=`echo $i | cut -f1 -d.`;
<br>> #madplay --output=$base.wav --sample-rate=8000 -b 16 --attenuate=-1 -m $i;<br>> # I recompiled sox for madlib support. The resulting polyphase conversion is<br>> # much better than what madplay outputs by default
<br>> sox $base.mp3 -r 8000 $base.wav polyphase -w ham # seems to give best results<br><br>I actually ended up using mpg321 for the mp3->wav conversion.<br><br>> # have tried various quality/comp settings<br>> speexenc -n --quality 10 --comp 10 --bitrate 8000 $base.wav $base.spx
<br>> sox $base.wav $base.gsm # works<br>> sox $base.wav $base.ul # works<br>> mv $base.ul $base.ulaw<br><br>To write the above two in one line, use sox's -t .<br><br>> rm $base.wav # wav files are big<br>>
<br>> done<br>><br>><br>> --<br>> Mike Taht<br>> PostCards From the Bleeding Edge<br>> <a href="http://the-edge.blogspot.com">http://the-edge.blogspot.com</a><br>> _______________________________________________
<br>> --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>><br>> asterisk-dev mailing list<br>> To UNSUBSCRIBE or update options visit:<br>> <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">
http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>><br><br>--<br>Tzafrir Cohen icq#16849755 +972-50-7952406<br><a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a> <a href="http://www.xorcom.com">
http://www.xorcom.com</a><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit:
<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br></blockquote></div><br>