search for: bgsound

Displaying 3 results from an estimated 3 matches for "bgsound".

2005 Sep 13
1
sometimes dtmf passed, sometimes not (cisco 7960 SIP)
...a while the background sound is played, then dial an internal extension/external line. from my extensions.conf exten => SIPGATEID,1,Answer exten => SIPGATEID,2,NoOp(--- ${CALLERID} calling on Sipgate (${EXTEN}) ---) exten => SIPGATEID,3,Wait,1 exten => SIPGATEID,4,Background(bgsound) exten => SIPGATEID,5Voicemail(s23) exten => SIPGATEID,6,Hangup exten => 000,1,DISA(no-password|default) The problem is that when the bgsound is playing, I dial 000 on the 7960, and the bgsound keeps playing. This also happens when the 7960 is in my office, hooked up to * as a loc...
2003 Jan 20
2
another cool use for the vorbis direct show filter
...t seems that you can specify an .ogg file as a sound source for an HTML document such as a web page. An example of this can be found at my web site, (currently under construction), at www.princenet.sytes.net. Open the page and take a look at the source code to see how I did it. It has a standard bgsound tag with the .ogg file as the source. I have also decided to promote the use of the DS filter for this purpose by placing a link to download it directly from the site. By the way, if anyone has any ideas for making this web site more useful, I would be open to your comments. Regards, Lorenzo Prin...
2007 Mar 04
23
Sound support for script.aculo.us
Hi all, I''ve added a new library called sound.js to script.aculo.us, which allows for playing (mp3-based) sound effects. It works without using Flash, by using IE''s internal sound playback mechanism (BGSOUND) and falling back on using whatever plugin is used for audio/mpeg on other browsers (in real world terms, this means QuickTime or a QuickTime- compatible plugin). Thanks to Jules Gravinese of http://www.webveteran.com/ for coming up with the initial idea and code for this. Tested and works...