similar to: WARNING[5171]: res_musiconhold.c:833 moh_register: Unable to open pseudo channel for timing

Displaying 20 results from an estimated 3000 matches similar to: "WARNING[5171]: res_musiconhold.c:833 moh_register: Unable to open pseudo channel for timing"

2005 Mar 01
1
Music on hold..Mar error "res_musiconhold.c:309 monmp3thread: Request to schedule in the past" ?
Hey guys. Im trying to setup Music on Hold. If I transfer a call (with dial) I like to put the call on Music on hold.. Here's what I've tried so far: On my I extensions.conf exten =>1,1,WaitMusicOnHold(30) exten =>1,2,Dial(SIP/mateo,18) exten =>1,3,VoiceMail(1001) I have also added this line to [context].. So it looks like that: ;[context] musiconhold=default Additinaly,
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
2007 Apr 27
2
Music on Hold issue with asterisk 1.4.2
Hi all, I've compiled zaptel drivers and reconfigure asterisk afterwards from source --with-zaptel. Modules are loaded accordingly: asterisk-1.4.2 # lsmod |grep z Module Size Used by ztdummy 5472 0 zaptel 194504 5 ztdummy crc_ccitt 3521 1 zaptel my musiconhold.conf: asterisk-1.4.2 # grep -v '^;'
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:
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 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 =>
2003 Sep 09
1
help on MOH config, pretty close?
Trying to test the music on hold function and can't seem to get it to work. If anyone has it running, could you give me a clue? (I have googled and found lots of questions, but no real suggestions.) I downloaded and installed the mpg123 package. From the RH9 console I can start the executable and hear the music via the speakers. The executable is located in /usr/bin. (That works!) I set the
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
2010 Nov 04
2
useless mpg123 processes hanging around
Running Asterisk 1.6.2.11 on debian 5.0.6 with mpg123 1.4.3 when i start asterisk, i immediately see two mpg123 processes spawned which sit there forever. I can't imagine it's normal behavior, but if it is, please explain :) # /etc/init.d/asterisk stop stopping asterisk. #[...] # /etc/init.d/asterisk start starting asterisk. # psg aster root 14573 1 0 16:29 pts/2 00:00:00
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 Jun 29
4
Music oh hold
Sorry, i also tried this: exten => 6000,1,Answer exten => 6000,2,MusicOnHold(default) and i got this result: *CLI> -- Executing Answer("SIP/2391-8cdd", "") in new stack -- Executing MusicOnHold("SIP/2391-8cdd", "default") in new stack Jun 29 19:33:47 WARNING[1616]: res_musiconhold.c:354 moh0_exec: Unable to start music on hold (class
2003 May 22
0
Some warnings when starting Asterisk
Hi, When I start asterisk with asterisk -vvvvc it works preaty well, but I get the following warnings: Warning, flexibel rate not heavily tested! WARNING[1074494176]: File res_musiconhold.c, Line 462 (moh_register ): Unable to open pseudo channel for timing... Sound may be choppy. WARNING[1074494176]: File res_musiconhold.c, Line 462 (moh_register ): Unable to open pseudo channel for timing...
2004 Apr 15
2
music on hold problems
i've been searching the archives but can't find anything substantive on this. most of the music on hold documentation discusses integrating with zap hardware, but i am trying to send it across a sip channel. I have the following in extensions.conf: exten => 2100,1,Answer exten => 2100,2,MusicOnHold(default) and have uncommented the "default" line in musiconhold.conf:
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 May 19
5
MusicOnHold probelms
This is my second attempt trying to get help and I am hoping someone can. When the musiconhold extension is matched, Asterisk attempts to execute musiconhold and stops right away, this is what I gets: Executing MusicOnHold("OSS/dsp", "") in new stack -- Started music on hold, class 'default', on OSS/dsp -- Stopped music on hold on OSS/dsp Is there a file that
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
2004 Dec 01
4
Unable to open IAX timing interface: No such file or directory
Hello, I just compiled and started Asterisk 1.0.2 following "Getting Started With Asterisk Version 0.1a" from http://www.automated.it/guidetoasterisk.htm I made only one change to default config files - I changed from using oss to alsa. I don't have any devices so far. I started asterisk from the command line: # asterisk -vc and I got this warning (this was also before I
2005 Oct 18
1
error while writing audio data: : Broken pipe
Dear Asterisk developers, I run the same asterisk version on the home machine and on the work. On the home machine I have Slackware 10.0 (kernel 2.4.24) while on the work machine I have Mandrake 10.1 (kernel 2.6.8.1 <http://2.6.8.1>). When I run asterisk on the work machine, these warnings and error appear (there are no warnings or error at home): [ Booting......Oct 17 18:19:04
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
2005 Jun 28
1
Fw: Shoutcast Music On Hold problems?
----- Original Message ----- From: "hank" <hanksmith4@earthlink.net> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Tuesday, June 28, 2005 10:52 PM Subject: Re: [Asterisk-Users] Shoutcast Music On Hold problems? >I am using asterisk@home 1.0 > my mp3 is called > mp3 > it has nothing before it