forked from Mirrors/freeswitch
comment out dev conf in the sample config, people can use 1234 to test, I will change the getting started guide.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2529 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b7ded39821
commit
5b8c50e01c
|
@ -386,11 +386,11 @@
|
|||
</condition>
|
||||
</extension>
|
||||
|
||||
<extension name="devconf">
|
||||
<!--<extension name="devconf">
|
||||
<condition field="destination_number" expression="^888$">
|
||||
<action application="bridge" data="exosip/888@66.250.68.194"/>
|
||||
</condition>
|
||||
</extension>
|
||||
</extension> -->
|
||||
|
||||
<extension name="testmusic">
|
||||
<condition field="destination_number" expression="^1234$">
|
||||
|
|
Loading…
Reference in New Issue