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>
posted on 2012-10-24 17:50  晓晨  阅读(2267)  评论(0编辑  收藏  举报