search for: pubint

Displaying 2 results from an estimated 2 matches for "pubint".

2006 Feb 22
3
Streaming Music On Hold
...eral 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 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...
2006 Feb 23
1
Streaming Music On Hold - Reality Check
...toneeyes.com] > 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/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 tr...