[asterisk-dev] No music on hold possible for unanswered Queue call?
Gunnar Schaller
linux at nowin.de
Fri Mar 18 11:49:05 CDT 2011
I have a queue which is called with
exten => 50,1,Answer
exten => 50,2,Queue(support,tw,,,200)
The queue has
musiconhold = default
strategy = ringall
I expect to get music on hold on the caller side when calling. But
it is ringing. I have no option "r" set which would cause ringing
instead of MOH. Is it a bug or a feature? How to play MOH while
waiting?
The MOH on that Asterisk is ok and works. So it seems to be a Queue
problem. Should I open a bug report? Asterisk version is 1.8.3. Also
tested with Asterisk 1.8 branch rev 311390.
-- Executing [50 at queue:1] Answer("SIP/16-00000080", "") in new stack
-- Executing [50 at queue:2] Wait("SIP/16-00000080", "1") in new stack
-- Executing [50 at queue:3] Queue("SIP/16-00000080", "Support,tw,,,200") in new stack
-- Started music on hold, class 'default', on SIP/16-00000080
== Using UDPTL CoS mark 5
== Using SIP RTP CoS mark 5
== Extension Changed 15[dialnumber] new state Ringing for Notify User 16
-- SIP/15-00000081 is ringing
-- Stopped music on hold on SIP/16-00000080
-- SIP/15-00000081 is ringing
Regards,
Gunnar
More information about the asterisk-dev
mailing list