FreeSwitch VoiceMail 语音信箱 研究

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>
原文地址:https://www.cnblogs.com/chendaoyin/p/2737580.html