[Freeswitch-users] fax T.38

Hossein Gholizadeh hggh96.hg at gmail.com
Sat Jun 2 04:13:59 UTC 2018


Hi all

Can any one tell me what is the differences between these two configs?

#1
-------------------------------------------------------
*<extension name="t38_gateway">*
*      <condition field="destination_number" expression="^9108$">*
*        <action application="set" data="fax_enable_image_resizing=true" />*
* <action application="set" data="fax_enable_t38=true"/>*
*        <action application="answer" />*
* <action application="bridge" data="{sip_execute_on_image='t38_gateway
self
nocng',absolute_codec_string=PCMU}sofia/external/9107@${local_ip_v4}:5080"/>*
*      </condition>*
*    </extension>*

-------------------------------------------------------

#2
-------------------------------------------------------
* <extension name="fax_detect">*
*      <condition field="destination_number" expression="^984432250161$">*
* <action application="set" data="fax_enable_t38_request=true"/>*
* <action application="set" data="fax_enable_t38=true"/>*
*        <action application="answer" />*
*        <action application="set" data="transfer_ringback=${us-ring}" />*
* <action application="spandsp_start_fax_detect" data="transfer '9978 XML
default' 10 ced"/>*
*       <action application="bridge" data="user/$1000@${domain_name}" />*
*      </condition>*
*    </extension>*
-------------------------------------------------------

are they both detecting the fax and send it to other extension ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180602/e58b1287/attachment.html>


More information about the FreeSWITCH-users mailing list