1、<entry action="menu-exec-app" digits="7" param="voicemail test $${domain} ${caller_id_number}"/>
按7转入语音信箱, 语音存放目录为test,路径是storage\voicemail\test\$${domain} \${caller_id_number}
2、需要在voicemail.conf配置一下profile名为test的节点
<configuration name="voicemail.conf" description="Voicemail">
<settings>
</settings>
<profiles>
<profile name="test">
</profile>
</profiles>
</configuration>