[Freeswitch-users] Need help getting mod_voicemail going (cuts off after greeting)
Michael Jerris
mike at jerris.com
Wed Feb 21 23:19:48 UTC 2018
the logs probably has more info about whats going on.
> On Feb 20, 2018, at 2:04 PM, Tim Smith <randomdev4 at gmail.com> wrote:
>
> 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>
>
>
More information about the FreeSWITCH-users
mailing list