[Freeswitch-users] Need help getting mod_voicemail going (cuts off after greeting)
Tim Smith
randomdev4 at gmail.com
Tue Feb 20 19:04:11 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 :
More information about the FreeSWITCH-users
mailing list