Displaying 20 results from an estimated 2000 matches similar to: "php.ini tweak"
2004 Apr 17
2
Is dovecot distributed with RHEL 3.0
I can't seem to find out if dovecot is packaged with RHEL 3.0. It seems
redhat makes it hard to find what packages you get when you purchase their
RHEL. Does anyone know if dovecot is disributed with Red Hat Enterprise
Linux ES 3.0?
I know dovecot is distribured with redhat 9.0 and fedora.
Thanks,
--
Avery
2004 Apr 13
2
I added a "SQ and Dovecot FAQ" on the SQ website
On the Squirrelmail website I setup in the FAQ a quick install guid on how
to get squirrelmail to work with Dovecot. Maybe someone can verify my
setup procedure really quick. Maybe someone thinks this is wrong. Also if
you have something to add please do so. No one has bothered to do this
before so I took it upon my self.
Here is the link in the FAQ its about 8 lines down
2003 Mar 20
11
Voicetronix
Has anyone gotten the voicetronix boards to work with Asterisk, what
would it take? Or does anyone know where I can get 4 ports or more fxs
PCI cards that do work with asterisk?
Brian J. Schrock
Network Engineer, RHCE, CCNA
Anistone Technologies
Phone: 614-798-9106
FAX: 614-573-7165
6926 Avery Rd.
Dublin, OH 43017
2003 Apr 16
1
New TDM400P no dialtone
Hello,
Does anyone know what may be causing this? Asterisk was built from cvs
tonight. Ztcfg also says us is an invalid tone zone. Anyone got some
information on what this is, why is it happening, and possibly some
solutions?
[root@anistonetech zapata]# asterisk -f -d
DEBUG[1024]: File config.c, Line 653 (__ast_load): Parsing
/etc/asterisk/asterisk.conf
DEBUG[1024]: File config.c, Line 653
2003 Oct 06
1
SIP X100P Echo Problems
Like most others on this list I also have some really annoying echo whenever
a call goes out to the PSTN from a SIP phone...
SNOM/Budgettone -> Asterisk -> X100P -> PSTN
I have tried every echo canceler in the makefile and turned on and off
aggressive suppressor etc. etc. etc. tried 32,16,128, and 256 bridgetaps and
I can get it reduced to only a few seconds on the intro of the call and
2003 Oct 28
4
Software FAX
Everyone,
Just thought I would drop a line telling everyone here I have the software
RxFAX/TxFAX up and running without any real problems. I did have to.....
RH 9.0
1) Install an audio devel rpm
1) install libtiff from source, and copy over a bunch of include files to
/usr/local/include
2) build/install spandsp
3) move app_rxfax.c and app_txfax.c to apps/ dir in asterisk source tree.
4)
2003 Mar 05
17
Call recording
Hello,
How would I go ahead a record all phone calls into and out of my
asterisk server. I know the legality issues behind it, but I could
always play a recording to let people know they will be recorded.
Brian J. Schrock
Network Engineer, RHCE, CCNA
Anistone Technologies
Phone: 614-537-2817
FAX: 614-573-7165
6926 Avery Rd.
Dublin, OH 43017
2018 Jun 01
4
Regroup and create new dataframe
Hello folks,
I have a big project to work on and the dataset is classified so I am just
going to use my own example so everyone can understand what I am targeting.
Let's take Target as an example: We consider three brands of tape: Target
brand, 3M and Avery. The original data frame has 4 columns: Year of Record,
Product_Name(which contains three brands of tape), Sales, and Region. I
want to
2003 Apr 02
7
FAX over IAX
Hi,
We are looking at consolidating our lines with PRI. This will allow the
elimination of many fax lines. Some of them will be replaced with this type
of config ...
PRI * IAX * Channel-Bank FAX
We will have daggressor suppressor enabled. Is anyone doing this and should
I expect smooth operation?
John
This e-mail was scanned and found clean by Monroe-Woodbury CSD Antivirus.
2004 Apr 08
3
Dovecot for production environment
Sorry if this question has been asked before I looked through some of the
archives before posting this.
I am considering using dovecot on a small 35 user environment (only around
6 gigs of email) that will be primarly be used with squirrelmail for the
MUA. I have been using dovecot for a few weeks now and really like it. It
is a big improvement over uw-imap thats for sure. I was wondering how
2003 May 23
4
SIP and DTMF
Hello,
I am fairly new to asterisk. I am currently using asterisk as a
more convenient sip side voicemail system.
My problem:
I have cisco 7960 phones whose out of band dtmf tones
are recognized properly(when dtmfmode=rfc2833) by asterisk but whose
in-band dtmf tones are recognised poorly(when dtmfmode=inband) . For
example 7999 comes out as 799999, 4242 comes out as 442422 ... etc
I
2008 Jul 27
1
Debugging nut-hal-drivers/gnome-power-manager
Hi,
I'm trying to debug gnome-power-manager, specifically, why it doesn't
shutdown the system when it should. Is there a way I can simulate
shutdown conditions without actually unplugging my ups and waiting a while?
Thanks,
Avery
2019 Nov 08
2
Understanding AllocaInst
Hello,
Hopefully this is the correct place for this sort of question. I have been
trying to do some simple instrumentation of LLVM IR, and I have been
confused by the return type of alloca. When passing an AllocaInst as a
parameter to a function call, the parameter type is i32**, which is not
what I would expect. Really I would like the address of the allocated
memory. What am I missing? And is
2005 Oct 24
1
stepAIC formula upper limit guidelines
Hello,
I am attempting to refine an lm()-generated model using the stepAIC
function.
My model has approximately 20 inputs and I am trying to determine the best
upper limit scope for using those inputs.
My lower limit is "y ~ 1" and my original upper limit was "y ~ x1 + x2 + ...
+ x20".
This is great start, but I am wondering if some other (more broad) upper
limit would
2004 Jun 26
1
phpGroupWare
Anyone here using phpGroupWare with dovecot? Does anyone know if it is possible?
Thanks
--
Avery
2005 Aug 12
1
Manually Calculating Odds from POLR Model
Hello,
I am using polr(...) to generate a model. The summary shows the
coefficients and the intercepts.
For example:
coefficient for x1 = c1
coefficient for x2 = c2
intercept A|B = i1
intercept B|C = i2
I can then run predict(..., type="p") with the model and see the odds for
each factor.
For example:
A B C
1 0.3 0.5 0.2
2 0.4
2007 Oct 18
1
R-graphics printing greeks
I have tried to print a table of greek alphabet names and symbols
without success. I can print one character at a time but can't seem to
find a way to automate an entire list of the symbols. Some of the code I
have tried is below. I have searched on help, worked the examples in the
December 2002 R Help Desk article and plotmath but have not been able
to find a way to accomplish the
2009 Mar 17
1
Avery DesignPro 5.4 Crashing
I'm trying to run Avery DesignPro 5.4 with Wine 1.1.17 under Ubuntu 8.10. Most of the time, if I try to save a design, or change a font, it crashes completely.
Anyone have any idea what might cause this? Any suggestions on diagnostics or logs?
2008 Sep 04
1
WIne won't open any more.
I recently installed Avery's design program on wine, afterwards I opened one of my files (with Avery), which caused Wine to crash. Now, wine won't open any programs even winecfg will not open. I have tried uninstalling and reinstalling wine, but it didn't work. below is the response from running the command "winecfg" in the terminal.
Code:
myron at ubuntu:~$ winecfg
2006 May 17
3
PHP register_globals
Hi
I am trying to turn on register_globals, but I am failing.
someone trold me that I should change php.ini and I did it.
? - register_globals = Off
- register_globals = On
I made a php test page
html/test.php
<?php
phpinfo();
?>
and checked it, but I can not make it.
output_buffering no value no value
output_handler no value no value
post_max_size 8M 8M
precision 14 14