Displaying 20 results from an estimated 3000 matches similar to: "Questions about BAT"
2005 Aug 17
2
How "real time" is realtime?
How "real time" is realtime? If the extensions.conf is stored in the
database, does * query it row by row or is it "cached"? In other words,
given the following exerpt:
exten => 5001,1,Dial(IAX2/test@test/s,30,g)
exten => 5001,2,Voicemail(u5001)
exten => 5001,102,Voicemail(b5001)
exten => 5001,103,Hangup
exten => 5002,1,Dial(IAX2/test2@test2/s,30)
exten =>
2003 Nov 07
6
Printing with CUPS
I've just been trying to get my Samba 3.0.0-2 build to work with CUPS.
The rpm I downloaded from the Samba site was not compiled with CUPS library
support. Which is why I am assuming that having added printing = cups in my
conf file things are not working.
If I use the source rpm can I force the build to include CUPS library
support ?
Or do I have to build from scratch?
thanks
Alan
2003 Sep 24
6
Cisco 2600 and ASTERISK
Hello,
Could somebody tell me if I can connect CISCO 2600 router with support of H.323 to Asterisk ?
If it is possible could somebody tell me how to do it.
I would like to document it and put on some website so everyone can see it.
Regards,
-- bart
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jun 15
1
SIP transfer/REFER to voicemail problem
I've google for hours trying to find a discussion of a similar problem as the
one I'm having, so forgive me if this has come up before. If it has, please
point me in the right direction!
The problem occurs when a caller (A) is transferred by an intermediary party
(B) to voicemail (Voicemail or VoicemailMain), either directly or by being
taken to voicemail when the callee (C) doesn't
2000 Dec 17
1
multiframe in postscript
I was hoping that the following specification
postscript(file="fig.ps",height=2,width=4)
par(mar=c(5,5,2,2)+.1,mfrow=c(1,2),mex=.6)
would yield the same scaling effect as
postscript(file="fig.ps",height=2,width=6)
par(mar=c(5,5,2,2)+.1,mfrow=c(1,3),mex=.6)
but the fact is that the 'mfrow=c(1,2)' yields smaller plotting frame
and bigger font size.
2006 Mar 04
6
Can''t get Fast CGI working.
Well, after many hours of tinkering and internet browsing I just can''t
get Fast CGI to work with Rails and Apache 1.3 on FreeBSD 5.4 Normal CGI
works fine, but as soon as I enable FastCGI in .htaccess I get the
message:
Application error
Rails application failed to start properly
Here''s what I''ve done so far:
- I''ve installed all the necessary software for
2005 Oct 12
3
New Application: Broadcast
Hello,
I've released an Asterisk application under the terms of the GNU GPL. You
may find it here:
http://psg.com/~begg/projects/
A short exerpt from the README:
--
Broadcast is an Asterisk (http://www.asterisk.org) application which you
may use to send a generic message over TCP/IP to any number of computers
running software configured to listen for these types of messages. Being
written
2007 Jun 06
1
[bug] Unexpected shutdown
Hello,
I had a brief power fluctuation earlier, which caused the UPS to power up
a few seconds. Then suddenly NUT was busy shutting down my server, after
full power had already been restored.
Here's the logs:
Jun 6 13:28:30 hell upsmon[607]: UPS apc620 at localhost on battery
Jun 6 13:28:35 hell apcsmart[602]: Communications with UPS lost - check
cabling
Jun 6 13:28:35 hell upsd[604]:
2002 Nov 20
3
RE: ntpd
Hi Nitin,
First of all, you can verify that ntpd is responding on ingress with netcat
:
nc -u ingress 123 (udp connection on port 123)
also try a netstat -an on ingress to be sure that the port 123 is in listen
state...
I recently install ntpdate, and it has worked as a client and a local ntp
server immediatly.
Good Luck,
Yannick / Annecy in France
-----Message d''origine-----
De :
2001 Feb 05
2
Project "Muncher" the next step in wine
Ok, It's a lame name but it was the best I could come up with after
spinning around in a desk chair for a few minutes. Here is the general
idea behind it.
Once, in an interview, Steve Balmber, the CEO of Microsoft threw some
standard MS FUD out about Linux being a poor choice becaue each distro
tends to "mutate" linux and has no solid direction
I thought "Wouldn't
2006 Jan 31
5
Queue() with timeout=0
Hello,
i've recently switched over from 1.0.9 to 1.2.3.
I've experienced some (to me) weird behaviour.
This is the config for an example queue.conf:
[654]
wrapuptime=30
timeout=20
strategy=ringall
retry=5
queue-youarenext=queue-youarenext
queue-thereare=queue-thereare
queue-thankyou=queue-thankyou
queue-callswaiting=queue-callswaiting
music=default
monitor-join=yes
monitor-format=
2004 Aug 06
3
ices configure can't find lame library
Hi all
I'd like to install ices with re-encoding support. So I installed the
latest stable lame from source. However, when I configure ices using
--with-lame option, it couldn't find the lame library. I specified
--with-lame-libraries=/usr/local/lame/lib
--with-lame-includes=/usr/local/lame/include/lame, and it still couldn't
find it. I tried all kind of combination for specifying
2004 Aug 06
2
ices configure script
Hi,
I'm having difficulty getting ices 0.2.2 to see my lame install and my
perl install. The lame libraries (v3.91) are installed in:
/usr/local/lib/ with the header file at: /usr/local/include/lame/lame.h,
but when I run:
./configure --with-lame --with-lame-includes=/usr/local/include/lame/
--with-lame-libraries=/usr/local/
it says it can't find the lame libraries. ldconfig seems
2004 Aug 06
3
Well here i go again :)
Alright , once again, thank you for all the help , it has been interesting.
I got ices to work successfully , except for using lame.h , i for the life
of me , can not get it
to include it , no matter what version ( i have tried from 3.66 to 3.70 )
and can not get it to include it. ( heh i started using 2.* series and have
not figured out it is not included :P.
The other issue i find i hear about
2004 Aug 06
1
ices configure can't find lame library
On Sat, 2002-07-20 at 14:43, Mark W. Davis wrote:
> Did you try --with-lame-libraries=/usr/local/lame or variations thereof?
> Some configure scripts do not like the explicit path to the library.
>
Yes, I tried all kind of variations I can think of. I even just now
installed lame RPM, but it still didn't work. I can't think of anything
else to try right now.
Rdb
2004 Aug 06
4
Newbe: OK so far?
OK, I found LAME's web site and installed it using the source for it. That
appears to work. I also found a couple of libxml... packages and either
replaced the existing ones and added a few others. That went without problem.
However the same problem exists. I found that the lame.h file is in a
directory of /root/lame3.70 Perhaps the make can't find it at this directory?
IS there
2004 Aug 06
3
multiple ices streams and misc other stuff?
Hi all: I was just wondering when the multiple streams stuff might be
checked in to cvs. I remember the gentleman working on it saying he
basically had it running? The reason I'm asking is that I have
received a number of requests to stream my mp3 stream at various
bitrates. I kind of think running three ices streamers is silly if
multiple streams will be available in the near future.
2004 Aug 06
4
Stuttering stream
On Wed, 6 Feb 2002, Jack Moffitt wrote:
> ices is built on libshout. libshout should have perfect timing and it
> also detects and discards corrupt frames and supports VBR streams. It
> is basically the _new_ version of shout.
ices refuses to load. It whines about libmp3lame.so.0 being missing. I
found the message in the archives that supposedly forces ices to compile
with lame
2004 Aug 06
3
Trouble with LiveIce
Hi Folks,
I'm having the weirdest trouble with liveice. When I start it up with the
correct servername, it grinds to a halt with these messages:
playlist
0
Initialising Soundcard
16Bit 22050Hz Stereo
opening connection to localhost 8000
Attempting to Contact Server
connection successful: forking process
opening pipe!...
writing password
Then it waits there. Now, when I tried it with a
2004 Aug 06
2
Newbe: OK so far?
Never mind I found the latest version of LAME and got the 3.87 version as you
mentioned. When I did the gmake (interesting that it is no longer make) it still
got the same errors. I copied the lame.h file to the directories
/usr/local/include, /usr/local/include/lame, and even to the same directory as ices
and still got the same error!
Any ideas what to try next?
Thanks,
Scott
-----