Re: [asterisk-users] Asterisk Fax detection *11.7

2014-02-01 Thread Jakob-Matthias Böttger
Hello, now i added directmedia=no disallow=all allow=ulaw allow=alaw and i changed the caninvite part to canreinvite. Now the faxdetection is working well. But now, after the faxsession has started, i'm getting res_rtp_asterisk.c:3548 ast_rtp_read: RTP Read too short as error. Regards Jako

Re: [asterisk-users] Asterisk Fax detection *11.7

2014-01-23 Thread Martin
in the sip.conf i specified [general] sendrpid=rpid trustrpid=yes language=de videosupport=yes callevents=yes caninvite=yes There is a typo in the last line above. Should be "canreinvite". AFAIK it's obsoleted in favor of directmedia. BTW, try to set it to NO. BTW, what is the codec order? F

Re: [asterisk-users] Asterisk Fax detection *11.7

2014-01-21 Thread Larry Moore
Sorry, I missed the line showing the call had been answered. On 22/01/2014 8:11 AM, Larry Moore wrote: Hello, Perhaps you need to have directmedia=no set for the channel, the call doesn't appear to have been answered hence asterisk won't be able to hear any tones to determine for itself if the

Re: [asterisk-users] Asterisk Fax detection *11.7

2014-01-21 Thread Larry Moore
Hello, Perhaps you need to have directmedia=no set for the channel, the call doesn't appear to have been answered hence asterisk won't be able to hear any tones to determine for itself if the call is an incoming fax. Larry. On 21/01/2014 6:51 PM, Jakob-Matthias Böttger wrote: Hello everybod

Re: [asterisk-users] Asterisk Fax detection *11.7

2014-01-21 Thread Paul Belanger
On Tue, Jan 21, 2014 at 5:51 AM, Jakob-Matthias Böttger wrote: > Hello everybody > > I'm trying to enable the Digium res_fax app at my *11.7 Server. > > a fax show stats comes up with > FAX Statistics: > --- > > Current Sessions : 0 > Reserved Sessions: 0 > Transmit Attempts

Re: [asterisk-users] Asterisk Fax detection *11.7

2014-01-21 Thread Leandro Dardini
Please paste the actual code. First has to be the Wait and then any other thing. Leandro 2014/1/21 Jakob-Matthias Böttger > i already added a Progess() and Wait(5) and it still does not detect > faxes. > > > Am 21.01.2014 16:53, schrieb Leandro Dardini: > > I am not sure, but try to add a wai

Re: [asterisk-users] Asterisk Fax detection *11.7

2014-01-21 Thread Jakob-Matthias Böttger
i already added a Progess() and Wait(5) and it still does not detect faxes. Am 21.01.2014 16:53, schrieb Leandro Dardini: I am not sure, but try to add a wait(2) as first command. When I want fax detection, I insert always a small delay for letting the fax detection routine to detect it. Lea

Re: [asterisk-users] Asterisk Fax detection *11.7

2014-01-21 Thread Leandro Dardini
I am not sure, but try to add a wait(2) as first command. When I want fax detection, I insert always a small delay for letting the fax detection routine to detect it. Leandro 2014/1/21 Jakob-Matthias Böttger > Hi > > The log i've posted > > > == Using SIP VIDEO CoS mark 6 > == Using SIP RTP

Re: [asterisk-users] Asterisk Fax detection *11.7

2014-01-21 Thread Jakob-Matthias Böttger
Hi The log i've posted == Using SIP VIDEO CoS mark 6 == Using SIP RTP CoS mark 5 -- Executing [12345678912 @from-sip:1] Answer("SIP/abcde-0016", "") in new stack > 0x7fd11404cd00 -- Probation passed - setting RTP source address to 123.456.789.123:17108 -- Executing [123456

Re: [asterisk-users] Asterisk Fax detection *11.7

2014-01-21 Thread Leandro Dardini
It is really more interesting the receiving part. Can you paste here? Leandro 2014/1/21 Jakob-Matthias Böttger > Hello everybody > > I'm trying to enable the Digium res_fax app at my *11.7 Server. > > a fax show stats comes up with > FAX Statistics: > --- > > Current Sessions :

[asterisk-users] Asterisk Fax detection *11.7

2014-01-21 Thread Jakob-Matthias Böttger
Hello everybody I'm trying to enable the Digium res_fax app at my *11.7 Server. a fax show stats comes up with FAX Statistics: --- Current Sessions : 0 Reserved Sessions: 0 Transmit Attempts: 0 Receive Attempts : 1 Completed FAXes : 1 Failed FAXes : 1 D