Date: Thu, 30 Dec 2004 17:27:52 -0600 From: Nikolas Britton <freebsd@nbritton.org> To: WMC <wc_fbsd@xxiii.com> Cc: multimedia-bsd-list <freebsd-multimedia@freebsd.org> Subject: Re: Music on Hold via FreeBSD Server Message-ID: <41D48EF8.8040503@nbritton.org> In-Reply-To: <6.0.1.1.2.20041230160605.0278a280@mailsvr.xxiii.com> References: <6.0.1.1.2.20041230153428.03096e70@mailsvr.xxiii.com> <1104439888.672.31.camel@Mobile1.276NET> <6.0.1.1.2.20041230160605.0278a280@mailsvr.xxiii.com>
next in thread | previous in thread | raw e-mail | index | archive | help
WMC wrote: > At 03:51 PM 12/30/2004, Martes Wigglesworth wrote: > >> Have you considered Asterisk as the PBX backend? What are you >> using? Sorry for the questions, however, I am just curious, how you >> have applied FreeBSD to a production telephony solution. > > > We're just a little five person shop with a Panasonic KXTD-816 > mini-pbx (with more & better features than big Rolm, Lucent, Mitel, > etc systems, Yes, the digital Panasonic key systems are nice... all you want is a simple frontend to play the audio/music and voice overs so check out cplay, its a very light weight curses front end that you can use just about any player with it (i use splay with it). It's in ports under audio/cplay and should only take about 10 miniutes to learn the commands.... start cplay move to the directory with the audio and add the audio to the playlist using "a" then hit "tab" to get into playlist mode then hit "r" for repeat and "R" Random then hit enter and walk away. below is default cplay rc edit...just copy and paste it, the main website is here: http://www.tf.hut.fi/~flu/cplay/ > more ~/.cplayrc PLAYERS = [ FrameOffsetPlayer("ogg123 -q -v -k %d %s", "\.ogg$"), FrameOffsetPlayer("splay -f -k %d %s", "(^http://|\.mp[123]$)", 38.28), FrameOffsetPlayer("mpg123 -q -v -k %d %s", "(^http://|\.mp[123]$)", 38.28), FrameOffsetPlayer("mpg321 -q -v -k %d %s", "(^http://|\.mp[123]$)", 38.28), TimeOffsetPlayer("madplay -v --no-tty-control --display-time=remaining -s %d %s", "\.mp[123]$"), NoOffsetPlayer("mikmod -q -p0 %s", "\.(mod|xm|fm|s3m|med|col|669|it|mtm)$"), NoOffsetPlayer("xmp -q %s", "\.(mod|xm|fm|s3m|med|col|669|it|mtm|stm)$"), NoOffsetPlayer("play %s", "\.(aiff|au|cdr|mp3|ogg|wav)$"), NoOffsetPlayer("speexdec %s", "\.spx$") ] >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41D48EF8.8040503>