提交 08e6e8bc authored 作者: Marc Olivier Chouinard's avatar Marc Olivier Chouinard

mod_voicemail_ivr: Document example settings parameters. This is open for…

mod_voicemail_ivr: Document example settings parameters.  This is open for discussion before being implemented
上级 4b53ecd8
<configuration name="voicemail_ivr.conf" description="Voicemail IVR">
<profiles>
<profile name="default">
<!-- Not yet implemented - Open for comments
<settings>
<param name="record-format" value="wav"/>
<param name="record-rate" value="8000"/>
</settings>
-->
<apis>
<api name="auth_login" value="vm_fsdb_auth_login" />
<api name="msg_list" value="vm_fsdb_msg_list" />
......@@ -43,6 +49,12 @@
</menu>
<menu name="std_navigator">
<!-- Not yet implemented - Open for comments
This will inherit the settings from the top profile settings. So if it global, put it inside the profile <settings>
<settings>
<param name="playback-order" value="newest-first" />
</settings>
-->
<phrases>
<phrase name="msg_count" value="message_count@voicemail_ivr" />
<phrase name="say_date" value="say_date_event@voicemail_ivr" />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论