Displaying 2 results from an estimated 2 matches for "faxtest".
Did you mean:
fastest
2003 Oct 07
4
Fax Detection
.... Asterisk does not seem to be detecting the fax tone. I
have tried following as a test:
[MainMenu]
exten => s,1,Answer
exten => s,2,DigitTimeout(3)
exten => s,3,ResponseTimeout(5)
exten => s,4,Background(Welcome)
exten => s,5,Background(MainMenu)
exten => fax,1,Dial(Zap/1,,d)
[FaxTest]
exten => 1,1,Goto(MainMenu,s,1)
This works fine if I attached two fax machines. One fax machine to Zap/1
and one to any other, such as Zap/2, port. Zap/1 is in the 'ManMenu'
context and Zap/2 is in 'FaxTest'. I dial 1 on the fax machine on Zap/2.
This works as expected.
I then...
2009 Jan 15
2
Has anyone used FaxGateway()
Hi,
I've been trying to use the FaxGateway application to send T.38 out
over Zaptel using asterisk but I don't seem to be having any luck.
I'm executing it in the dialplan like: FaxGateway(Zap/g0/[number])
Has anyone had any luck using this thing and can enlighten me on how
it's supposed to be used?
Thanks.