mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 09:32:34 +00:00
additional test cases for FS-9943
This commit is contained in:
parent
6ff51458e2
commit
619bb494ad
@ -26,7 +26,7 @@
|
|||||||
<extension name="rxfax_t38">
|
<extension name="rxfax_t38">
|
||||||
<condition field="destination_number" expression="^9102$">
|
<condition field="destination_number" expression="^9102$">
|
||||||
<!-- Uncomment for glare testing -->
|
<!-- Uncomment for glare testing -->
|
||||||
<!--<action application="set" data="fax_enable_t38_request=true"/>-->
|
<action application="set" data="fax_enable_t38_request=true"/>
|
||||||
<action application="set" data="fax_enable_t38=true"/>
|
<action application="set" data="fax_enable_t38=true"/>
|
||||||
<action application="answer"/>
|
<action application="answer"/>
|
||||||
<action application="rxfax" data="/tmp/${uuid}.tif"/>
|
<action application="rxfax" data="/tmp/${uuid}.tif"/>
|
||||||
@ -235,3 +235,21 @@
|
|||||||
</condition>
|
</condition>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- TEST10: (FS-9943) Basic rx/tx fax test to validate the default handling without t38 enabled an falling back to t.30-->
|
||||||
|
<!-- expand bgapi originate {absolute_codec_string=pcmu}sofia/external/9160@${local_ip_v4}:5080 9161 XML public -->
|
||||||
|
<extension name="rxfax_txfax_test">
|
||||||
|
<condition field="destination_number" expression="^9160$">
|
||||||
|
<action application="answer"/>
|
||||||
|
<action application="rxfax" data="/tmp/${uuid}.tif"/>
|
||||||
|
</condition>
|
||||||
|
</extension>
|
||||||
|
|
||||||
|
<extension name="txfax">
|
||||||
|
<condition field="destination_number" expression="^9161$">
|
||||||
|
<action application="set" data="fax_enable_t38_request=true"/>
|
||||||
|
<action application="set" data="fax_enable_t38=true"/>
|
||||||
|
<action application="answer"/>
|
||||||
|
<action application="txfax" data="/root/fax.tif"/>
|
||||||
|
</condition>
|
||||||
|
</extension>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user