Displaying 20 results from an estimated 6000 matches similar to: "SIP devide call-forward behaviour and CDRs"
2003 Dec 09
3
Web Interface for CDRs
Does anyone know where that nice .php is that was written to access the
CDRs from mysql DB?
Bruce W. Hedreen
Computer Technologies of Eastern Carolina, LLC
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.543 / Virus Database: 337 - Release Date: 11/21/2003
-------------- next part --------------
An HTML attachment was
2009 Feb 09
0
[asterisk-dev] 1.4 and CDRs -- The Breaking Point
On Sat, 2009-02-07 at 15:51 -0500, Alexander Lopez wrote:
>
> > -----Original Message-----
> > From: Steve Murphy [mailto:murf at digium.com]
> > Sent: Saturday, February 07, 2009 1:59 PM
> > To: Alexander Lopez
> > Subject: RE: [asterisk-dev] 1.4 and CDRs -- The Breaking Point
> >
> > On Fri, 2009-02-06 at 12:28 -0500, Alexander Lopez wrote:
>
2009 Jul 26
0
MeetMe time doesn't show up in CDRs?
Hello,
I'm working on some dialplan rules to pull multiple users into a
conference call. I have some fairly straightforward rules which start
up a new MeetMe conference, allow escape with the * key to invite more
users, then use a features.conf sequence to bring the new user into
the conference with ChannelRedirect.
The problem I'm running into is the time in the MeetMe conference
2003 Dec 27
2
mysql cdrs
How can I download the asterisk-addons and setup CDR support for mysql?
I reviewed the wiki but did not find instructions on dowloading. Just a
sample of the cdr_mysql.conf file.
DaL
--
David A. Lauer
Network Engineer
Tristar Communications
dalauer@tristarcorp.net
954.977.8081 ext. 21
2015 Apr 28
2
Function IMPORT and Local channels
Hi all
These questions were asked back in 2009 at lists.digium.com and got unanswered:
- Has someone been successful in using IMPORT on a Local channel ?
- Is there a known limitation in doing so ?
I run into the same problem.
${IMPORT(Local/1234 at example-abcd;2,CALLERID(dstchannel))} returns nothing.
But I can read the dstchannel for it into the CDR.
Asterisk is 11.7.0~dfsg-1ubuntu1
2023 May 05
0
Calls running forever / CDRs inaccurate
Hi list!
Running Asterisk 20.0.0 on CentOS 7, logging CDRs using
cdr_adaptive_odbc to mariadb-server-5.5.68 (via
mariadb-connector-odbc-3.1.7-ga-rhel7)
Using chan_sip.
I'm facing the problem when there is a sudden spike of calls, some of
the calls that are being made during those spikes hang forever
basically. This looks like this:
[root at voip]# asterisk -rx 'core show channels
2006 Jun 05
2
Duplicate CDRs
Hi
For whatever reason we've getting 2 or 3 CDR lines logged for each call,
often in different formats:
as1:~# grep test-89-1e2c /var/log/asterisk/cdr-csv/*.csv
2010 Oct 13
4
checking CDR
Hello Asterisk Community,
Is there a way to check in asterisk cdrs and extension forwarded?
I mean, i'm calling to a ISDN number, wich goes to extension 8222, but
this extension is forwarded to another one, the problem is that in
CDRs i am able to see the the first step of the call, but never see
the forwarded extension, how can i do that?
Thanks!
2001 Sep 25
3
What the HELL is deadbeef?! Or lstat64.c?
OK, I have windoze ME installed on my system and have been trying to run IE
6.0 with wine release 20010824. Trying to start iexplore.exe goes along
until:
Unhandled exception: page fault on read access to 0xdeadbeef in 32-bit code
(0xdeadbeef).
In 32-bit mode.
0xdeadbeef (_end+0x9df10793): *** Invalid address 0xdeadbeef
(_end+0x9df10793)
-- no code --
Enter path to file 'lstat64.c':
2009 Jan 06
5
Simple CDRs
Greyman--
I'm taking this discussion to the list.
Folks,
what we are talking about here, is me trying to get a grasp around
Greyman's (Aaron's) request for a bare-bones CDR generation
that describes just total connect time for channels, stripping
out all the details. Who cares about xfer, park, hold, etc.?
So in the following is our discussion about what *should* be
there, and in
2014 May 02
1
CDR billsec issue with calls forwarded through the Local channel
Hi
I'm using asterisk 1.8.23.1 but I've seen this same issue in previous
versions of 1.8. I have created some work arounds but the behaviour is
incorrect.
This is the scenario:
Call comes in and goes to appropriate dialplan
In the dialplan the call is forwarded to another number using a Local
channel (and using /n ) e.g.
Dial(Local/<my-number>@outbound-context/n,60)
The number is
2007 Apr 18
2
[Bridge] bridge-utils + Linksys WET11
So, I'm setting up my first bridge, and I'm running into an interesting
issue.
I have a 4 port NIC (formerly 4 seperate /29 and /28 LANs) and an
onboard NIC (to my ISP).
I've setup the bridge using the script included at the bottom of this
email (modified from Gentoo for Aurora).
When the WET11 (the WET11 is a simple ethernet to wireless bridge) is
unplugged, the bridge works
2009 Mar 03
1
Master.csv missing dstchannels values
Hi,
I'm currently building an report query for Asterisk (based on the Master.csv file).
In some rows there are missing values for dstchannel where lastapp is "Queue" and lastdata equals the queue name I'm interested in.
Pleas guide me, are the rows including the missing dstchannel values equal to calls hanged up by the caller in queue and never bridged to a agent?
Many
2013 Oct 07
1
IAX and Variables
Hi
a new small question ;=)
We have two Asterisk, connected in IAX2.
On the first, in dialplan, we have:
exten => _XX.,1,Set(IAXVAR(ACCOUNTID)=${CDR(accountcode)})
we sent into the IAXVAR "ACCOUNTID" the accountcode.
On the second, in dialplan, we have:
exten => 18,2,AGI(Caller-ID.agi,${IAXVAR(ACCOUNTID)})
That's work, the second server get the variable.
I
2009 Jul 16
0
Unique id used for call recording missing from CDR data for transferred call
Hello,
I have an application that needs to record outgoing calls. It's
running on Asterisk 1.4.18, with CDR data stored in MySQL.
Outgoing calls are recorded based on their uniqueid. When outgoing
calls are placed, there is a line like this on my extensions.conf:
exten => _.,n,MixMonitor(/var/spool/asterisk/monitor/${UNIQUEID}.gsm)
For regular outgoing calls, this works fine. The
2015 Apr 25
1
Error writing CDR
On Sat, 25 Apr 2015 17:11:34 +0200
jg <webaccounts173 at jgoettgens.de> wrote:
>
> > Hi All
> >
> > I have dozens of these messages on CLI complaining about database
> > connection and error writing CDR to disk.
> >
> > The curious thing is I can find them all inside the database.
> > I "selected" them using uniqueid and manually
2004 Oct 25
1
DLL question - deadbeef
Hi,
Making lots of headway today. One of my major problems with
wine-20041019 was solved by switching to non-managed mode. Now the
program that would previously only work under wine-20040505 is working
perfectly (AFAICT) under wine-20041019.
When installing another program from the same company (Native
INstruments) I start running into some sort of bail out, I guess,
where Wine starts using
2016 Feb 09
2
CDR ODBC error
I am trying to get cdr via odbc to work on Asterisk 13.7.2 but I
keep getting this error:
[Feb 9 16:21:43] WARNING[2088]: cdr_odbc.c:160 execute_cb: cdr_odbc:
Error in ExecDirect: -1, query is: INSERT INTO cdr
(calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid,userfield,peeraccount,linkedid,sequence)
VALUES ({ts
2015 Mar 26
1
CDR dst value null after attended transfer
I'm having an issue with CDR. Basically, I expect to have all "legs" of a
call having the same linkedid and differing only by the sequence value.
That does happen, but I'm getting null dst values after doing an attended
transfer.
I'm not sure if this is a bug or I'm doing something wrong. I'm running
Asterisk 13.2.0.
Here's the console log, step by step:
First,
2007 Sep 17
3
Enabling MySQL UNIQUE from cdr.conf
Hi,
Is there a way to enable the usage of UNIQUEID CDR field using a MySQL
database backend for storing CDRs without having to recompile
asterisk-addons as stated here
http://www.voip-info.org/wiki-Asterisk+cdr+mysql ?
After version 1.4 it is said in release that it can be done (not sure if it
applies to mysql backend)
How would it be the syntax in cdr.conf? I tried this without success in