[Freeswitch-users] loopback
Steven Schoch
schoch+freeswitch.org at xwin32.com
Tue Apr 9 23:27:29 MSD 2013
In the default dialplan, it bridges a call to voicemail using these actions:
<action application="answer"/>
<action application="sleep" data="1000"/>
<action application="bridge" data="loopback/app=voicemail:default
${domain_name} ${dialed_extension}"/>
I have found the the following also seems to work:
<action application="answer"/>
<action application="sleep" data="1000"/>
<action application="voicemail" data="default ${domain_name}
${dialed_extension}"/>
My question is why does the default dialplan use a bridge to loopback
instead of just calling the voicemail app directly? What is the difference?
--
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130409/b34cde78/attachment-0001.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list