mod_voicemail_ivr: Document example settings parameters. This is open for discussion before being implemented
This commit is contained in:
parent
4b53ecd817
commit
08e6e8bc38
|
@ -1,6 +1,12 @@
|
|||
<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" />
|
||||
|
|
Loading…
Reference in New Issue