]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8014 test case
authorBrian West <brian@freeswitch.org>
Mon, 24 Aug 2015 16:02:23 +0000 (11:02 -0500)
committerBrian West <brian@freeswitch.org>
Mon, 24 Aug 2015 16:02:23 +0000 (11:02 -0500)
conf/testing/dialplan/default/0026_fax.xml [new file with mode: 0644]
conf/testing/dialplan/default/9999_date_time_match.xml [moved from conf/testing/dialplan/default/0025_dialplan_date_time_match.xml with 100% similarity]

diff --git a/conf/testing/dialplan/default/0026_fax.xml b/conf/testing/dialplan/default/0026_fax.xml
new file mode 100644 (file)
index 0000000..00f4bde
--- /dev/null
@@ -0,0 +1,13 @@
+<extension name="rxfax">
+  <condition field="destination_number" expression="^9100$">
+    <action application="answer"/>
+    <action application="rxfax" data="/tmp/${uuid}.tif"/>  
+  </condition>
+</extension>
+
+<extension name="txfax">
+  <condition field="destination_number" expression="^9101$">
+    <action application="answer"/>
+    <action application="txfax" data="/root/fax.tif"/>  
+  </condition>
+</extension>