<div dir="ltr">In the default dialplan, it bridges a call to voicemail using these actions:<div><br></div><div><div> <action application="answer"/></div><div> <action application="sleep" data="1000"/></div>
<div> <action application="bridge" data="loopback/app=voicemail:default ${domain_name} ${dialed_extension}"/></div></div><div><br></div><div style>I have found the the following also seems to work:</div>
<div style><br></div><div style><div><div> <action application="answer"/></div><div> <action application="sleep" data="1000"/></div><div> <action application="voicemail" data="default ${domain_name} ${dialed_extension}"/></div>
</div><div><br></div><div style>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?</div><div style><br></div><div style>-- </div>
<div style>Steve</div><div><br></div></div></div>