From: [email protected] [mailto:[email protected]] On Behalf Of Luke Hamburg Sent: Thursday, September 22, 2011 3:24 PM To: [email protected] Subject: [asterisk-users] bounty for ASTERISK-17474 streaming MusicOnHold bug Hi all- This is my first post to this list so please don't flog me if this is not the appropriate place to post this. I've had an issue for over a year affecting MOH + DAHDI timers, I reported it at: https://issues.asterisk.org/jira/browse/ASTERISK-17474 Basically the MOH channel goes dead after a 'moh reload' command is issued (these are streaming sources that use mpg123) and will not start back up unless you do a full asterisk stop/start. The issue hasn't caught anyone's attention yet. So I thought I'd try to put together a bounty to spark some interest in fixing this issue. Is anyone else interested in putting up something to get this bug fixed? I'd be willing to put up $100 myself. If there's any support I would create the bounty on http://www.voip-info.org/wiki/view/Asterisk+bounty -- is that the correct way to do it? thanks, Luke My .02 1. This is a 1.8.X issue, so anything I say is purely conjecture, since I am a 1.4 hardliner 2. Don't know if moving to 10.x would help you, but since that is still considered beta, that's probably not an option anyhow. 3. My understanding is that bounties need to be posted on the asterisk-dev list. 4. With those caveats, have you tried this: Copy the load_module and unload_module routines from res_timing_pthread.c to res_timing_dahdi.c (you'll probably need some includes to make it compile right). IMO the "final answer" for you will be a "hybrid" res_timing module that combines these two.
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
