I know SetMusicOnHold command, but when a call is in the queue waiting, the queue function play the MOH configured 'myMOH', see the example below:<br><br>exten =&gt; 90,1,Answer<br>exten =&gt; 90,2,Ringing<br>exten =&gt; 90,3,SetMusicOnHold(myMOH)
<br>exten =&gt; 90,4,Queue(myQueue|tw|||300)<br><br>When the agent who answer the call transfer it in Attended mode I canīt play a different music on hold to the caller.<br>I try this, but obviously doesn't work.<br><br>exten =&gt; _XXX,1,SetMusicOnHold(mySecondMOH)
<br>exten =&gt; _XXX,2,Dial(Zap/g1/${EXTEN:1},20,t)<br><br>Thanks<br><br>Esteban<br><br><div><span class="gmail_quote">On 9/5/06, <b class="gmail_sendername">Doug Lytle</b> &lt;<a href="mailto:support@drdos.info">support@drdos.info
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">equis software wrote:<br>&gt; Could I use different music on hold between waiting calls in queue and
<br>&gt; calls that are waiting to be tranfered?<br>&gt;<br><br>Yes, with the SetMusicOnHold command.<br><br><a href="http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+SetMusicOnHold">http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+SetMusicOnHold
</a><br><br>Doug<br><br>--<br><br>Ben Franklin quote:<br><br>&quot;Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety.&quot;<br><br><br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>