similar to: hold music =]

Displaying 20 results from an estimated 2000 matches similar to: "hold music =]"

2005 Mar 04
3
music on hold issue
Hello, I am quite new to asterisk (I've been playing with it for just about 2 weeks). I am trying to do music on hold, but I get this error: res_musiconhold.c:309 monmp3thread: Request to schedule in the past?!?! I have read on some forums that usually this message comes when all resources are tied up, but top gives 0%. The server is Intel 2.4 Ghz with 512 MB RAM. Any suggestions? Thank
2003 Oct 20
3
Music Onhold Configuration
Anyone can share me with Music Onhold Configuration sample? Thanks in advance for your help, Kang
2004 May 04
2
Adtran ta750 Configuration
Hello. I have been going thru the wiki and asterisk related sites and have not been able to find any documentation about how to configure an Adtran TA750 channel bank. The remote disconnect supervision doesn't seem to be working, when the remote caller hangs up asterisk takes up to 30-45 seconds to hangup the call. Can somebody help? Thank's
2003 Dec 26
1
what is ztcfg for
Hello all. What is ztcfg for ?, what does it do ?
2004 Jul 07
5
E100P
Hi, i just received an E100P, this is the first one I have ever seen, and notice that the board reads T100P. Is this right ? The antistatic bag had a small label that has E100P written on it, and the card is a bit different than the T100P I already have, Does Digium use the same boards for both cards ? I don't have an E1 link here, can I test the card just by loading the driver and run
2006 Feb 22
3
Streaming Music On Hold
Ok, I'm tearing my hair out trying to get Asterisk moh streaming to work. After several hours jerking around with icecast and muse, I tried to point my asterisk system directly at two streams I know work. This is what extensions.conf has: [default] mode=quietmp3 directory=/var/lib/asterisk/mohmp3 [stream2] mode=custom directory=/var/lib/asterisk/mohmp3-empty
2004 May 09
2
Help!! Music On Hold
I've been trying to play the default music on hold file, but no luck yet. here is my configuration: extensions.conf [incoming] exten => s,1,Dial,Zap/2|10 exten => s,2,Voicemail,u34 exten => s,102,Voicemail,b34 exten => 34,1,SetMusicOnHold,default Musiconhold.conf [classes] default => quietmp3:/var/lib/asterisk/mohmp3 ;loud => mp3:/var/lib/asterisk/mohmp3 ;random =>
2006 Feb 23
1
Streaming Music On Hold - Reality Check
Thanks to this thread, we got it working too... but have a question... Once this is setup... does it stream forever, or does the stream only start when someone goes on hold/into a queue/etc? If it streams forever, at 24k... it looks like over 7GB/month in bandwidth... so we're not going to want to do that if a) it streams constantly and b) my math is correct. Thanks, Doug >
2009 Jul 23
5
Music on hold based on user
Hi Guys I wonder if its possible to set a different MoH based on groups, I mean if one of the Admin group put on hold the call play music 1, if another from Technical Support put on hold the call play music 3, something like this Admin - Music1 Contrallors - Music 2 Technical Support - Music 3 Thanks -- -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Jul 28
2
Music On Hold - not working for me...
Hi all, I'm trying to make some simple MOH (Music On Hold) working. So far I've failed miserably - so I turn here for help. Basically I've been using the wiki and all the sample confs I could from there and via google. The queue system seems to work fine with my limited setup. Just 2 IAX2 clients where I keep Client B busy (by making it listen to mp3 via ext. 777) but logged into
2004 Jul 03
11
Music on hold problem
I can't seem to get music on hold working, it tries to work, but I just hear strange noises on the extension.. Here is some debug info. Looks like mpg123 starts fine, but I hear nothing. I'm on todays CVS build. -- Executing Answer("SIP/2203-062c", "") in new stack -- Executing MusicOnHold("SIP/2203-062c", "default") in new stack --
2004 Nov 25
1
No Music: Queue Hold and MusicOnHold
Hello, We are working on a new Asterisk installation and have run into some problems related to playing MusicOnHold for a caller when they have been placed on hold by an agent, that took the call from a queue. A. When pressing the HOLD button on SNOM 190 and Grandstream BudgeTone SIP phones, MusicOnHold works fine when making inbound or outbound direct calls by extension. Music starts to play
2003 May 13
5
Music on hold, Call Parking, etc
Ok, this falls under the newbie category: Has anybody created any documentation on using musiconhold or call parking? I have found sample config files for musiconhold, but I'm not sure how they work. [musiconhold.conf] [classes] loud=>mp3:/var/lib/asteriks/mohmp3 How do I then set up this feature in extensions.conf? I can't seem to find an example of what I'm looking for (or I
2003 Dec 12
1
Streaming Hold Music
I've tried getting this running but mpg123 won't spawn. It spawns fine for the files but if I try streaming she doesn't work. I've tried with just about every stream at somafm.com w/o success. I can play them locally though. When I try to play them from the server from the command line I get: # mpg123 -s --mono -r 8000 -b 2048 http://160.79.128.40:8052 High Performance MPEG
2003 Nov 13
1
asterisk solution.
Hi All, We have a Avia Difinity G3R to a Avia EPN connected through 2 dedicated T1 dsics, can I use an Asterisk solution to replace the T1's? If so can anyone give me feedback on what components I should be looking into to help me get started? Thanks in advance, Steve.
2006 Dec 19
6
No music on hold?
Hi all, I've got Asterisk 1.2.10 up and running on Debian using the back ports. I noticed that it didn't come with mpg123 or depend on it and I believe I read somewhere that asterisk now handles it's own mp3 playback? Is this true? If so I must have a problem, because I hear no music when putting someone on hold. When looking at the console when putting someone on hold, I see
2003 Sep 12
27
Music on Hold
Does anybody have a good source for hold music? I can see a number of companies on the web that sell royalty-free MOH, but they don't all provide samples. The customer service desk has requested "calming, not sleeping, but calming" and "this is a high-tech company, so make it 'techie' [sic]". Thanks, --Ernest
2003 Apr 03
0
Music on Hold for SIP
I posted a message a little while ago but got no response (that I can recall), I've also seen other people mention this issue. Basically, when you have music on hold, it doesn't play the music on hold, the debug info shows it is starting and then stops straight away.. # My extensions.conf ... exten => s,1,Answer exten => s,2,DigitTimeout,5 exten => s,3,ResponseTimeout,10 exten
2004 Jan 10
1
default music source for SIP channel
The wiki says this about the MusicOnHold command: "Plays hold music specified by class. If omitted, the default music source for the channel will be used." http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20MusicOnHold How do I set the default music on hold class for the SIP channel ? I tried adding musiconhold=test to my sip.conf. musiconhold.conf looks like this:
2003 May 18
3
Music conferences ?
Hi folks, I have been wondering about different processor loads and which might be a more efficient way of doing this.... Currently we can set up a shoutcast station as an extension exten => 3334,1,MP3Player,http://radio.nq.net:8000/ Now I was wondering if there was a way we can add a music extension to a conference (send only) and then set up an extension into the conference as listen only