Displaying 20 results from an estimated 3000 matches similar to: "logging cdr to mysql does not fill clid field"
2009 Oct 30
2
asterisk 1.6 enable cdr_mysql
How to enable cdr_mysql.conf in Asterisk 1.6?
I have installed asterisk-addons which compiled mysql support,
"module show" is showing "cdr_addon_mysql.so"
but cdr_mysql.conf was not created in /asterisk directory
Is there any configuration file to enable mysql support?
Comping cdr_mysql.conf from previous installation does not do anything, calls aren't recorded.
--
2008 Apr 04
0
discrepancy between CDR clid and Polycom IP601 clid
Hi,
Returning to my office I find two "missed calls" (from autodialers) that
my IP601 displays as originating from 01111111111. However the CDR
database recorded the call this way:
calldate: 2008-04-04 14:18:16+02
clid: 0172752780
src: 0172752780
dst: 2131
dcontext: default
channel: Zap/1-1
dstchannel: SIP/0146472131-007a7e80
lastapp:
2008 Oct 27
1
Asterisk 1.6 CDR no Clid information
Hi All,
For some reason since moving to Asterisk 1.6. my CDR records are no
longer displaying the Clid field. The CDR records contain the Source
field be for some reason not the CID details. I am logging CDR to
mysql.
Is anyone able to help?
Regards
David.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Oct 01
1
CALLERID(num) and CDR(clid) - originate
Hello,
A question on channel originating (call files and AMI Originate):
How can I change the CALLERID(num) var (because of the E1 provider
needs), but having another n?mber (the original one) stored on the "clid"
CDR field on the database?
A channel agnostic solution would be the best one, without having to deal
with the problem based on what type of Tech used for the outgoing
2007 Mar 14
0
Inbound PSTN CLID irratic with A200
I use Trixbox 2.0 with a Sangoma A200 I also have echo so bought the HPEC and yes it works brilliantly. The problem I have is I used to use Trixbox 1.? with this sam hardware and had a few inbound CLID issues on my UK BT lines, Sangoma support suggested changing the RXGAIN in zapata.conf and it worked. Now using Trixbox 2.0 and have upgraged to latest software
Asterisk 1.2.16
Zaptel 1.2.15
2010 Dec 28
1
OutCall for Outlook only shows Name from CLID and not Number - hence not pulling contact
Hi Everyone,
I am using OutCall 1.6 (latest) with Asterisk 1.6 and Windows Vista. I can
originate calls see the program login nicely but when a call comes in it
only shows the Name portion of the CLID and not the number hence it pulls up
a new contact on Outlook. The new contact only show name and last name and
no CLID Number again. So, this repeats every-time I call even if I manually
enter a
2006 Feb 09
0
Possible for Asterisk to output CLID to invoke3rdparty app?
Or you could just use "System" and do it the easy way! AGI is better
suited for more complicated scripting. In any case, check out the TFOT
book - you'll like it.
-MC
_____
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Michael
Collins
Sent: Thursday, February 09, 2006 3:13 PM
To: Asterisk Users Mailing List -
2010 May 15
1
q931.c modifications for CLID Presentation
Hi Guys,
We have a problem with Caller ID not being displayed. I want to test
everything to see where the problem is with the incoming Caller ID and why
it's not displaying.
I am tracking this down to "Presentation prohibited of network provided
number" even though the Caller doesn't use *67 and even though they haven't
asked their provider to block their CLID for outbound.
2006 Feb 09
1
clid and src fields wrong in cdr
Hi all,
I have a strange problem, regarding zap channels and cdr.
I am using asterisk bristuffed version
Asterisk 1.2.2-BRIstuffed-0.3.0-PRE-1i, Copyright (C) 1999 - 2006 Digium,
Inc. and others.
with two billion ISDN cards. I also installed asterisk addons, last stable
version via cvs
internal calls, or calls starting from internal sip or iax phone are
recorded in the cdr all without any
2003 Jun 21
0
Whats required for unblockable ANI / CLID?
For our application we want to read the callers number back to them (calling
in on a 800# that would somehow point to multiple lines -- figuring that all
out still).
I was under the impression that calls to 800#'s are unblockable by the
caller (irregardless if they have caller id blocked or not).
I'm not sure if this is because of ANI or CLID (or if ANI _is_ CLID) or how
any of this
2006 Feb 09
0
Possible for Asterisk to output CLID to invoke 3rdparty app?
Seri,
I think you might just need to find the right variable and pass it to
your script. Also, you'll probably need to read up on AGI - I'm
assuming that's how you would launch your Perl scripts. Here's the list
of variables on the wiki:
http://www.voip-info.org/wiki-Asterisk+variables
Most likely you're looking for the variable referred to as
${CALLERID(num)}
2006 Feb 09
1
Possible for Asterisk to output CLID to invo ke 3rd party app?
Specifically:
exten => s,1,System(/usr/sbin/myperlscript.pl ${CALLERIDNUM})
will execute myperlscript.pl with the caller id as an argument as the first
priority.
hth
-----Original Message-----
From: C F [mailto:shmaltz@gmail.com]
Sent: Thursday, February 09, 2006 4:00 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Possible for Asterisk to
2010 Apr 28
0
asterisk core dumps after cdr database writes using odbc
Both of our production asterisk servers are dumping core when making writes
to our cdr tables. Here is a backtrace of the problems we are having:
#0 0x00447b1f in tdserror (tds_ctx=0x1, tds=0xb7938c90, msgno=20004,
errnum=9) at util.c:347
347 if (tds_ctx && tds_ctx->err_handler) {
(gdb) bt
#0 0x00447b1f in tdserror (tds_ctx=0x1, tds=0xb7938c90, msgno=20004,
errnum=9) at
2006 Feb 09
1
Possible for Asterisk to output CLID to invoke 3rd party app?
Hi all, please forgive me relative lack of knowledge with Asterisk, but I've
not played with PBX systems for a while and I'm just re-finding my feet.
I've set up my first Asterisk server, I have it configured with a Digium
X100P Analogue pots board, I have my Called ID working and everything is
hunky dorey with the server itself.
But. (and there's always a but) I want to pass
2004 Jun 25
2
Can one send CLID NAME over PRI?
Is it possible to send CLID NAME on a PRI?
The numbers we send out are being received by telco and propagated,
but the names we send out are not showing up.
Is this a feature in PRI? Do we need to set PRI_NET instead of PRI_CPE?
Is this just not possible? Is this a telco config issue?
Thanks for your help... I've read voip-info, and various other sources, and
search engines, and google...
2006 Nov 09
1
Problem with CDR interpretation
Hello,
I have problem with interpretation of CDR entries.
What happened?
-------------
There was:
1. at 09:00:26 we received call from unknown caller (no callerid) to
secretary with extension 17
2. secretary answered and after some conversation called to extension 18
to check if she could transfer customer call
3. at 09:02:55 extension 18 answered and call was forwarded
4. call was very long
2014 Mar 13
1
strange records in cdr
Hi, I have asterisk-server version of 1.8.11-cert7.
When external enemy try to using it for calling, server write this string to log:
2014-03-13 09:56:04] VERBOSE[4754] pbx.c: -- Executing [9810972592309759 at from-sip-external:1] NoOp("SIP/external-ip-00065fd2", "Received incoming SIP connection from unknown peer to 9810972592309759") in new stack
[2014-03-13
2005 Mar 07
2
2-Ring Delay for CLID
Hello All,
Need a little direction, please. I have searched the lists, WIKI, and
googled a problem that I'm sure I'm overlooking. I understand why
Asterisk/Zaptel waits two rings to answer (caller ID must be sent) but
can I reduce the amount of time it takes before Asterisk/Zaptel answers?
In other words, I'm not concerned about Caller ID and want the line
answered as quickly as
2014 Jan 08
0
(CALL FILES to Local Channel)billsec Zero in cdr via cdr_adaptive_odbc
Hi, all
Sorry for null subject last mail.
I use Ubuntu 12.04.01 TLS and install asterisk 11.7.0 (tar.gz downloaded
from asterisk.org). We named it "Asterisk11".
I want to generate a call file to /var/spool/asterisk/outgoing. This call
will dial out to Local Channel and return to some Extens.
Then Asterisk11 will generate a CDR records to MySQL's cdr table(in
database
2005 Feb 03
1
Q: How to get the preset callerid from a CLID-no-screen E1-PRI
hi,
after several problems getting the right callerid on a E1-PRI there is
(so far) only one problem left:
when receiving calls over the telephone network from another E1-PRI that
has a "Caller ID no screen" capability (e.g. a bank and a customer of
us), asterisk does not get the callerid that is set up by the calling
PBX, but the callerid of the trunk of the calling PRI. no matter