Would anyone mind emailing me, or maybe posting somewhere their music on hold .so file? thx -ben
Why on earth don't you just compile it? bkw On Fri, 5 Sep 2003, Ben Bloomberg wrote:> Would anyone mind emailing me, or maybe posting somewhere their music > on hold .so file? > > thx > > -ben > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
At 08:38 PM 9/5/2003 -0500, you wrote:>Why on earth don't you just compile it?Thank you! I was going to ask but didn't want to look stupid :) --Ernest>bkw > >On Fri, 5 Sep 2003, Ben Bloomberg wrote: > > > Would anyone mind emailing me, or maybe posting somewhere their music > > on hold .so file? > > > > thx
No music on hold when activated from cisco phone Console debug EBUG[1116941120]: File res_musiconhold.c, Line 280 (monmp3thread): Read 372 byt es of audio while expecting 1600 Any ideas would be appreciated Regards Mick
Hi, I have * 1.0.0. Everything works well except moh. I followed the instruction in http://voip-info.org/wiki-Asterisk+config+musiconhold.conf. I use the default mp3 from *. The problem is that the music is really slow. Seems like it didn't get the right rate to play. Any one having this problem too? Thanks, -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 3354 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041030/17a65b15/winmail.bin
Hello. I just set up * on a new server, MOH does not work. Musiconhold.conf has: [classes] default => quietmp3:/var/lib/asterisk/mohmp3 Extensions.conf has: exten => 000,1,Answer exten => 000,2,Musiconhold(default) Dialing 000 gives the correct MOH. However, when I receive a call and place it on hold, there is no MOH played. This is what * says: -- Executing Dial("SIP/toronto1-f648", "SIP/nabeel2|25") in new stack -- Called nabeel2 -- SIP/nabeel2-8329 is ringing -- SIP/nabeel2-8329 answered SIP/toronto1-f648 -- Attempting native bridge of SIP/toronto1-f648 and SIP/nabeel2-8329 -- Started music on hold, class 'default', on SIP/toronto1-f648 -- Stopped music on hold on SIP/toronto1-f648 There was only silence, no MOH played. I don't think it's mpg321/123, since dialing 000 plays it OK. Anyone have any ideas? -- Nabeel Jafferali X2 Networks www.x2n.ca T: 1.647.722.6900 1.877.VOIP.X2N F: 1.866.655.6698 FWD: 46990
> I just set up * on a new server, MOH does not work.I just figured out that when I allow two endpoints to connect directly (canreinvite=yes) MOH does not work. It seems the reinvite on hold back to Asterisk either is not supported by Asterisk or is not working in this case - any idea which one it is? Nabeel
Think I'm doing something wrong here... followed what the wiki said but no luck Trying to do moh with streaming audio... Musiconhold.conf Default => custom:/var/lib/asterisk/mohmp3,http://209.51.128.160:5112/ Also tried the trick of Default => mp3:/var/lib/asterisk/mohmp3-streaming,http://209.51.128.160:5112/ Neither of these shows netstat traffic... so I'm not seeing it going out to fetch the audio... in addition the sample mp3's don't play either... I have no sound card in the box.. and running rhel3... Also I'm just using netmeeting so I've change the demo main menu to dump straight to Exten => s,n,WaitMusicOnHold(120) But still no luck... Any help would be appreciated.
Nevermind - didn't RTM - mpg123 not installed.. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Huddleston, Robert Sent: Thursday, May 19, 2005 3:01 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] MOH Think I'm doing something wrong here... followed what the wiki said but no luck Trying to do moh with streaming audio... Musiconhold.conf Default => custom:/var/lib/asterisk/mohmp3,http://209.51.128.160:5112/ Also tried the trick of Default => mp3:/var/lib/asterisk/mohmp3-streaming,http://209.51.128.160:5112/ Neither of these shows netstat traffic... so I'm not seeing it going out to fetch the audio... in addition the sample mp3's don't play either... I have no sound card in the box.. and running rhel3... Also I'm just using netmeeting so I've change the demo main menu to dump straight to Exten => s,n,WaitMusicOnHold(120) But still no luck... Any help would be appreciated. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Hello, I have a little problem with MOH, I use the latest cvs and native asterisk mp3 for moh. When I call 6601 (cf exten => 6601,1,WaitMusicOnHold(30) ), I can hear the music (call 1). But when I call my cisco 7960 phone, and press hold on the cisco, I don't have any music. (call 2) Any idea? Regards Kuon extension.conf ... exten => 100,1,Dial(SIP/100) exten => 102,1,Dial(SIP/102) exten => 103,1,Dial(SIP/103) ... Call 1 -- Executing Dial("SIP/103-bdf9", "SIP/100") in new stack -- Called 100 -- SIP/100-902b is ringing -- SIP/100-902b answered SIP/103-bdf9 -- Attempting native bridge of SIP/103-bdf9 and SIP/100-902b -- Started music on hold, class 'default', on SIP/103-bdf9 -- Stopped music on hold on SIP/103-bdf9 == Spawn extension (inbound, 100, 1) exited non-zero on 'SIP/103- bdf9' Call 2 -- Executing WaitMusicOnHold("SIP/103-37f9", "30") in new stack -- Started music on hold, class 'default', on SIP/103-37f9 Jun 6 01:14:11 NOTICE[28140]: res_musiconhold.c:195 ast_moh_files_next: SIP/103-37f9 Opened file 0 '/var/lib/asterisk/ mohmp3/nadesico2' -- Stopped music on hold on SIP/103-37f9 == Spawn extension (inbound, 6601, 1) exited non-zero on 'SIP/ 103-37f9' -- Saved useragent "CSCO/7" for peer 100