Displaying 9 results from an estimated 9 matches for "ifyou".
2004 Sep 03
7
Dropping incompatible voice frame
Hi: i have a problem.
Mi extensions.conf:
exten => _N.,1,Setvar(VOICEMAILREQ=${EXTEN})
exten => _N.,2,SetAccount(${customer})
exten => _N.,3,SetCDRUserField(${VOICEMAILREQ:1})
exten => _N.,4,ResponseTimeout(5)
exten => _N.,5,Background(ifyou)
exten => _N.,6,Background(silence/1)
exten => _N.,7,Background(ifyou)
exten => _N.,8,Background(silence/5)
exten => _N.,9,Background(ifyou)
exten => _N.,10,Background(silence/5)
exten => _N.,11,Background(adio)
exten => _N.,12,Wait,1
exten => _N.,13,Hangup
bu...
2011 Sep 05
4
Winamp streaming to icecast2
Hello,
I'm trying to set up winamp to stream a live event to an icecast2
server. I've got the icecast2 server set up, and to date have streamed
playlists only via ices0 or ices2, now I'm wanting to stream live
using winamp.
Software wise, I'm needing to use free or open source software, the
icecast2 server is a Linux machine, the Winamp will be on either a
Win7 or a WinXP
2003 Aug 22
1
Video in Wine without Windows
Hello.
I have Wine20030709 in Mandrake9.1 without Windows.
I have installed MSOffice97, WinRar, AcrobatReader5,
PowerTranslator,.... even my "Encilopedia Micronet".
But I cannot see videotapes. If I copy and paste
mplayer.exe, it doesn't work (clear). If I install
MediaPlayer6, the installer says: all OK (extracting,
copying, configuring,...). But he/she has not made
2011 Sep 05
0
FW: Winamp streaming to icecast2
...>> I'm trying to set up winamp to stream a live event to an icecast2
> >> server. I've got the icecast2 server set up, and to date have streamed
> >> playlists only via ices0 or ices2, now I'm wanting to stream live
> >> using winamp.
> >
> > Ifyou don't actually need to play music form Winamp but just need to
> > stream a live event from the soundcard, you don't need Winamp at all.
> > You can simply use Edcast stand-alone to do this. If you do need to play
> > music as well, you can use the Winamp plugin version....
2005 Aug 18
3
Vonage locked Motorola VT-1000s
I have a small pile of them from customers who were too lazy to send them
back after switching to our local voice service...
Is there any hope of ever using these things with Asterisk?
Vonage does not want them back and they won't unlock them either.
A terrible shame!
Should I just toss them?
Steve
2002 Mar 20
3
XP Problem
Hi,
I have the following:
Win2k server with AD for domain login validation. There is a secondary
Win2k server as well.
RH5.2 with samba samba-2.0.4b-19990519
RH6.2 with samba samba-2.2.2-20011014
I wish to setup one or two very basic shares on each of the RH boxes.
share level security will be fine.
Win2k seems to work ok.
XP doesn't. It cannot find the servers with search.
What are
2007 Mar 26
5
OpenOffice 2.1 with CentOS 4.4 x86_64 doesn't work
Hi,
I removed the openoffice 1.1 release from my system (kernel 2.6.9) for install the full OpenOffice 2.1.
But after trying to start the new soffice, nothing happen. (may be java problem ?)
Could someone help me ?
Regards?
__________________________
Ce message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute
2016 Apr 20
0
Interquartile Range
???
IQR returns a single number.
> IQR(rnorm(10))
[1] 1.090168
To your 2nd response:
"I could have used average, min, max, they all would have returned the
same thing., "
I can only respond: huh?? Are all your values identical?
You really need to provide a small reproducible example as requested
by the posting guide -- I certainly don't get it, and I'm done
guessing.
2016 Apr 20
2
Interquartile Range
Again, IQR returns two both a .25 and a .75 value and it failed, which is
why I didn't use it before. Also, the first function just returns tha same
value repeating. Since they are the same, before the second call, using
the mode function is just a way to grab one value. I could have used
average, min, max, they all would have returned the same thing.
Mike
On Tue, Apr 19, 2016 at 7:24 PM,