Jonas Kellens
2010-May-12 08:08 UTC
[asterisk-users] No ringtone when going from queue to dial-command
Hello list, when I sent an incoming call first to a queue and after the timeout to a dial-command, while the correspondent's phone rings there is no ringtone for the caller... So it goes like this : 1. dial(SIP/account1,20) 2. queue(myqueue,,,,20) 3. dial(SIP/account2) In step 1 there is a ringtone for the caller. In step 2 there is musiconhold (class default) for the caller. In step 3 there is silence for as lang as the phone rings... Is there an explanation why there is no "ringing"-tone for the caller ?? Could I resolve this (like with Playtone) ?? Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100512/7eea17f8/attachment.htm
Ishfaq Malik
2010-May-12 08:35 UTC
[asterisk-users] No ringtone when going from queue to dial-command
On 12/05/10 09:08, Jonas Kellens wrote:> Hello list, > > when I sent an incoming call first to a queue and after the timeout to > a dial-command, while the correspondent's phone rings there is no > ringtone for the caller... > > So it goes like this : > > 1. dial(SIP/account1,20) > > 2. queue(myqueue,,,,20) > > 3. dial(SIP/account2) > > In step 1 there is a ringtone for the caller. > In step 2 there is musiconhold (class default) for the caller. > In step 3 there is silence for as lang as the phone rings... > > > Is there an explanation why there is no "ringing"-tone for the caller > ?? Could I resolve this (like with Playtone) ?? > > > Jonas.You need to use the r option in the Queue command, try: queue(myqueue,r,,,20) Ish -- Ishfaq Malik Software Developer PackNet Ltd Office: 0161 660 3062 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100512/3f479035/attachment-0001.htm