[Freeswitch-users] group dial disconnects before VM

Jungle Boogie jungleboogie0 at gmail.com
Tue Aug 2 09:06:59 MSD 2016


Just wanted to add this...

Calling the user directly plays the full voicemail prompt and allows you
to leave a VM.


On Mon, Aug 01, 2016 at 07:45:36PM -0700, Jungle Boogie wrote:
> Hi All,
> 
> I have some end points in a ring group and when there's no answer, I'd like it
> transferred to a voicemail box. Pretty simple. What's happening is I hear,
> "The person at extenion--goodbye.
> 
> conf/dialplan/default.xml for the group:
>     <extension name="group_dial_support">
>       <condition field="destination_number" expression="^2001$">
>       <action application="set" data="call_timeout=20"/>
>       <action application="set" data="continue_on_fail=true"/>
>       <action application="set" data="hangup_after_bridge=true"/>
>       <action application="bridge" data="group/support@${domain_name}"/>
>       <action application="answer"/>
>       <action application="sleep" data="2000"/>
>       <action application="voicemail" data="default 2600"/>
>       </condition>
>     </extension>
> 
> 
> 
> Logs:
> https://pastebin.freeswitch.org/view/b3856e93
> 
> What am I doing incorrectly?
> 
> Thanks!



Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list