add dynamic conf with bridge example

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9535 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-09-12 14:46:08 +00:00
parent 0f42472ab9
commit 0aba4838c3
1 changed files with 7 additions and 0 deletions

View File

@ -258,6 +258,13 @@
</condition>
</extension>
<!-- Create a conference on the fly and pull someone in at the same time. -->
<extension name="dyanmic conference">
<condition field="destination_number" expression="^5001$">
<action application="conference" data="bridge:mydynaconf:sofia/${use_profile}/1234@conference.freeswitch.org"/>
</condition>
</extension>
<extension name="rtp_multicast_page">
<condition field="destination_number" expression="^pagegroup$|^7243">
<action application="answer"/>