cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6585 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
236f480f66
commit
becab6a67c
|
@ -121,9 +121,9 @@
|
||||||
"default" conference profile in conference.conf.xml
|
"default" conference profile in conference.conf.xml
|
||||||
-->
|
-->
|
||||||
<extension name="Conferences">
|
<extension name="Conferences">
|
||||||
<condition field="destination_number" expression="^(3\d{3})$">
|
<condition field="destination_number" expression="^(3\d{3})$">
|
||||||
<action application="conference" data="$1@default"/>
|
<action application="conference" data="$1@default"/>
|
||||||
</condition>
|
</condition>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
<!-- dial the freeswitch conference via SIP-->
|
<!-- dial the freeswitch conference via SIP-->
|
||||||
|
|
Loading…
Reference in New Issue