Displaying 20 results from an estimated 160 matches for "log_warnings".
Did you mean:
log_warning
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some
hosting provider), does anyone happend to have a copy of app_valetparking.c
from www.bkw.org - the one that should work with * stable 1.0.X ? If so
please contact me.
One that can be downloaded from www.loligo.com dosn't compile with 1.0.X,
and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file
<parking.h>.
It cannot compile on * 1.0.X (I have tried also to include <features.h>
instead of <parking.h> (as far as I know features.h is successor to
parking.h), but still without results).
Thanks anyway.
Nenad
>
> Try this
>
>> Since www.bkw.org seems not to exist anymore (getting
2003 Jul 11
4
module : cdr_sybase.so
If anyone is interested ... just in case! :-)... I have tried to write ,
based on the cdr_mysql.so module, an Sybase module.
To compile you can use something like that:
export SYBPLATFORM=linux
export SYBASE=/opt/sybase
cc -I$SYBASE/include -c -o cdr_sybase.o cdr_sybase.c
cc -shared -Xlinker -x -o cdr_sybase.so cdr_sybase.o -lsybdb -lm
-L$SYBASE/lib
(anyone could write the corect Makefile
2003 Nov 06
2
this is the code that breaks outgoing calls on grandstream
Here is the diff from chan_sip.c 15 days ago and 16 days ago. 15 days ago is the point outgoing calls made via grandstream budgetone stopped working.
Any help on why it breaks? Any possible fix?
/tmp# diff asterisk/channels/chan_sip.c asterisk.works/channels/chan_sip.c
289d288
< int capability;
3921,3922d3919
< p->capability = user->capability;
2003 Nov 18
4
Help with Warnings
I'm trying to clean up some notices/warnings that are repeatedly logged
in *.Any Help would be appreciated as I'm not sure of the cause
/solution.
Here are the errors:
Nov 17 15:53:38 WARNING[1217602880]: File chan_zap.c, Line 1321
(zt_call): cidspill already exists??
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/* Don't send audio while on hook, until the call
2019 Oct 31
2
Dovecot and MySQL aborted connections.
I will top post here ...
got a similar issue with mariadb a while ago after upgrading from 10.1
to 10.2
lots of warnings about aborted connections in the logs.
after digging into this issue the culprit was a new default setting
value in the newer maridb server.
during the update the log_warnings changed from 1 to 2 therefore showing
lots of aborted connection notices in the logs
changing the log_warnings back from 2 to 1 solved this issue
https://mariadb.com/kb/en/library/upgrading-from-mariadb-101-to-mariadb-102/
https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysv...
2019 Nov 01
1
Dovecot and MySQL aborted connections.
On 01/11/2019 01:19, Benjamin Connelly via dovecot wrote:
>> during the update the log_warnings changed from 1 to 2 therefore
>> showing lots of aborted connection notices in the logs
>>
>> changing the log_warnings back from 2 to 1 solved this issue
>
> Yes the same setting made the same change to the default with mysql:
>
> https://dev.mysql.com/doc/refman/5.7/...
2006 Dec 06
1
0002475: [patch] Allow app_directory to work with REALTIME
Hi All,
I'm running 1.2.9.1 stable. I'm wondering has this patch been applied to
stable release or is it still only in CVS. Will this file patch apply
correctly to 1.2.9.1 stable? Which file do I patch? I'm guessing
app_directory_realtime_1.6.1.patch
<http://bugs.digium.com/file_download.php?file_id=4915&type=bug> and
config.h.patch
2010 Nov 13
3
[PATCH 1/4] Experimental IFF_ONE_QUEUE support for Linux
---
doc/tinc.conf.5.in | 3 +++
src/linux/device.c | 7 +++++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in
index 2bfd5fe..01f7f81 100644
--- a/doc/tinc.conf.5.in
+++ b/doc/tinc.conf.5.in
@@ -255,6 +255,9 @@ a lookup if your DNS server is not responding.
This does not affect resolving hostnames to IP addresses from the
host
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
Hi,
Since Carl has kindly provided us with fax support for CAPI based
cards, we have been using it with much success. Today I have modified
app_capiFax so that it now supports a dynamic CSID. The following
example uses the DNID created by chan_capi on an AVM Fritz! card.
* Receive a fax with CAPI API.
* Usage : capiAnswerFax2(path_output_file.SFF|stationID)
*
* This function can be
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
I forgot to take out the portion that would read in the voicemail boxes from
the text file. If you want to leave it in then you could have some voicemail
boxes defined in the text voicemail.conf. I do not, so I have removed it.
Below is the new patch:
*** app_voicemail.c 2004-06-23 07:55:54.000000000 -0600
--- app_voicemail.c.new 2004-06-23 07:55:47.000000000 -0600
***************
*** 49,61 ****
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
Hello all,
I am just getting going on building my system, but I thought I'd send you
all a patch that I wrote so the command:
show voicemail users
issued from the CLI works properly when there is a postgres backend for the
voicemail. The current version of the app does not display the voicemail
boxes found in a database.
It is called in the load_config function. I haven't done
2004 Jun 10
1
RE: question about prepaid app_prepaid
Hi,
As you asked, I have included my diff to what I did for the DIAL command. I
probably didn't stick to some * pre-agreed standard of coding or something,
so if these things offend you then I suggest that you close your eyes. :)
The biggest thing to consider when you are doing a prepaid system is, what
if the person with the same account in/out calls twice? I chose, for now,
just to keep
2006 Jun 09
0
Cleaned up belkinunv diff
Hi Peter
Now I can get subdrivers to have ups.conf/command-line options, I've started
looking at making the newhidups belkin-hid subdriver have the wait and
wait-on-shutdown behaviour in the same was as belkinunv, and having just
gone back and gone "yuck!" at my huge comments in my revised belkinunv
source, I decided to clear out all the extraneous commentary in my
2014 Aug 28
1
RDNIS with tel: vs. sip: header
Has anyone had success patching chan_sip.c so that Asterisk will recognize
the tel: header for RDNIS information?
exten = get_in_brackets(tmp);
if (!strncasecmp(exten, "sip:", 4)) {
exten += 4;
} else if (!strncasecmp(exten, "sips:", 5)) {
exten += 5;
} else {
ast_log(LOG_WARNING, "Huh? Not an
2015 Dec 02
5
[PATCH] Receive multiple packets at a time
Hello,
Linux has a recvmmsg() system call which allows to achieve several
recvfrom() at a time. The patch below makes tinc use it (patch against
1.1-pre11). Basically the patch turns the handle_incoming_vpn_data
variables into arrays (of size 1 when recvmmsg is not available, and
thus compiled the same as before), and makes the code index into the
arrays. You may want to use interdiff -w
2003 Jul 08
0
Patch to fix some segfaults in Asterisk
Hi,
This patch fixes a couple of segfaults in music-on-hold,
frame smoother routines and channel allocation in Asterisk.
Mark, feel free to apply it in CVS (if approved).
Regards,
Michael.
-------------- next part --------------
Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.25
diff -u
2010 Feb 25
2
dovecot-2.0.beta3 tcpwrapper support in Solaris
Hi,
2.0 compiles fine in Solaris but and I've found only one glitch so far.
Tcpwapper support needs some tweaks. I need to add
CPPFLAGS=/usr/sfw/include because tcpd.h is in there. Then also
LDFLAGS='-R/usr/sfw/lib -L/usr/sfw/lib' is needed. It would be nice to
have --with-tcpwrap-dir or something.
After this linking gives an error
Undefined first referenced symbol in file
2018 Aug 30
2
getting invites to rtp ports ??
OK, Thanks. I have a couple of questions -- the line numbers do not
match exactly, so can you tell me a couple of lines before and after
the line in question? Also, when will this be logged, if its only
during sip debug, I need to change it to log when I can see it more
readily.
Thanks.
On Wed, 29 Aug 2018 20:31:15 -0400,
sean darcy wrote:
>
> On 08/29/2018 08:07 PM, John Covici wrote:
2015 Dec 02
0
[PATCH] Receive multiple packets at a time
Oh, goodie!
I'd made a start on the send direction here:
https://github.com/dtaht/tinc/commits/master
Perhaps that will help.
I would not just pull that as it was just some late night hacking...
and it turns out the posix time calls I upgraded to to get better than
second resolution are not supported on OSX.
My ultimate intent was to move to not bottlenecking or dropping
packets on the