add tones and music types along with conference prompts

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6643 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-12-11 15:52:11 +00:00
parent 3f41732e5c
commit cfcc114b21
1 changed files with 16 additions and 0 deletions

View File

@ -212,5 +212,21 @@
<prompt phrase="in folder inbox" filename="vm-in_folder.wav"/>
<prompt phrase="to return the call now" filename="vm-return_call.wav"/>
</voicemail>
<conference>
<prompt phrase="'TONE'" filename="ack.wav" type="tone"/>
<prompt phrase="'TONE'" filename="nack.wav" type="tone"/>
<prompt phrase="The conference is muted." filename="mute.wav"/>
<prompt phrase="The conference is unmuted." filename="unmuted.wav"/>
<prompt phrase="You are currently the only person in this conference." filename="alone.wav"/>
<prompt phrase="'NONE'" filename="perpetual.wav" type="music"/>
<prompt phrase="'NONE'" filename="enter.wav" type="tone"/>
<prompt phrase="'NONE'" filename="exit.wav" type="tone"/>
<prompt phrase="You have been kicked from this conference." filename="kicked.wav"/>
<prompt phrase="This conference is locked." filename="locked.wav"/>
<prompt phrase="The conference is now locked." filename="is-locked.wav"/>
<prompt phrase="The conference is now unlocked." filename="is-unlocked.wav"/>
<prompt phrase="Please enter the conference pin number." filename="pin.wav"/>
<prompt phrase="Invalid pin number, try again." filename="bad-pin.wav"/>
</conference>
</en>
</language>