BERGANZ François wrote:

> I need to send a tiff via fax with my asterisk 1.6.1.0.
> 
> I tried in the dialplan
> 
>  
> 
> [default]
> 
> exten => _X.,1,SendFax(/root/test.tiff)
> 
>  
> 
>  
> 
> but I have:
> 
> salledeconf1*CLI> console dial 1...@default

You are not going to be able to use SendFax on a console channel driver,
unless you've got your console audio somehow hooked to a FAX machine. In
any case, the messages you got are not from SendFax, they are from
chan_oss, and you'll need to investigate that. This problem is not
related to your use of FAX, so it's not a 'fax problem'.

If I had to guess, I would suspect this is because chan_oss claims that
it can switch to signed linear audio mode (so Asterisk does not use a
translation path to achieve that), but can't actually do it.

-- 
Kevin P. Fleming
Digium, Inc. | Director of Software Technologies
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
skype: kpfleming | jabber: kpflem...@digium.com
Check us out at www.digium.com & www.asterisk.org


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

Reply via email to