[Home]

Summary:ASTERISK-23195: Music on hold does not works at all, when using Queue application
Reporter:Denis (den159)Labels:
Date Opened:2014-01-28 05:27:12.000-0600Date Closed:2014-01-28 09:13:21.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_musiconhold
Versions:12.0.0 Frequency of
Occurrence
Related
Issues:
Environment:Centos 6.5 on Oracle VirtualBoxAttachments:( 0) conf.zip
Description:THIS WORKS:
   -- Executing [444@CONTEXT_1:1] Answer("SIP/101-00000006", "")
   -- Executing [444@CONTEXT_1:2] MusicOnHold("SIP/101-00000006", "default")
   -- Started music on hold, class 'default', on SIP/101-00000006

THIS DOES NOT WORKS, NO SOUND:
   -- Executing [555@CONTEXT_1:1] Queue("SIP/101-00000004", "QUEUE_1,tT")
   -- Started music on hold, class 'default', on SIP/101-00000004
Comments:By: Michael L. Young (elguero) 2014-01-28 08:01:33.368-0600

Denis,

Just like in the example that works, I believe you need to answer the call first before putting it into a queue.  Please try that and report back.

By: Denis (den159) 2014-01-28 08:45:22.705-0600

yes with "Answer" it works, message "– Started music on hold, class 'default', on SIP/101-00000004" led me into delusion, but it's my fault, thank You