dft config update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4143 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5bb82ebbf8
commit
8ae5585824
|
@ -40,6 +40,14 @@
|
|||
<!--</condition>-->
|
||||
<!--</extension>-->
|
||||
|
||||
<extension name="set_codec" continue="true">
|
||||
<condition field="source" expression="mod_portaudio">
|
||||
<action application="set" data="absolute_codec_string=PCMU"/>
|
||||
<action application="set" data="export_vars=absolute_codec_string"/>
|
||||
</condition>
|
||||
</extension>
|
||||
|
||||
|
||||
<extension name="testmusic">
|
||||
<condition field="destination_number" expression="^1234$">
|
||||
<!-- Request a certain tone/file to be played while you wait for the call to be answered-->
|
||||
|
|
Loading…
Reference in New Issue