Displaying 20 results from an estimated 400 matches similar to: "Some problems with mysql CDR"
2006 Feb 02
2
Regarding cdr_manager.conf
Hello,
My question is.. How does cdr_manager work? Does it suppose to populate
cdr-csv/Master.csv? What about the cdr table on the database? What is the
event some people talk about?
I have changed (and reloaded) my configuration of cdr_manager.conf to
;
; Asterisk Call Management CDR
;
[general]
enabled = yes
and it doesn't seem to make any difference. After originate a call from the
2009 Jan 05
1
cdr_addon_mysql 'Failed to insert into database' stops * call processing
Hi All,
I have some Asterisk 1.2 servers using the cdr_mysql addon (1.2.3)
spitting cdr's over to a MySQL database on another server. All is
working well except for a strange problem I ran into this morning.
During some cdr database maintenance, the cdr table was locked for a
few minutes, during this condition all the Asterisk servers stopped
processing calls and reported this error:
Jan 5
2004 May 12
2
CDR-MySQL
Hi people!
i'm trying to work together the cdr with mysql.
MySQL works on a windows machine, it seems ok but when i hangup with the sip phone, * write: Failed to insert into database. I have tryed to insert manually some values into the table and after i have seen that values in a php web page, and the sql server accept the incoming calls and display it properly.
With MySQL Administrator i see
2007 May 31
1
Duplicate UNIQUEID on CDR
Sometimes I get the following error on the console:
[May 31 11:14:01] ERROR[23502]: cdr_addon_mysql.c:230 mysql_log:
mysql_cdr: Failed to insert into database: (1062) Duplicate entry
'1180628004.3214' for key 1 -- Zap/38-1 answered UniCall/11-1
Why would the UNIQUEID be duplicated? Isn't is supposed to be UNIQUE?
This worries me a bit because the customer is losing calls that
2003 Nov 07
7
CDR fields
hi,
i saw the cdr file called Master.csv and i want to
know what these represent. examples
"","","4","incoming","","Zap/1-1","Zap/4-1","Voicemail","u8888","2003-11-07
17:43:04","2003-11-07 17:43:04","2003-11-07
17:43:22","ANSWERED","DOCUMENTATION"
2006 May 18
0
<SOLVED> Need help with Dial M option and destinationcontext
For those of you who saw my gargantuan post the other day I'd just like
to say thanks for listening and sorry for the lengthy post!
It turns out that my key issue was with the WaitExten app. I saw this
on the wiki which really helped out:
http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial
(See example 2: Dial macro)
I replaced WaitExten with Read, did a little shuffling of
2017 May 10
2
Playing FLAC Files on Audi MMI
Hello,
I am hoping that perhaps you know the answer to my car audio question,
or can at least point me in the right direction. I own a 2013 Audi S4
that has the 3G-Plus Multi Media Interface (MMI) with the Bang & Olufsen
Sound System.
The MMI is able to playback lossy, compressed audio files (MP3, WMA and
AAC), but does not have native support for FLAC, ALAC, or WMA Lossless.
2017 May 11
0
Playing FLAC Files on Audi MMI
On Wed, May 10, 2017 at 4:45 AM, elio manes <elioarmando at optonline.net>
wrote:
> Hello,
>
>
> I am hoping that perhaps you know the answer to my car audio question, or
> can at least point me in the right direction. I own a 2013 Audi S4 that
> has the 3G-Plus Multi Media Interface (MMI) with the Bang & Olufsen Sound
> System.
>
>
> The MMI is able to
2019 Feb 20
2
proposal for optimization method
Hello everyone, I discovered a way to perform optimization on the following
code (I gave an example that uses 32bit integer, but it works with any
size.):
const uint32 d,r;//d is an odd number
//d is the divisor, r is the remainder
bool check_remainder(uint32 x)
{
return x%d==r;
}
if we know d and r at compile time, and d is an odd integer, we can use
modular multiplicative inverse to bypass the
2020 Nov 12
0
Supporting external MCContext in MMI
Hi we have something like an external driver that likes to own MCInst data
externally, i.e. outside from LLVM. By default, the
MachineModuleInfo/WrapperPass creates its own context in the constructor
of MachineModuleInfo. MMI's context is used throughout codegen. When using
a MCStreamer with an external context one can achieve almost what we want,
because the streamer's context is used to
2012 Sep 04
3
Comparing Von Bertalanffy Growth Curves
I am trying to compare Vbert growth curves from several years of fish data. I am following the code provided by: http://www.ncfaculty.net/dogle/fishR/gnrlex/VonBertalanffy/VonBertalanffy.pdf. Specifically the section on VBGM Comparisons between groups.
?
This code is pretty cut and dry. I am able to run it perfectly with the "fake" data that is provided. But when I run it with my own
2013 Sep 14
1
Asterisk-1.8.23.1 mysql cdr
Hi list,
I am using Asterisk1.6.2 form a long time and upgarding to
Asterisk-1.8.23.1.
I am using mysql backend for cdr.
in asterisk-1.6.2 i have usegmtime=yes and it works as expected insert cdr
date in GMT0.
now i tested Asterisk-1.8.23.1 and asterisk-11.5 with same results no
matter what i configure in cdr_mysql.conf "timezone=UTC usegmtime=yes" cdr
always inserted in local time.
I
2009 Jul 09
1
PRI failover to SIP trunk
Hello,
I've found a little documentation on voip-info and on the asterisk-
users list, although I was hoping for an example of a tried-and-true
failover setup between PRI and SIP.
We are an outgoing call center that uses asterisk 1.4 connected to 2
PRIs from the local telephone company in one group (g1) and a SIP
trunk from bandwidth.com. The PRIs are the primary outgoing service,
2008 Feb 04
0
[LLVMdev] Exception handling in JIT
Looks sane. Thanks.
Evan
On Feb 1, 2008, at 1:24 AM, Nicolas Geoffray wrote:
> Dear all,
>
> Here's a new patch with Evan's comments (thx Evan!) and some cleanups.
> Now the (duplicated) exception handling code is in a new file:
> lib/ExecutionEngine/JIT/JITDwarfEmitter.
>
> This patch should work on linux/x86 and linux/ppc (tested).
>
> Nicolas
> Index:
2008 Feb 01
2
[LLVMdev] Exception handling in JIT
Dear all,
Here's a new patch with Evan's comments (thx Evan!) and some cleanups.
Now the (duplicated) exception handling code is in a new file:
lib/ExecutionEngine/JIT/JITDwarfEmitter.
This patch should work on linux/x86 and linux/ppc (tested).
Nicolas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: jit-exceptions.patch
URL:
2007 Dec 11
0
[LLVMdev] Exception handling in JIT
On Dec 10, 2007, at 9:52 AM, Nicolas Geoffray wrote:
> Hi everyone,
>
> Here's a patch that enables exception handling when jitting. I've
> copy/pasted _many_code from lib/Codegen/DwarfWriter.cpp, so we may
> need
> to factorize it, but the functionality is there and I'm very happy
> with
> it :)
Very nice! I don't know enough about EH, someone else
2007 Dec 10
2
[LLVMdev] Exception handling in JIT
Hi everyone,
Here's a patch that enables exception handling when jitting. I've
copy/pasted _many_code from lib/Codegen/DwarfWriter.cpp, so we may need
to factorize it, but the functionality is there and I'm very happy with
it :)
lli should now be able to execute the output from llvm-gcc when using
exceptions (the UnwindInst instruction is not involved in this patch).
Just add the
2007 Dec 12
3
[LLVMdev] Exception handling in JIT
Hi Evan,
My apologies: I've been so excited on sharing the functionality that I
forgot to review my patch!
Evan Cheng wrote:
> On Dec 10, 2007, at 9:52 AM, Nicolas Geoffray wrote:
>
>
>> Hi everyone,
>>
>> Here's a patch that enables exception handling when jitting. I've
>> copy/pasted _many_code from lib/Codegen/DwarfWriter.cpp, so we may
2005 Nov 28
11
SIP tapi
I am trying to use a the SIP tapi from www.enum.at <http://www.enum.at/>
.
This works fine from all kinds of applications which support TAPI, like
outlook and Dialer Pro.
However when making tapi controlled calls, the signaling to and from
PSTN seems to fail.
I have used the digium hardware ISDN PRI boards, but also a SIP gateway.
Both result in a audio message from asterisk
2008 Apr 17
1
[LLVMdev] Being able to know the jitted code-size before emitting
Thx again Evan for the review. Here's a new patch for the JIT in itself.
The major changes are:
1) A JITMemoryManager now has a flag saying "I require to know the size
of what you want to emit"
2) DwarfJITEmitter is augmented with GetSize* functions
3) JITEmitter::startFunction checks if the JITMemoryManager requires to
know the size. If so, it computes it and gives it through the