[Freeswitch-dev] t38
Brian West
brian at freeswitch.org
Fri Jun 4 09:36:56 PDT 2010
No you don't have to use the gateway option. Gateway is for tdm to sip and sip to tdm if you're going straight sip to rxfax you just need rxfax.. nothing more.
/b
On Jun 4, 2010, at 11:28 AM, Fowler, Peter (Peter) wrote:
> So to receive a fax (transmitted via t38 from an audiocodes gateway or ITSP) as a tiff file I would do something like:
>
> <extension name="tdm_to_sip">
> <condition field="destination_number" expression="^1234$">
> <action application="answer"/>
> <action application="t38_gateway" data="peer"/>
> <action application="rxfax" data="blah/blah/receivedfile.tiff"/>
> <action application="hangup"/>
> </condition>
> </extension>
>
> ?
>
> Peter
More information about the FreeSWITCH-dev
mailing list