RE: [Asterisk-Users] Streaming Music On Hold - Reality Check

2006-02-23 Thread Douglas Garstang
conds. -Original Message- From: Doug Geary [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 11:04 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Streaming Music On Hold - Reality Check Thanks to this thread, we got it working too... but

RE: [Asterisk-Users] Streaming Music On Hold - Reality Check

2006-02-23 Thread Doug Geary
TED]; Asterisk Users Mailing List - Non- > Commercial Discussion > Subject: RE: [Asterisk-Users] Streaming Music On Hold > > Thanks. I got it working. Yay. > > Now, it seems that Asterisk is very fussy with the streams. A lot don't > work, especially when the URL ends in s

RE: [Asterisk-Users] Streaming Music On Hold

2006-02-23 Thread trixter aka Bret McDanel
On Thu, 2006-02-23 at 08:09 +, Lee Archer wrote: > I spent a days or two on this and in the end did > > Musiconhold.conf > > [livestream1] > mode=custom > application=/usr/local/bin/mpg123 -s --mono -y -f 8192 -r 8000 -@ > /etc/asterisk/stream.playlist > > Then in stream.playlist I just put

RE: [Asterisk-Users] Streaming Music On Hold

2006-02-23 Thread Lee Archer
riginal Message- From: Jonathan Augenstine [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 10:03 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Streaming Music On Hold Try this: musiconhold.conf: [stream2] mode=mp3 directory=http://pubi

Re: [Asterisk-Users] Streaming Music On Hold

2006-02-22 Thread Peter Bowyer
On 22/02/06, Douglas Garstang <[EMAIL PROTECTED]> wrote: > Thanks. I got it working. Yay. > > Now, it seems that Asterisk is very fussy with the streams. A lot don't work, > especially when the URL ends in something.pls. Anyone know if that's true? Is > Asterisk's support of this still pretty lim

RE: [Asterisk-Users] Streaming Music On Hold

2006-02-22 Thread Douglas Garstang
From: Jonathan Augenstine [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 10:03 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Streaming Music On Hold Try this: musiconhold.conf: [stream2] mode=mp3 directory=http://pubint.ic.llnwd.net/str

Re: [Asterisk-Users] Streaming Music On Hold

2006-02-22 Thread Jonathan Augenstine
Try this: musiconhold.conf: [stream2] mode=mp3 directory=http://pubint.ic.llnwd.net/stream/pubint_wnpr extensions.conf: exten => 1234,1,Answer exten => 1234,2,MusicOnHold(stream2) exten => 1234,3,Hangup On Wed, 2006-02-22 at 09:28 -0700, Douglas Garstang wrote: > Ok, I'm tearing my hair out