similar to: Music on hold..Mar error "res_musiconhold.c:309 monmp3thread: Request to schedule in the past" ?

Displaying 20 results from an estimated 800 matches similar to: "Music on hold..Mar error "res_musiconhold.c:309 monmp3thread: Request to schedule in the past" ?"

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 =>
2005 Jul 08
0
Leave Message - IVR don't work
I have installed asterisk in a 4.11 RELEASE FreeBSD, and we are using two Zoom X5v with SIP and works fine, we can call each other and this is OK ----------extensions.conf---------- [general] static=yes writeprotect=no [sip] exten => 123,1,Dial(SIP/123,20) exten => 123,2,Voicemail(u${EXTEN}) exten => 123,3,Hangup exten => 123,103,Voicemail(b${EXTEN}) exten => 123,104,Hangup
2005 May 27
0
Re: MoH: mgp123 problems
; ; Music on hold class definitions ; [classes] default => /var/lib/asterisk/mohmp3 ;loud => mp3:/var/lib/asterisk/mohmp3 ;random => quietmp3:/var/lib/asterisk/mohmp3,-z ;unbuffered => mp3nb:/var/lib/asterisk/mohmp3 ;quietunbuf => quietmp3nb:/var/lib/asterisk/mohmp3 ; Note that the custom mode cannot handle escaped parameters (specifically embedded spaces) ;manual =>
2005 Mar 27
3
Can't get format_mp3 to work for music on hold
Hi Guys, I am having trouble trying to get format_mp3 working to play music on hold. I have followed the instructions in the read-me and the wiki however it seems after un-installing mpg123, asterisk is not even attempting to play MOH. My musiconhold.conf is ; Music on hold class definitions ; [classes] [moh_files] default = >/var/lib/asterisk/moh-native ;default =>
2005 Jun 30
3
R: Music oh hold
This is my musiconhold.conf and my folder: root@voip:/etc/asterisk# less musiconhold.conf [classes] default => quietmp3:/var/lib/asterisk/mohmp3 ;loud => mp3:/var/lib/asterisk/mohmp3 ;random => mp3:/var/lib/asterisk/mohmp3,-z ;unbuffered => mp3nb:/var/lib/asterisk/mohmp3 ;quietunbuf => quietmp3nb:/var/lib/asterisk/mohmp3 ; Note that the custom mode cannot handle escaped parameters
2005 Jul 01
2
MOH - request to schdule in the past
I have googled this to death, and all I get are reference to the MoH needing a Zaptel timing source, and then people saying no they don't any more. -- Set Response Timeout to 2 -- Executing BackGround("SIP/211-57ba", "my-greeting") in new stack -- Playing 'my-greeting' (language 'en') == CDR updated on SIP/211-57ba -- Executing
2006 Mar 25
1
WARNING[5171]: res_musiconhold.c:833 moh_register: Unable to open pseudo channel for timing
Hi, using asterisk 1.2.5 with mysql in a centos 4.2 (2.6 kernel) no hardware interfaces installed gives me this error. Im a bit new to this so any help will be appreciated. == Parsing '/etc/asterisk/musiconhold.conf': Found Mar 26 00:58:49 WARNING[5171]: res_musiconhold.c:833 moh_register: Unable to open pseudo channel for timing... Sound may be choppy. [chan_oss.so] => (OSS
2007 Aug 08
1
MoH mysteriously stopped working
Folks, I have somewhat of a serious issue here. My music on hold mysteriously stopped working. I have made no changes to my Asterisk box in the past month and up until an hour ago, MoH was working fine (as far as I know). CLI: -- Started music on hold, class 'default', on channel 'IAX2/lobby-2' -- Stopped music on hold on IAX2/lobby-2 voip*CLI> moh reload voip*CLI> 1
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:
2005 Mar 21
0
Unable to get message on hold class to work
I can't seem to get the message on hold class to work for anything but default.. it works if I specify default but if I specify anything else it hangs up on me: == Spawn extension (from-internal, 9472, 3) exited non-zero on 'SIP/200-9f2c' -- Executing Macro("SIP/200-9f2c", "hangupcall") in new stack -- Executing ResetCDR("SIP/200-9f2c",
2004 Dec 11
0
Newbie MusicOnHold issues
Hi Everyone, 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
2008 Sep 14
9
Streaming MoH on 1.4
Hi, I've looked high and low for any changes that streaming MoH needs on Asterisk 1.4 (.21), followed NerdVittle's article about it (http://nerdvittles.com/index.php?p=92) yet nothing worked. After creating dir stream/ and touch stream.mp3, here's my musiconhold.conf [stream] mode=mp3 directory=/var/lib/asterisk/mohmp3/stream stream =>
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 --
2003 Mar 02
2
mp3 playing distorted, or very slowed down... unintelligible.
I have the following in extensions.conf: [global] MP3ROOT=/var/lib/asterisk/mohmp3 [default] exten => 1111,1,Answer ; Answer the line exten => 1111,2,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => 1111,3,MP3Player(${MP3ROOT}/sample-hold.mp3) The command that runs is: 14030 pts/0 S 0:00 /usr/bin/mpg123 -q -s -b 1024 --mono -r 8000
2005 Oct 15
1
No Audio from Console but mpg123 from shell worksfine.
Anyone have anything on this? (I'm sure someone will complain about me bringing it up again, chill out...) -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jonathan k. Creasy Sent: Friday, October 14, 2005 10:15 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] No Audio
2003 Jul 02
2
Problems with musiconhold
Hi evereybody, I'm trying to use musiconhold during dial tones. But I only can call earing dial tones instead of music. Now will see my configuration files. AGI File(using AGI script to EXEC DIAL) print "EXEC Dial Zap/g2/numberc||m\"; $res=checkresult(); Extension.conf exten =>_numberb,1,Answer exten =>_numberb,2,SetMusicOnHold,default exten =>_numberb,3,AGI,dial.agi
2005 Jul 12
1
Odd MOH problem...
So I decided, for the formal asterisk rollout, to change over to less commercially-infringing MOH than the prior admin had thrown on the server. (plus: it was blown out and nasty sounding over the phones. Ew.) I changed the files in /var/lib/asterisk/mohmp3 to something else (can't dig up the link, but it was from the voip-info wiki). My musiconhold.conf looks like this: ; ; Music on
2003 Aug 19
3
MusicOnHold
Does anybody 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 --
2005 Jul 29
0
Music On Hold pain - suggestions?
Hi, 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 =>
2006 Mar 02
0
problems with MOH
hi on a server i've installed slackware 10.2 and Asterisk Version 1.2.4 Zaptel Version 1.2.4 Libpri Version 1.2.2 I'm experiencing problem with moh, the music is correctly started: Started music on hold, class 'default', on channel 'Zap/1-1' but i don't hear anything... i heard something like a "fiiiiiiiiiiiii" very very low the server is without a sound