similar to: fax/voice switch - faxdetect

Displaying 20 results from an estimated 200 matches similar to: "fax/voice switch - faxdetect"

2007 Apr 03
0
Faxing issues
I have spandsp, rxfax and asterisk-1.4.2 installed and whenever a fax call comes in we get this. This isn't good. Any ideas? [New Thread -1215390800 (LWP 8504)] -- Accepting call from 'DELETED' to '539' on channel 0/1, span 1 -- Executing [539@telco-incoming:1] Set("Zap/1-1", "DIALEDNUM=539") in new stack -- Executing [539@telco-incoming:2]
2007 Dec 06
1
Help with /usr/share/sendmail-cf/m4/proto.m4 - fax macro
OK. Digging into this... sendmail.m4 has the lines: define(`FAX_MAILER_PATH',`/usr/bin/faxmail')dnl define(`FAX_MAILER_ARGS',`faxmail -d -n -p 12pt $u@$h $f')dnl MAILER(`fax')dnl proto.m4 has: `R$+ < @ $+ .FAX. > $#fax $@ $2 $: $1 user at host.FAX', `ifdef(`FAX_RELAY', `R$*<@$+.FAX.>$* $:
2004 Oct 05
1
FAXMAIL
Hi everybody, can anyone has experiences with faxmail. I mean something like voicemail. so selected extensions have independent box for incoming faxes and these faxes are forwarded to selected e-mail. or is there anybody who try to print faxes directly from asterisk. You know, asterisk box connected to printer, and incoming fax was proceseed as printer job. Thanks for help.
2013 Apr 16
2
Krad Pipe To
https://gist.github.com/oneman/5394332 This is a little hack for sending -live encoded- WebM streams to Icecast from STDIN. An example (I was using libav from git, params likely different between libav, ffmpeg etc programs) avconv -v debug -f video4linux2 -s 320x240 -r 10 -i /dev/video0 -vcodec libvpx -threads 2 -vb 128k -r 10 -f webm pipe:1 | krad_pipe2 europa.kradradio.com 8008
2013 Apr 16
0
Krad Pipe To
David, Does this work with already-existing WebM files, as in, does it parse them to only output at the appropriate rate? Or, is this meant only for realtime sources that are already appropriately rate-limited by their nature? On 04/16/2013 07:20 AM, Krad Radio wrote: > https://gist.github.com/oneman/5394332 > > This is a little hack for sending -live encoded- WebM streams to >
2012 Feb 01
1
Icecast WebM support and much more
Howdy, I've been working on WebM support for Icecast, and I'm looking for a few power-users or developers that can work with me on a semi-informal basis to fully test things out, determine what is wanted where and all of those good things. I've been working on things in a cave so to speak, but I am opening things up as much and as fast as I can now. It would be most useful if whomever
2012 Feb 01
1
Icecast WebM support and much more
Howdy, I've been working on WebM support for Icecast, and I'm looking for a few power-users or developers that can work with me on a semi-informal basis to fully test things out, determine what is wanted where and all of those good things. I've been working on things in a cave so to speak, but I am opening things up as much and as fast as I can now. It would be most useful if whomever
2007 Nov 27
1
Lost setting up IAXmodem after drive crash
A few weeks ago, I lost my Trixbox that was all set up with Hylafax and IAXmodem. I am trying to set it up for email > procmail > faxmail > iaxmodem > asterisk >sipext > ATA (with attached fax). I have followed all the instructions on creating the IAX extension and configuring the IAXmodem config file. I can see the connection in Asterisk: iax2 show peers Name/Username
2006 Mar 17
1
Asterilink?!?!
Hi, Anyone know anything about asterlink? I've heard good things about them. So I thought I'd give them a try. I went to sign-up.... however, I haven't heard from them, I've called them several times between 9am and 5pm EST and no responce. Called today again after 9am EST, no responce. Tried Sales, Billing, and CS, and got the same person's voicemail! Is this a oneman
2011 Jan 07
2
Idea to possibly improve flac?
I'd like to express a few things whilst I have the ear atleast a few folks. There once was a program called oddcast, and then edcast that you could use on linux to broadcast an OggFLAC encoded audio stream from jack. Sounds like something many folks would be interested in doing, but I haven't heard to much of a peep about it. At any rate, it had a a few issues legally and technical
2005 Jun 05
0
RXFax and Hangup context Question.
Hello: I have been using the asterisk system now for almost 5 months. I'm very happy with it's performance, however I have been using the RXFAX on and off for the last month or so. I gave up after a while and just had it route to my analog fax machine in the fax context. However, I have always had the implementation that it would go to a macro.. macro-faxreceive, and to the rxfax of the
2006 Apr 26
0
Re: [Serusers] Sip t38 gateway tests
Thanks for these informations I would have prefer to receive them from asterisk-users instead of serusers !! May be they are sleeping . Ok i have not installed spandsp because of i don't find some scripts like in hylafax for mail2fax fax2mail i've just patched chan_sip.c Regards Harry --- Alexandr Dubovikov <shurik@start4.info> a ?crit : > On Wed, Apr 26, 2006 at 11:27:01AM
2005 Mar 24
2
rxfax trouble on bristuffed capi
Hi all, My BRIstuffed 0.2.0-RC7k is running fine on my debian box for voice calls over ISDN2. Now I want to implement receiving incoming faxes into my setup so I did a google and some reading on the wiki. I got the spandsp 0.0.2pre10 package compiled and installed, patched asterisk's apps makefile and compiled * again. This all worked out fine. When integrating the RxFax into my dialplan the
2011 Jan 07
0
Idea to possibly improve flac?
Cool, thanks David. I'll have a look at it. - J?rgen. On Jan 7, 2011, at 10:29 PM, David Richards wrote: > I'd like to express a few things whilst I have the ear atleast a few folks. > > There once was a program called oddcast, and then edcast that you > could use on linux to broadcast an OggFLAC encoded audio stream from > jack. Sounds like something many folks would
2012 Feb 07
0
Icecast WebM support patch
Attached is a patch for adding webm streaming support to icecast svn. Also available is my git tree: https://github.com/krad-radio/icecast-oneman/tree/format_ebml_internal My git tree is behind the svn version a little bit, I will update it soon, the webm code is identical. Please note the following: 1) This version has no external dependencies, the EBML parsing is built into the format_ebml
2012 Feb 07
0
Icecast WebM support patch
Attached is a patch for adding webm streaming support to icecast svn. Also available is my git tree: https://github.com/krad-radio/icecast-oneman/tree/format_ebml_internal My git tree is behind the svn version a little bit, I will update it soon, the webm code is identical. Please note the following: 1) This version has no external dependencies, the EBML parsing is built into the format_ebml
2013 Mar 03
0
Krad Pipe
I wrote a bent pipe program for relaying Icecast / KR streams. Its the simplest minimal program possible at 300 lines~, and there is no dependencies. Its an extraction from Krad Transponder, I pulled this out into a little command line program as I thought it might be immediately useful. https://gist.github.com/oneman/5074107 krad_pipe [from_host] [from_port] [from_mount] [to_host] [to_port]
2013 Mar 03
0
Krad Pipe
I wrote a bent pipe program for relaying Icecast / KR streams. Its the simplest minimal program possible at 300 lines~, and there is no dependencies. Its an extraction from Krad Transponder, I pulled this out into a little command line program as I thought it might be immediately useful. https://gist.github.com/oneman/5074107 krad_pipe [from_host] [from_port] [from_mount] [to_host] [to_port]
2010 Dec 01
1
OggFLAC streaming is systemically broken.
Not that many people are streaming FLAC, and if they are, they are, in my mind, undoubtedly experiencing problems. Probably the most prized kind of software problem of all, the intermittent kind. I am streaming FLAC. 24bit no less, and its fantastic. The future I would like to live in, is one where lossless music is streamed and heard by people other than myself. It is generally not possible to
2007 Dec 06
6
Need a sendmail help mail list
I have a sendmail question. Can someone point me to a list appropriate to get some sendmail.mc help?