search for: juke

Displaying 7 results from an estimated 7 matches for "juke".

Did you mean: joke
2004 Aug 06
2
using a web server?
This is a stupid question... Why would one use a streaming audio server versus just a web server to stream static files like a juke box? Here are some reasons I came up with: 1) A web server won't concatinate songs together, but if someone is only downloading say a one-off clip, perhaps a web server is exactly what is needed 2) Titles (or rather meta-data) don't get inserted into the stream, though they could somehow...
2004 Aug 13
11
asterisk in india
Does anyone know if the E1 cards that digium sells work in India. Also are there any distributers for those cards in India. By E1 cards I mean E100P, TE410P or TE405P -- regards Vikram (http://www.vicramresearch.com)
2006 Mar 10
0
Background timeout and Read questions
...effect = stupid me), may i use an AGI with 'record_file' and 'get_data' to do something like that ? ( timeout is in milliseconds in this case => if '0' is a dangerous value, perhaps i could use timeout = someveryverylittlevalue 100/200 ms The goal is to have a 'juke-box' playing messages (not only sequential order: in this case X succesive Background cmd do the job) - cmd READ: c) i need a confirmation, the wiki said : optional message FIRST (before timeout start)..... Really first ? ie READ is = playback + wait digit, or perhaps simultaneous '...
2013 Jul 04
4
Digium Analog card and Asterisk
Hi I just bought some digium analog cards and I would like to build an IVR system for my customers. However I am googling and googling , I didn't find any blog and instruction for beginners like me. So I come here for help. Any tips or blogs will help. Regards, Hua Jie -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Sep 29
2
Booting using single image file
Howdy, I know that syslinux doesn't currently support this, but does anyone here know how I might go about getting some sort of boot process together that would have a single firmware image as opposed to seperate files for initrd, kernel, and root fs? Thanks.
2013 Nov 27
3
issue with speech in IVR
hello list i have an IVR menu in asterisk 1.4 like below exten => 600,1,Ringing() exten => 600,n,Wait(2) exten => 600,n,Goto(home,s,1) [home] exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/) exten => s,n,Background(${sounds_path}music1) exten => s,n,Background(${sounds_path}music2) exten => s,n,Background(${sounds_path}music3) exten =>
1998 Nov 30
4
Virtual CDROM for Unix?
Has anyone implemented a "virtual cdrom" facility as offered on windows? That is CD images are cached & compressed on hard disk and shared across a network. See: http://www.winmag.com/library/1996/1196/11r24a.htm I have not found any news of a Unix solution. I would like to offer one on a Linux server to Windows clients. It should not be hard to implement with Samba... Thanks