[asterisk-users] No ringtone when going from queue to dial-command

Vardan hvardan71 at gmail.com
Wed May 12 05:03:18 CDT 2010


Try so:

1. dial(SIP/account1,20)
2. queue(myqueue,,,20)
3. Ringing
4. dial(SIP/account2,,r)

20 in queue is timeout?

http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial

Vardan

Jonas Kellens wrote:
> In the queue I need musiconhold indeed, so the 'r'-option is not an
> option here...
>
> I did not know there was an 'r'-option for the Dial-command.
>
> However, even with this 'r'-option in the Dial-command, there is no
> ringtone for the caller... It just stays silent.
>
> Any other ideas ?
>
>
> Jonas.
>
>
> On 05/12/2010 10:47 AM, Vardan wrote:
>> I think he need use r option in Dial command, while how I understand in
>> Queue he need musiconhold.
>> Dial(SIP/account2,,r)
>>
>>
>> Vardan
>>
>>
>> Ishfaq Malik wrote:
>>
>>> 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




More information about the asterisk-users mailing list