mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
fix param names
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1789 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
+17
-17
@@ -287,43 +287,43 @@
|
||||
<!-- Number of milliseconds per frame -->
|
||||
<param name="interval" value="20"/>
|
||||
<!-- Energy level required for audio to be sent to the other users -->
|
||||
<param name="energy_level" value="300"/>
|
||||
<param name="energy-level" value="300"/>
|
||||
<!-- TTS Engine to use -->
|
||||
<!--<param name="tts_engine" value="cepstral"/>-->
|
||||
<!--<param name="tts-engine" value="cepstral"/>-->
|
||||
<!-- TTS Voice to use -->
|
||||
<!--<param name="tts_voice" value="david"/>-->
|
||||
<!--<param name="tts-voice" value="david"/>-->
|
||||
|
||||
<!-- If TTS is enabled all audio-file params not beginning with '/'
|
||||
will be considered text to say with TTS -->
|
||||
|
||||
<!-- File to play to acknowledge succees -->
|
||||
<!--<param name="ack_sound" value="/soundfiles/beep.wav"/>-->
|
||||
<!--<param name="ack-sound" value="/soundfiles/beep.wav"/>-->
|
||||
<!-- File to play to acknowledge failure -->
|
||||
<!--<param name="nack_sound" value="/soundfiles/beeperr.wav"/>-->
|
||||
<!--<param name="nack-sound" value="/soundfiles/beeperr.wav"/>-->
|
||||
<!-- File to play to acknowledge muted -->
|
||||
<!--<param name="muted_sound" value="/soundfiles/muted.wav"/>-->
|
||||
<!--<param name="muted-sound" value="/soundfiles/muted.wav"/>-->
|
||||
<!-- File to play to acknowledge unmuted -->
|
||||
<!--<param name="unmuted_sound" value="/soundfiles/unmuted.wav"/>-->
|
||||
<!--<param name="unmuted-sound" value="/soundfiles/unmuted.wav"/>-->
|
||||
<!-- File to play if you are alone in the conference -->
|
||||
<!--<param name="alone_sound" value="/soundfiles/yactopitc.wav"/>-->
|
||||
<!--<param name="alone-sound" value="/soundfiles/yactopitc.wav"/>-->
|
||||
<!-- File to play when you join the conference -->
|
||||
<!--<param name="enter_sound" value="/soundfiles/welcome.wav"/>-->
|
||||
<!--<param name="enter-sound" value="/soundfiles/welcome.wav"/>-->
|
||||
<!-- File to play when you leave the conference -->
|
||||
<!--<param name="exit_sound" value="/soundfiles/exit.wav"/>-->
|
||||
<!--<param name="exit-sound" value="/soundfiles/exit.wav"/>-->
|
||||
<!-- File to play when you ae ejected from the conference -->
|
||||
<!--<param name="kicked_sound" value="/soundfiles/kicked.wav"/>-->
|
||||
<!--<param name="kicked-sound" value="/soundfiles/kicked.wav"/>-->
|
||||
<!-- File to play when the conference is locked -->
|
||||
<!--<param name="locked_sound" value="/soundfiles/locked.wav"/>-->
|
||||
<!--<param name="locked-sound" value="/soundfiles/locked.wav"/>-->
|
||||
<!-- File to play to prompt for a pin -->
|
||||
<!--<param name="pin_sound" value="/soundfiles/pin.wav"/>-->
|
||||
<!--<param name="pin-sound" value="/soundfiles/pin.wav"/>-->
|
||||
<!-- File to play to when the pin is invalid -->
|
||||
<!--<param name="bad_pin_sound" value="/soundfiles/invalid-pin.wav"/>-->
|
||||
<!--<param name="bad-pin-sound" value="/soundfiles/invalid-pin.wav"/>-->
|
||||
<!-- Conference pin -->
|
||||
<!--<param name="pin" value="12345"/>-->
|
||||
<!-- Default Caller ID Name for outbound calls -->
|
||||
<param name="caller_id_name" value="FreeSWITCH"/>
|
||||
<param name="caller-id-name" value="FreeSWITCH"/>
|
||||
<!-- Default Caller ID Number for outbound calls -->
|
||||
<param name="caller_id_number" value="8777423583"/>
|
||||
<param name="caller-id-number" value="8777423583"/>
|
||||
</profile>
|
||||
</profiles>
|
||||
<rooms>
|
||||
@@ -354,7 +354,7 @@
|
||||
<!-- Enter an existing conference -->
|
||||
<extension name="1000">
|
||||
<condition field="destination_number" expression="^1000$">
|
||||
<action application="conference" data="1000"/>
|
||||
<action application="conference" data="freeswitch"/>
|
||||
</condition>
|
||||
</extension>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user