[Freeswitch-users] mod_voicemail configuration issues

Bob Smith b631093f-779b-4d67-9ffe-5f6d5b1d3f8a at protonmail.ch
Wed Feb 21 19:07:20 UTC 2018


Hi,

Thanks for your reply.

SIP trace here:
https://pastebin.com/H4VWd7Xe

This SIP trace was with the config below (which still does not work, but is the culmination of too many hours in the company of Mr Google finding various parameters to work with - I have also tried the two configs presented in the docs and they do not work either https://freeswitch.org/confluence/display/FREESWITCH/mod_voicemail) 

<include>
  <extension name="FOOBAR_inbound">
    <condition field="destination_number" expression="^(00000000000000)$">
     <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="set" data="continue_on_fail=true"/>
    <action application="set" data="ringback=${us-ring}"/>
    <action application="set" data="uuid_bridge_continue_on_cancel=true"/>
    <action application="bridge" data="{ignore_early_media=ring_ready}{originate_timeout=5}[leg_timeout=5]${sofia_contact(internal/2003)}"/>
    <action application="answer"/>
    <action application="voicemail" data="default 5000"/>
    <action application="hangup"/>
    </condition>
  </extension>
</include>
​

-------- Original Message --------
 On February 21, 2018 5:38 PM, Jungle Boogie <jungleboogie0 at gmail.com> wrote:

>On Tue 20 Feb 2018  5:18 PM, Bob Smith 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.
>>
> Does this happen if you call the extension directly?
> I've seen this before, but I don't remember the cause of it.
> Is it affecting other voicemail boxes?
>
> Do you have a sip trace of the issue?
>
>
>Professional FreeSWITCH Consulting Services:
>consulting at freeswitch.org
>http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
>http://www.freeswitch.org
>http://confluence.freeswitch.org
>http://www.cluecon.com
>
> FreeSWITCH-users mailing list
>FreeSWITCH-users at lists.freeswitch.org
>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>http://www.freeswitch.org
>




More information about the FreeSWITCH-users mailing list