yes I was using double quotes in the file setting the var to the file
to fax. Removed the quotes and it worked!!!!!!!!!!!!!!  All that
waisted time for dumb quotes.
Thanks!!! So much. Well maybe someone else will find this post and not
waist as much time on it.
fax.out that is copied to fax.send then mv fax.send into
/var/spool/callweaver/outgoing/

Channel: SIP/testfax
MaxRetries: 0
WaitTime: 30
Set: LOCALSTATIONID=inxs2
Set: LOCALHEADERINFO=OpenPBX Fax with T38
Set: FAXFILE="/tmp/1180647477.4.tif"
Context: faxout
Extension: s
priority: 1

from extensions.conf
[faxout]
exten => s,1,Set(LOCALSTATIONID=Callweaver FAX)
exten => s,n,Set(LOCALHEADERINFO=Callewaver fax termination)
exten => s,n,Set(SIP_CODEC=ulaw)
exten => s,n,SipDTMFMode(inband)
exten => s,n,TxFAX(${FAXFILE}|caller|debug|ecm)
exten => h,1,NoOp(TX: REMOTESTATIONID is ${REMOTESTATIONID})
exten => h,n,NoOp(TX: PHASEESTATUS is ${PHASEESTATUS})
exten => h,n,NoOp(TX: PHASEESTATUS is ${PHASEESTRING})

On 6/4/07, Paulo Scardine <[EMAIL PROTECTED]> wrote:
> support forums escreveu:
> > Update:
> > I've installed callweaver on an up-to-date gentoo based server (non
> > virtual) and OpenPBX.org 1.2-RC2 (from rpms from fedora extras) on a
> > fedora core 6 server (non virtual), both of which have the error of
> > not being able to open the tif file when trying to send a fax.
> >
> > On 6/4/07, support forums <[EMAIL PROTECTED]> wrote:
> >
> Please, send the line on the dialplan. Are you using double quotes
> around the argument of TxFax()?
>
> Regards,
> --
> Paulo
>
> _______________________________________________
> Callweaver-users mailing list
> [email protected]
> http://lists.callweaver.org/mailman/listinfo/callweaver-users
>
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to