[Freeswitch-users] mod_voicemail configuration issues

Bob Smith b631093f-779b-4d67-9ffe-5f6d5b1d3f8a at protonmail.ch
Tue Feb 20 22:18:13 UTC 2018


Hi,

With the config below, the handset rings as expected, then voicemail
picks up, but then all i head is "The person at extension goodbye", in
other words, freeswitch hangs up before giving me the chance to leave
a message.

Inbound dialplan for DID:

<include>
  <extension name="TEST_inbound">
    <condition field="destination_number" expression="^(000000)$">
     <action application="set" data="domain_name=$${domain}"/>
        <action application="export"
data="alert_info=<http://localhost/>;info=P1"/>
        <action application="export" data="nolocal:rtp_secure_media=true"/>
    <action application="set" data="hangup_after_bridge=true" />
    <action application="bridge"
data="{originate_timeout=5}[leg_timeout=5]${sofia_contact(internal/2003)}"/>
    <action application="answer"/>
    <action application="voicemail" data="default 5000"/>
    </condition>
  </extension>
</include>

Voicemail directory entry:

<include>
  <user id="5000">
    <params>
      <param name="a1-hash" value="aaaaaaaa" />
      <param name="vm-password" value="5000"/>
      <param name="manage-presence" value="true"/>
    </params>
  </user>
</include>

Pastebin of the call's dying moments :

https://pastebin.com/NqurmFJv
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180220/74bac641/attachment-0001.html>


More information about the FreeSWITCH-users mailing list