search for: waitmusiconhold

Displaying 20 results from an estimated 82 matches for "waitmusiconhold".

2004 Aug 24
2
call queue help
Guys I am having some serious issues with my call queue and Management is breathing down my neck pretty bad, and I am running out of ideas. I have a single queue for my tech support department. I originally was using the AgentCallbackLogin for them and it tested out great on our testing weekends, but it hasn't worked out since. It would only let one of them take calls at a time, no matter
2003 Jul 11
2
wait and user input..
Hi.. How do you accept user input while waiting or playing moh? My Dialplan is as follows.. ring,ring,.. Hello thanks for calling blah blah... Please enter the extention number blah blah... WaitMusicOnHold(10) If no input pass call to operator.. The problem is that the user has to input the extension while they are being told what to do.. any input during Wait or WaitMusicOnHold is ignored... Thanks.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwa...
2004 Aug 17
6
dialplan woes
...=> 2,8,Goto(1,28) exten => 2,9,BackGround(holiday-greeting) exten => 2,10,Goto(1,28) exten => 2,11,Dial(SIP/3085,15|m) exten => 2,12,Dial(SIP/3082,15|m) exten => 2,13,Dial(SIP/3006,15|m) exten => 2,14,Dial(SIP/3007,15|m) exten => 2,15,Background(sales-hold) exten => 2,16,WaitMusicOnHold(60) exten => 2,17,Dial(SIP/3085,15|m) exten => 2,18,Dial(SIP/3082,15|m) exten => 2,19,Dial(SIP/3006,15|m) exten => 2,20,Dial(SIP/3007,15|m) exten => 2,21,Background(sales-hold) exten => 2,22,WaitMusicOnHold(60) exten => 2,23,Dial(SIP/3085,15|m) exten => 2,24,Dial(SIP/3082,15...
2006 Feb 22
3
Streaming Music On Hold
...fault] mode=quietmp3 directory=/var/lib/asterisk/mohmp3 [stream2] mode=custom directory=/var/lib/asterisk/mohmp3-empty application=http://pubint.ic.llnwd.net/stream/pubint_wnpr and this is how I am testing it: exten => 1234,1,Answer exten => 1234,2,SetMusiconHold(stream2) exten => 1234,3,WaitmusiconHold(60) exten => 1234,4,Hangup and this is the console output I get when I dial 1234: Asterisk Ready. *CLI> -- Executing Answer("SIP/3250072-ed28", "") in new stack -- Executing SetMusicOnHold("SIP/3250072-ed28", "stream2") in new stack -- Exe...
2004 Jun 24
2
Problem with music on hold...
Hi all, I am trying to setup music on hold. In extensions.conf did put the following: exten => 6601,1,WaitMusicOnHold(30) Using a sip phone, x-lite, after I dialed 6601 I get the following: -- Reloading module 'cdr_csv.so' (Comma Separated Values CDR Backend) -- Executing WaitMusicOnHold("SIP/666-f408", "30") in new stack Jun 24 22:35:07 WARNING[458766]: res_musiconhold.c:331 mo...
2005 Jan 25
0
coredumping on MusicOnHold
...h every time On receiving an call from iax2 trunk to musiconhold application. SIP calls to MusicOnHold is however working. I already upgraded to 1.0.5, but the problem still Remainig. Any idea ? Iax2 : call proceding : Jan 25 17:29:40 DEBUG[9997]: pbx.c:1261 pbx_extension_helper: Launching 'WaitMusicOnHold' -- Executing WaitMusicOnHold("IAX2/radko@radko/3", "201") in new stack Jan 25 17:29:40 DEBUG[9997]: channel.c:1551 ast_prod: Prodding channel 'IAX2/radko@radko/3' Urgent handler Ouch ... error while writing audio data: : Broken pipe Sip : call proceding : Jan...
2003 Apr 25
1
Wait doesn't read DTMF? Was Re: Collecting dialed digits
A) Modify res_musiconhold.c and the application "WaitMusicOnHold" to accept DTMF breakout B) Create a call queue with a timeout of X and configure the DTMF options properly. Then you can drop callers into this queue and effect a music on hold for X seconds and allow DTMF breakout with no C code. -----Original Message----- From: asterisk@billheckel.com [m...
2004 Dec 02
3
Very odd musiconhold
I've followed the docs on how to configure musiconhold. I then added an extension to test it like this: exten => 6601,1,WaitMusicOnHold(30) And when I dial that extension I do hear something for 30 seconds - but it is not what I'd call music... it sounds more like the sound effects from a scifi flick - now and then it sounds like jail cell doors closing and echoing. Kinda cool but not what I expected and it would probably...
2006 Jan 17
2
chan_sccp crashes Asterisk on startup
...When I start Asterisk, it dies on startup at the activation/recognition of the chan_sccp module... A snippit from the startup: Asterisk Dynamic Loader Starting: [res_musiconhold.so] => (Music On Hold Resource) == Registered application 'MusicOnHold' == Registered application 'WaitMusicOnHold' == Registered application 'SetMusicOnHold' == Registered application 'StartMusicOnHold' == Registered application 'StopMusicOnHold' [chan_sccp.so] ...and that's all she wrote. Debugging options and everything else turned on yield no additional information....
2005 Feb 13
1
MusicOnHold Native Mode, Please Clarify
...;unable to start music on hold" at the console. Musiconhold.conf: [classes] [moh_files] default => /var/lib/asterisk/moh-native I have an mp3 that came with asterisk in this file: fpm-calm-river.mp3 extensions.conf: [moh] exten => 5551,1,Answer exten => 5551,2,WaitMusicOnHold(60) modules.conf: [modules] autoload=yes ; ; If you want, load the GTK console right away. ; Don't load the KDE console since ; it's not as sophisticated right now. ; noload => pbx_gtkconsole.so ;load => pbx_gtkconsole.so noload => pbx_kdeconsole.so ; ; Interco...
2003 Sep 05
9
Moh
Would anyone mind emailing me, or maybe posting somewhere their music on hold .so file? thx -ben
2006 Feb 23
1
Streaming Music On Hold - Reality Check
...de=custom > > directory=/var/lib/asterisk/mohmp3-empty > > application=http://pubint.ic.llnwd.net/stream/pubint_wnpr > > > > and this is how I am testing it: > > exten => 1234,1,Answer > > exten => 1234,2,SetMusiconHold(stream2) > > exten => 1234,3,WaitmusiconHold(60) > > exten => 1234,4,Hangup > > > > and this is the console output I get when I dial 1234: > > > > Asterisk Ready. > > *CLI> -- Executing Answer("SIP/3250072-ed28", "") in new stack > > -- Executing SetMusicOnHold("...
2004 Nov 22
0
new application swait...
...oto(pri+1)' on timeout, ie. continue to the next priority in this extension. 'i' is for ignore dtmf. Normally the app accepts/expects dtmf to specify a new exten similar to 'WaitExten'. This flag makes the app ignore dtmf input, making it behave like 'Wait' or 'WaitMusicOnHold'. 'm' is playing music on hold during the delay. 'WaitMusicOnHold' is the only current option for this. Combine these options and you have one powerful little app. Please test it and let me know what you think. For background check out bug 0002894 [http://bugs.digium.com...
2004 Dec 11
0
Newbie MusicOnHold issues
...yone, Merry Christmas :-).... My Asterisk Box doesn't have a sound card, it is running Asterisk 1.02 Zaptel 1.02 Libpri 1.02 Mpg123 0.59r All compiled from source with kernel 2.6.9-1.6 on Fedora Core 2 Any help would be very much appreciated..... The error I am getting is -- Executing WaitMusicOnHold("SIP/snom-james-849d", "30") in new stack Dec 12 00:27:29 WARNING[409616]: res_musiconhold.c:366 moh1_exec: Unable to start music on hold (class '30') on channel SIP/snom-james-849d == Spawn extension (sip, 098, 1) exited non-zero on 'SIP/snom-james-849d' /etc...
2004 Dec 29
0
Problem with musiconhold - No such file or directory
I have mpg123 v59r and in command line mpg123 play of music /var/lib/asterisk/mohmp3/sample.mp3 in musiconhold.conf I have: -------------------------------------- [classes] default => mp3:/var/lib/asterisk/mohmp3/ ------------------------------------- and extensions.conf exten => 2,1,WaitMusicOnHold(30) When I call on console asterisk I have message: ----------------------------------------- -- Executing WaitMusicOnHold("SIP/100-2278", "30") in new stack -- Started music on hold, class 'default', on SIP/100-2278 sample.mp3: No such file or directory ------...
2005 Jul 29
0
Music On Hold pain - suggestions?
..., all. I'm running the Asterisk 1.0.7 package that comes with Debian Sarge. I'm new to Asterisk, but so far almost everything is going well. However, I'm having a Hell of a time with Music On Hold. I've got an extension set up to test Music On Hold, as follows: exten => 3000,1,WaitMusicOnHold(300) I've tried the following in musiconhold.conf: default => quietmp3:/usr/share/asterisk/mohmp3 and default => custom:/var/lib/asterisk/mohmp3,/usr/bin/mpg123 -q -r 8000 -f 8192 -b 2048 --mono -s When I try that extension, the console confirms what's happening: -- Execu...
2006 Nov 13
1
Moh stops immediately
...exten => 2000,2,MusicOnHold(default) I've also tried: exten => 2000,1,Answer exten => 2000,2,MusicOnHold(default) exten => 2000,3,WaitMusicOnHold(20) exten => 2000,4,Hangup Any ideas? Thanks, zen perry ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail. http://new.mail.yahoo.com
2005 Feb 19
16
Snom phone hint exten question
...stn] exten => s,1,SetMusicOnHold(random) exten => s,2,Dial(SIP/snom-james&SIP/bt-karen,45,t) exten => s,3,Hangup ;exten => s,10,VoiceMail(u100) ;Whatever box you want. [internal] exten => i,1,Playback(invalid) exten => i,2,Hangup exten => t,1,Hangup exten => 098,1,WaitMusicOnHold(5) exten => 099,1,Echo ;simple echo test when you dial 099 on your phone include => outgoing include => sip [outgoing] exten => _9X.,1,Dial(Zap/g1/${EXTEN:1}) exten => _9X.,2,Congestion() exten => _9X.,3,Hangup [sip] exten => 690,2,SetMusicOnHold(random) exten => 69...
2003 Aug 19
3
MusicOnHold
...ybody know why I can NOT hear the MusicOnHold - using SJphone on another PC in our network (normal playback is not a problem) . See the * output and the line configured in extension.conf below (also mp3player does not function) Any suggestions? *Asterisk output:* *CLI> -- Executing WaitMusicOnHold("SIP/jeroen-bf54", "30") in new stack -- Started music on hold, class 'default', on SIP/jeroen-bf54 -- Stopped music on hold on SIP/jeroen-bf54 -- Timeout on SIP/jeroen-bf54 -- Executing Goto("SIP/jeroen-bf54", "#|1&quot...
2005 May 17
1
Music On Hold problem: Read 392 bytes of audio while expecting 1600
...ic (first second or so) then quiet. I see the errors below. What is causing this? (Note that I am running AsteriskWin32). Thanks, Mike May 17 17:26:02 VERBOSE[3708]: -- Executing Answer("SIP/2434-263c", "") in new stack May 17 17:26:02 VERBOSE[3708]: -- Executing WaitMusicOnHold("SIP/2434-263c", "30") in new stack May 17 17:26:02 VERBOSE[3708]: -- Started music on hold, class 'default', on SIP/2434-263c May 17 17:26:02 DEBUG[3708]: Stopping retransmission on '603eb611c40e9620' of Response 2: Found May 17 17:26:02 DEBUG[3708]: Ooh, fo...