[Freeswitch-users] mod_fax and sending a fax
rod
kawarod at laposte.net
Tue Feb 10 07:07:14 PST 2009
Hi all,
I don't understand how to use the fax commands for sending a fax. In the
wiki I saw this:
<extension name="test_txfax_stream">
<condition field="destination_number" expression="^\*90012$">
<action application="txfax" data="txfax.tiff"/>
<action application="hangup"/>
</condition>
</extension>
my question is how to specify the gateway/profile that will handle the call.
For a call I can use the bridge application like this, but for the txfax ??
<action application="bridge"
data="sofia/external/${destination_number}@10.10.10.10"/>
regards,
rod
More information about the FreeSWITCH-users
mailing list