I was playing with the fax stuff over IP on Friday. Unless you're
receiving faxes from a PSTN circuit, it doesn't work so well.

Also, I don't think you can chain txfax and rxfax like that. When you
hit the s,2 part, it's going to play the fax out to the handset you
dialed from. You'll need something like hylafax to send the fax.

And you probably want to call Dial(Local/[EMAIL PROTECTED]) to call a
local extension..

On 3/27/06, patryk <[EMAIL PROTECTED]> wrote:
> I have asterisk with rxfax txfax modules.I want
> to test fax sendig and reciving in one asterisk
> instance, in extensions.conf I have :
>
> exten => 1234567,1,rxfax(/home/patryk/fax-new.tif|debug)
>
> exten => s,1,Dial(1234567)
> exten => s,2,txfax(/home/patryk/fax.tif|caller|debug)
>
> but I doesn't seem to work.But when I'm calling on this number I can
> hear fax tones.
> I can't find sip client with fax fuctionality for linux I think it would
> help with testing.
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to