<div>Hi Folks,</div>
<div>&nbsp;</div>
<div>I am trying to do a simple&nbsp;test for unavailable call forward. The dialplan briefly looks like this:</div>
<div>&nbsp;</div>
<div>::::::</div>
<div>exten =&gt; s,5,Dial(101,20,Ttr)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //caller calls 101 first</div>
<div>exten =&gt; s,6,Playback(&quot;forward, please wait...&quot;)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //101 is unavailable&nbsp;</div>
<div>exten =&gt; s,7,Dial(<a href="mailto:Local/102@.../n,20,Ttr">Local/102@.../n,20,Ttr</a>)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //turn to dial 102 instead</div>
<div>::::::</div>
<div>&nbsp;</div>
<div>First of all, caller can hear ringback tone while he/she is trying to call 101.</div>
<div>101 is unavailble, then, caller can hear the playback sound and he/she knows call is going to be forwarded.</div>
<div>But, after Playback(),&nbsp;he/she can&nbsp;NOT hear ringback tone while he/she is trying to call 102.</div>
<div>&nbsp;</div>
<div>I also try Ringing() after Playback() and it does not work for me too.</div>
<div>Does anybody know how to make ringback tone happen as well after Playback() is used.</div>
<div>&nbsp;</div>
<div>thanks a lot</div>
<div>Chuan</div>