<div>Hi,<br></div><div><br></div><div>With the config below, the handset rings as expected, then voicemail<br></div><div>picks up, but then all i head is "The person at extension goodbye", in<br></div><div>other words, freeswitch hangs up before giving me the chance to leave<br></div><div>a message.<br></div><div><br></div><div>Inbound dialplan for DID:<br></div><div><br></div><div><include><br></div><div>  <extension name="TEST_inbound"><br></div><div>    <condition field="destination_number" expression="^(000000)$"><br></div><div>     <action application="set" data="domain_name=$${domain}"/><br></div><div>        <action application="export"<br></div><div>data="alert_info=<<a href="http://localhost/">http://localhost/</a>>;info=P1"/><br></div><div>        <action application="export" data="nolocal:rtp_secure_media=true"/><br></div><div>    <action application="set" data="hangup_after_bridge=true" /><br></div><div>    <action application="bridge"<br></div><div>data="{originate_timeout=5}[leg_timeout=5]${sofia_contact(internal/2003)}"/><br></div><div>    <action application="answer"/><br></div><div>    <action application="voicemail" data="default 5000"/><br></div><div>    </condition><br></div><div>  </extension><br></div><div></include><br></div><div><br></div><div>Voicemail directory entry:<br></div><div><br></div><div><include><br></div><div>  <user id="5000"><br></div><div>    <params><br></div><div>      <param name="a1-hash" value="aaaaaaaa" /><br></div><div>      <param name="vm-password" value="5000"/><br></div><div>      <param name="manage-presence" value="true"/><br></div><div>    </params><br></div><div>  </user><br></div><div></include><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>Pastebin of the call's dying moments :<br></div><div><br></div><div><span class="colour" style="color:rgb(0, 0, 0)"><span class="font" style="font-family:Helvetica"><span class="size" style="font-size:12px"><a href="https://pastebin.com/NqurmFJv">https://pastebin.com/NqurmFJv</a></span></span></span><br></div>