3 msgecho problems
1 msgBig problems with TDM2400 :(

FAX detection not working
\ Joe Acquisto (29 Sep 2007)
. \ Tzafrir Cohen (29 Sep 2007)
. \ Joe Acquisto (29 Sep 2007)
. \ Lee Howard (29 Sep 2007)
. . \ Joe Acquisto (29 Sep 2007)

2 msgVoIP, Asterisk, What Do you really need ?
23 msgmeetme conference using g729?
2 msgodd audio problem
1 msgNano syntax highlighting.
1 msgProximity detection versus GSM receiver
3 msgProximity Detection: Motorola Q + Bluetooth +As...
6 msgChanging contexts 'on the fly'
1 msgVoIP, What Do you really need ?
2 msgRecommend Digium Hardware?
3 msgNon-USASCII chars in sip.conf?
2 msgMultiple Meet me conferences
7 msg. (period): Wildcard match;matches one or more ...
2 msgHow can I know if I wrote the configuration lik...
1 msgProper trunk to connect two systems.
3 msgRinging Groups, SIP Forward and looping problem
1 msgConference call today at 12:30 PM EDT
4 msgcall relation in call transfer
Subject:Re: FAX detection not working
Group:Asterisk-users
From:Joe Acquisto
Date:29 Sep 2007


 
>>> On 9/29/2007 at 3:27 PM, Lee Howard <faxguy> wrote:
> Joe Acquisto wrote:
>
>>As I understand it, I must have faxdetect = incoming to enable detection of
> the fax tone.
>>Then, I must have a [fax] context to pickup the line and send it to whatever
> extension the FAX device is on.
>>
>
> It's a "fax" extension in the context where the call is at... not a fax
> context in the dialplan.
>
> Lee.
>

I don't follow. Sorry.

Now might be a good time to post this, since Tzafrir asked, it looks very much like bits I have seen on the net. I did see what appeared to be the analog_fax part when checking at CLI.

So, I would surmise it detected the FAX and is trying to deal with it, but the number derived via LDAPget is hosed? It just ends up hanging up and not dialing any extension.

{begin snippet]
[ext-fax]
exten => s,1,Answer
exten => s,2,Goto(in_fax|1)
exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax|1)
exten => in_fax,2,Macro(faxreceive)
exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf - ${FAXFILE}.pdf)
exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax from ${CALLERID(num)} ${CALLERID(name)}" --attachment ${CALLERID(num)}.pdf --type application/pdf --file ${FAXFILE}.pdf)
exten => in_fax,5,system(rm ${FAXFILE} ${FAXFILE}.pdf)
exten => in_fax,6,Hangup
exten => analog_fax,1,GotoIf($[foo${FAX_RX} = foo]?3:2)
exten => analog_fax,2,LDAPget(DIAL=xxxxxxxxDeviceDial/${FAX_RX})
exten => analog_fax,3,Dial(${DIAL}|20|d)
exten => analog_fax,4,Hangup
exten => out_fax,1,txfax(${TXFAX_NAME}|caller)
exten => out_fax,2,Hangup
exten => h,1,Hangup()
[end snippet]

joe a.


_______________________________________________

Sign up now for AstriCon 2007! September 25-28th. http://www.astricon.net/

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


© 2004-2008 readlist.com