mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FS-7648 add eavesdrop test case
This commit is contained in:
7
conf/testing/dialplan/default/0008_eavesdrop.xml
Normal file
7
conf/testing/dialplan/default/0008_eavesdrop.xml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<extension name="eavesdrop">
|
||||||
|
<condition field="destination_number" expression="^6004$">
|
||||||
|
<action application="answer"/>
|
||||||
|
<action application="eavesdrop" data="all"/>
|
||||||
|
</condition>
|
||||||
|
</extension>
|
||||||
|
|
Reference in New Issue
Block a user