Displaying 20 results from an estimated 2000 matches similar to: "A CDR issue of agent.conf <createlink feature>"
2006 Apr 27
0
createlink option in agents.conf can't be disabled?
I am having a problem with createlink not wanting to be disabled in my
agents.conf file. No matter what when an agent picks up the phone, it
appends the filename. Is there something other than 'createlink=no' that I
should be adding to my agents.conf to prevent this?
Thanks,
Kyle Sexton
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jun 12
4
write some custom values to CDR table
Hi,
I write the CDR of my Asterisk 1.2.17 server in MySQL database
using cdr_addon_mysql.so.
Now I'm trying to write some custom values to userfield column by
the SET(CDR(USERFILED)=SOME_TEXT) sintax, but nothing gets writeen in
MySQL cdr table!!
Why? I'm I skeeping something or what?
Taking a look at the URL:
2008 Jan 31
1
createlink with out agents in 1.4
Hi,
I am moving my call center to 1.4. Previously I was recording calls in
agents.conf with the following config
recordagentcalls=yes
recordformat=wav
createlink=yes
So I had the filename in all calls which was *connected to agents*. I
am looking for a similar functionality for 1.4.
I am now recording calls using the following configuration.
[general]
persistentmembers = no
eventwhencalled =
2004 Dec 05
1
Mysql-cdr
Hi;
I have problem inserting cdr to mysql,Asterisk has logged to asteriskcdrdb successfully.It says:
Dec 6 13:36:26 DEBUG[1221985728]: cdr_addon_mysql.c:178 mysql_log: cdr_mysql: inserting a CDR record.
Dec 6 13:36:26 DEBUG[1221985728]: cdr_addon_mysql.c:197 mysql_log: cdr_mysql: SQL command as follows: INSERT INTO cdr
2009 Aug 30
1
Need help - CDR MySQL
Hello all,
I'm trying to activate (on Asterisk 1.6.0.13) the cdr_mysql addon, but
without success.
Is there a proper online manual that describes all the steps to follow
and debugging/monitoring information?
When I type in the CLI "module show", cdr_addon_mysql.so is not listed,
although in modules.conf, I added the line "load => cdr_addon_mysql.so".
I also tried
2008 Nov 25
1
cdr mysql error
Hi,
Need help on mysql cdr, i keep on seeing this log on the console.
but my db is up and i see the calls being logged on the cdr table. is
there a timeout when there is no activity? can i remove the timeout if
there is any? thanks
[Nov 25 13:22:37] ERROR[21026]: cdr_addon_mysql.c:171 mysql_log:
cdr_mysql: Server has gone away. Attempting to reconnect.
[Nov 25 14:20:32] ERROR[21061]:
2007 Aug 06
1
CDR/MySQL basic config
Hi,
I'm trying to add mysql CDR onto a vanilla Asterisk 1.2 install. The
add-ons pack has been installed for a while, so now I'm trying to add
the Mysql config.
I've created a mysql database, added the grants for a user acces, and
can run a mysql -u asteriskcdruser -p and can connect to the database.
I've been using this as a guide:
2008 Dec 16
0
CDR and Agents Call recording
Hello, I am running asterisk 1.4.22 and Iam recording calls in agents.conf
with the following configuration:
recordagentcalls=yes
recordformat=wav
createlink=yes
The calls are being recorded , but no entry appears in mysql cdr, and, on
the other hand I have other pbx running asterisk 1.2 that do it with the
same configuration. In cdr_mysql.conf I have:
userfield=1
accountcode=1
Is there a
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 Sep 30
5
* not logging CDR to MySQL - anyway I can debug this?
Hi all,
I think I've run out of options in terms of what I know about this.
I have created a user called asteriskuser and granted all privileges to
the asteriskcdrdb database. Then I created the table via the
cdr_mysql.txt file. I have edited the cdr_mysql.conf file to reflect
this, and added load => cdr_addon_mysql.so after compiling it from the
latest CVS.
If I check the
2005 Mar 22
1
asterisk-addons / OS X woes (continued)
Hi,
Using Zack's -shared replacement posted earlier, addons now compiles.
For some reason though, when trying to load it cannot find
cdr_mysql.conf even though it's in the /etc/asterisk directory as it
should be.
Anyone with any ideas? There's still references to _i386 files that
are probably incorrect as well. Thanks
Rob
console messages:
apsvr1*CLI> reload
Mar 23
2006 Jun 09
2
shutting down a mysql server renders cdr_mysql dead and asterisk nolonger makes or receives calls
At approximately 3:15pm I shut down the office MySQL server to change
out some hardware. Shortly after I received a call from one of two
customers whose asterisk servers output CDR data to that server. They
could not place or receive calls. Shortly after that I received a call
from the other customer. I'm below providing output from the message
log (At debug level). I don't see much
2007 Apr 02
0
automonitor and CDR(userfiled)
Hi all !
I'm trying to make a automonitor generated filename to "make its way"
into CRD(usrefiled), so I can keep track of recorded conversations in
CDR logs. Looking how to do that, I have found cool (but almost
undocumented) option of res_monitor: if you set monitor format in form
of "format:<string>" (i.e. "wav:monitor"), res_monitor will prefix the
2007 Jun 03
0
Strange problem with channel allocation
Hello I just settup a realtime mysql table for sip_peers. All peers
(friends) is autenticateing but when i want to initiate a call between them
i got the following error. Someone have some ideea? Thank you.
---<Cut Here>---
pbx*CLI>console dial 1014
== Console is full duplex
-- Executing [1014@default:1] Dial("OSS/dsp", "SIP/1014|40|t") in new
stack
2007 Sep 22
2
error messages related to mysql in asterisk CLI
hi there :)
i get this error in the asterisk CLI:
Sep 21 20:31:49 ERROR[3774]: cdr_addon_mysql.c:159 mysql_log: cdr_mysql:
Unknown connection error:
(2006) MySQL server has gone away
when I run 'cdr mysql status' i get:
Connected to voiceone at localhost, port 3306 using table cdr for 18 minutes, 24 seconds.
Wrote 8 records since last restart and 1 records since last reconnect.
I
2011 Jan 24
6
Unable to insert cdr-data into mysql-DB
Hello list,
I keep on getting the error :
ERROR[1707] cdr_addon_mysql.c: Cannot connect to database server
127.0.0.1: (1045) Access denied for user 'asteriskcdr'@'localhost'
(using password: YES)
I have a 'cdr' table in my MySQL-DB. On this table the user
'asteriskcdr' has select, insert, update privileges.
GRANT SELECT , INSERT ,UPDATE ON `Asterisk`.`cdr`
2005 Jun 03
0
Installation of Asterisk addons 1.0.7 fails (longish)
Good morning!
Sorry if this gets posted twice, I tried via NNTP before, and it didn't
seem to work.
After having downloaded the tarball for Asterisk addons via FTP from
ftp.asterisk.org I am trying to install it following the instructions on
http://www.voip-info.org/wiki-Asterisk+addon+asterisk-addons, so far
without success.
Could somebody maybe advise where I am taking the wrong path?
2007 Jan 17
3
Asterisk 1.4 and CDR
Hi guys, I have recently installed a Asterisk Server with CDR Call Detail
Records. I have installed it over a Asterisk 1.2 , but now It do not run
. I have installed it with the following procedure:
# yum install ncurses
#yum install openh323-devel
# yum install mysql-server
# yum install mysql
# yum install php-gd
# yum install php-mysql
# yum install mysqlclient10
# yum install zlib
# yum
2006 Feb 10
0
Yuck! Asterisk Crash...
Hi,
I'm currently running CVS-HEAD 2005-09-03
I do plan to upgrade to the newest version, but need to do some
testing with it first. In the mean time... does anyone know what
these messages below are about? I've never seen it before, but when
it happened it locked Asterisk up pretty good.
Feb 10 10:16:51 DEBUG[14917] chan_zap.c: Echo cancellation already on
Feb 10 10:16:57
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