[Freeswitch-svn] [commit] r9535 - freeswitch/trunk/conf/dialplan
Freeswitch SVN
brian at freeswitch.org
Fri Sep 12 10:46:08 EDT 2008
Author: brian
Date: Fri Sep 12 10:46:08 2008
New Revision: 9535
Modified:
freeswitch/trunk/conf/dialplan/default.xml
Log:
add dynamic conf with bridge example
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml (original)
+++ freeswitch/trunk/conf/dialplan/default.xml Fri Sep 12 10:46:08 2008
@@ -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 at conference.freeswitch.org"/>
+ </condition>
+ </extension>
+
<extension name="rtp_multicast_page">
<condition field="destination_number" expression="^pagegroup$|^7243">
<action application="answer"/>
More information about the Freeswitch-svn
mailing list