[Freeswitch-users] Fax hint request

Peder peder at networkoblivion.com
Wed Oct 6 10:13:59 PDT 2010


What are you trying to do?  And what is the problem?  This works for me to
receive a fax:


<extension name="fax_receive">
     <condition field="destination_number" expression="^(1010)$">
        <action application="answer"/>
        <action application="playback" data="silence_stream://2000"/>
        <action application="rxfax" data="/tmp/${uuid}.rxfax.tiff"/>
        <action application="hangup"/>
     </condition>
   </extension>

-----Original Message-----
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ale
Sent: Wednesday, October 06, 2010 11:43 AM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Fax hint request

On Wed, Oct 6, 2010 at 11:10 AM, Ale <ale975 at gmail.com> wrote:
>
> Can anyone give me a hint
>

ok i suppose my question could be a bit dumb, can anyone explain what
i miss o point me to some documentation.

Many thx,
Ale

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




More information about the FreeSWITCH-users mailing list