mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
[core, mod_loopback] Add test case for group confirm over loopback endpoints
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
<load module="mod_tone_stream"/>
|
||||
<load module="mod_dptools"/>
|
||||
<load module="mod_sndfile"/>
|
||||
<load module="mod_dialplan_xml"/>
|
||||
<load module="mod_sndfile"/>
|
||||
</modules>
|
||||
</configuration>
|
||||
|
||||
@@ -38,6 +40,12 @@
|
||||
|
||||
<section name="dialplan" description="Regex/XML Dialplan">
|
||||
<context name="default">
|
||||
<extension name="loopback">
|
||||
<condition field="destination_number" expression="^loopback$">
|
||||
<action application="bridge" data="null/+1234"/>
|
||||
</condition>
|
||||
</extension>
|
||||
|
||||
<extension name="sample">
|
||||
<condition>
|
||||
<action application="info"/>
|
||||
|
||||
Reference in New Issue
Block a user