]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7648 add eavesdrop test case
authorBrian West <brian@freeswitch.org>
Fri, 12 Jun 2015 16:29:15 +0000 (11:29 -0500)
committerBrian West <brian@freeswitch.org>
Fri, 12 Jun 2015 16:29:15 +0000 (11:29 -0500)
conf/testing/dialplan/default/0008_eavesdrop.xml [new file with mode: 0644]

diff --git a/conf/testing/dialplan/default/0008_eavesdrop.xml b/conf/testing/dialplan/default/0008_eavesdrop.xml
new file mode 100644 (file)
index 0000000..3f654fd
--- /dev/null
@@ -0,0 +1,7 @@
+<extension name="eavesdrop">
+  <condition field="destination_number" expression="^6004$">
+    <action application="answer"/>
+    <action application="eavesdrop" data="all"/>  
+  </condition>
+</extension>
+