[Asterisk-Users] Injecting faxes directly to queue?

2006-03-28 Thread patryk

I have asterisk with txfax rxfax modules.
In default contex I have:
[default]
exten = 1234567,1,rxfax(/home/patryk/fax-new.tif|debug)

Rest o of configuration is default.

I'm injecting this:

Channel: Local/1234567
MaxRetries: 1
WaitTime: 4
Application: txfax
Data: /home/patryk/fax.tif|debug|caller

to var/spool/asterisk/outgoing/fax.call

but I can't see incoming i fax in my home dir.

Output from astrisk console:

  -- Attempting call on Local/1234567 for application 
txfax(/home/patryk/fax.tif|debug|caller) (Retry 1)
   -- Executing RxFAX(Local/[EMAIL PROTECTED],2, 
/home/patryk/fax-new.tif|debug) in new stack

   Channel Local/[EMAIL PROTECTED],1 was answered.
   Launching txfax(/home/patryk/fax.tif|debug|caller) on 
Local/[EMAIL PROTECTED],1


Any ideas:)?


___
--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


[Asterisk-Users] Testing asterisk faxing functionality

2006-03-27 Thread patryk

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


Re: [Asterisk-Users] Testing asterisk faxing functionality

2006-03-27 Thread patryk

You could always use System() to copy a call spool file to launch the
outbound fax call.  I don't really think a 3rd party app is necessary.

Could You explain this  please?  Or  maybe some links to 
documentation and examples  ?


Thanks Patryk.
___
--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