[Home]

Summary:ASTERISK-17988: MOH for only user not working with ConfBridge()
Reporter:Russell Bryant (russell)Labels:
Date Opened:2011-06-08 20:17:59Date Closed:2011-06-14 10:31:01
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_confbridge
Versions:10 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:When using the following user profile:
{code}
[base_user]
type = user
music_on_hold_when_empty = yes
announce_user_count = yes
announce_only_user = yes
dsp_drop_silence = yes
talk_detection_events = yes
denoise = yes
{code}

MOH does not work when the first user joins.  You can see in the output that it is started and then stopped again.  If you play a prompt by hitting '*' to activate playback_and_continue() in a conference menu, MOH will work once the user returns to the conference.

{code}
   -- Executing [confbridge_user@confbridge_demo:1] ConfBridge("SIP/russell_confbridge_demo-0000000b", "12345,my_bridge,base_user,base_user_menu") in new stack
   -- <SIP/russell_confbridge_demo-0000000b> Playing 'conf-onlyperson.gsm' (language 'en')
   -- Started music on hold, class 'default', on SIP/russell_confbridge_demo-0000000b
   -- Stopped music on hold on SIP/russell_confbridge_demo-0000000b
   -- <SIP/russell_confbridge_demo-0000000b> Playing 'confbridge-join.gsm' (language 'en')
 == Begin MixMonitor Recording ConfBridgeRecorder/conf-12345-uid-126845087
   -- <Bridge/0x141a920-input> Playing 'confbridge-join.gsm' (language 'en')

{code}
Comments:By: Kinsey Moore (kmoore) 2011-06-10 09:33:21.496-0500

https://reviewboard.asterisk.org/r/1263/