Displaying 20 results from an estimated 2000 matches similar to: "Direct Dial-Out and CDR destination numbers"
2010 Jul 29
2
LDAP + mail_location: Get "%d" from customfield
hi,
my mail_location looks like:
mail_location = maildir:/imap/spool/%d/%1n/%n:INDEX=/imap/spool/%
d/indexes/%1n/%n
for example:
/imap/spool/domain.foo/a/anton/new
The problem is, that the user log in with only the username and no
domainpart. So, Dovecot looks into:
/imap/spool/a/anton/new
what isn't correct. We created an LDAP entry in which domain the user is
and searching for a way,
2007 Dec 27
3
CDR
Hi Steve,
> .. I'll try to sort all this out, and then I'll attack
this
> problem. Hopefully, I get it all into svn before the next release of
> 1.4...!
Just wondering if any new CDR functionality made it into the 1.4.16.2 release? I have looked through the ChangeLog for the 1.4.15 and 1.4.16.2 releases but didn't spot anything to do with changes in CDR handling.
I for one
2007 Jun 06
1
CDR changes in 1.4.3?
Hey,
I just found this in ML archives.
I have pretty the same situation - i had very well written CDR
processing engine on asterisk, making use of ResetCDRs, however now
when we're migrating to 1.4, it's a bit pain to deal with extra CDR
records. My engine is built so that MYSQL CDR can be used directly for
reports (imagine - you get whatever report you need immediately). So,
this way i
2009 Sep 11
1
MySql and custom CDR
Hello,
I've migrated from CSV CDR to MySql CDR and the customization of my
CDR's is not working anymore.
Do you know if the cdr_mysql is supporting custom cdr's ? If not, is
there any alternative/workaround ?
Best regards,
Patrick
2008 Oct 31
1
CDR Posting Delay
We have a situation where it's sometimes taking Asterisk 17-19 minutes to post CDR's, both over the AMI, and over the MySQL socket. It seems however that they are logged locally to /var/log/asterisk/cdr-csv/Master.csv right after the call is terminated.
Anyone got any idea what's causing this? It's a problem for us because we (badly IMHO) are using CDR's to maintain call state
2008 Feb 04
1
one CDR instead of multiple CDR
Hi,
In my application I jump to different extensions
For example:
[begin]
exten => s,1,Goto(starts,s,1)
[start]
exten => s,1,Play(welkom)
.....
exten => h,1,Goto(end,s,1)
[end]
exten => s,1,Macro(end_call)
exten => s,n, Hangup
When I look at my CDR record I see three different CDR's in my record.
Is there a way to use one CDR on every call, and not
2008 Dec 05
2
top posting again [was: Re: CDR Design]
Address added to spam filter. Please do NOT e-mail me again.
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Tzafrir
Cohen
Sent: 05 December 2008 13:27
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] top posting again [was: Re: CDR Design]
Top posting strikes again:
On Fri, Dec 05,
2007 Oct 24
4
How to get TCP access to CDR Master.csv
Hi.
I'd like to get access to the CDR's generated by Asterisk (1.4) in real-time
from a remote connection coming in on TCP. Basically what I have is a
Windows application that is used to process incoming, outgoing and missed
call records putting them into a database for some analysing etc. This app
can connect to a TCP server and read from this connection the CDR's as they
are
2010 Mar 11
2
How to add custom CDR fields to MySQL
Hi all,
I've been trying to add a custom mysql field to my CDR's, but I must
be doing something wrong.
I am using asterisk 1.4 and asterisk 1.6, in extensions.conf I add:
exten => h,1,Set(CDR(q931)=${HANGUPCAUSE})
This extension is executed, I can see it in the asterisk console.
I have added a new column in my MySQL database called q931. However,
the new field does not show up in
2010 Apr 21
1
Time difference in CSV CDR's and MySQL CDR's
Hi all,
I am having a curious problem. I use two cdr backends, csv and MySQL.
These are my settings:
Call Detail Record (CDR) settings
----------------------------------
Logging: Enabled
Mode: Batch
Log unanswered calls: Yes
* Batch Mode Settings
-------------------
Safe shutdown: Enabled
Threading model:
2013 Oct 03
2
Using sqlite3 for CDR logging
All;
I am using Asterisk 1.8 and am running into some performance
bottlenecks. Right now I am sending upwards of 700 concurrent faxes. I have
no problem with that. The problems appear after the faxes complete. I was
thinking of using sqlite3 to log CDR's, thinking that would be faster than
using MySQL. Has anyone ever benchmarked this to quantify just how much
faster sqlite3 is? Are there
2005 Jun 26
1
CDR: source completed with sip domain
I have Asterisk configured to be the gateway for sip users.
CDR are stored using the mysql module.
But in the cdr's source filed is present only the user and not the domain.
I'd like to get displayed all the infos in this way: user@doamin.com and not only user.
In what way I can add the domain?
Thanks
Rosario
-------------- next part --------------
An HTML attachment was scrubbed...
2008 Oct 15
1
mismatched callerid on phone and CDR ?
Hi,
Using asterisk 1.4.21.2.
For some calls (usally telemarketers) entering through a BRI zap channel
I somtimes notice the callerid on my polycom 601 phone and the CDR's
'src' field don't match. They are even totally different. And the
displayed callerid is nowhere to be seen in the CDR record.
Is there a rational explanation?
--
http://www.lesculturelles.net
2013 Jun 03
1
Is uniqueid/sequence a safe CDR table primary key ?
Hi,
When dealing with CDR SQL tables, I always added an auto-incremented cdr_id
key as a primary key, just in case provided uniqueid key went wrong.
Now I'm facing a situation where I need to insert into a database's table
and from the dialplan, a reference to the CDR record which is currently
processed.
So my questions are:
1. Can uniqueid/sequence (or uniqueid/sequence/calldate)
2006 Mar 06
1
cdr records on transfer
Hello!
i'm trying to set up transfer without using the respective
asterisk-function but with the built-in phone functions. my goal is to
have the first callleg billed to the caller and the second callleg to the
callee, who is responsible for the forward(and i can't bill a unknown
caller anyways)
so far it's working without problems, but my cdr's are messed. with the
help of the
2007 Jun 12
3
CDR changes in Trunk -- Transfers, CDRs, Life, and Everything
I have created an asterisk.org blog entry:
http://www.asterisk.org/node/48358
to describe what I will shortly be committing to trunk to correct the
weaknesses of CDRs, that asterisk users and developers have been
complaining about for quite some time.
Highlights: Restructuring the code and philosophy of CDRs.
Plans to eliminate the ForkCDR() application
Plans to create
2007 Apr 16
3
duration sec and billing sec in cdr
Hi guys,
i've installed asterisk to handle multiple voip accounts. I've looked
at CDR configs, and managed to have cdr-csv files growing after each
call. It would be easier to check my locak asterisk cdr's than logging
into each account and check them at the provider website.
i found that if i ring my sip softphone from my ata, bill seconds are
counted correctly. however, if i
2010 Jan 27
2
CDR problems with Queue
Hi,
I'm having problems with CDR's and Queues in Asterisk 1.6.1.
Heres three examples:
Normal call:
User A calls in to asterisk, gets a PlayFile, and hangs up. This gives 1
CDR as expected.
Call to a Queue and then a playfile afterwards:
User A calls into asterisk, goes into a queue, asterisk calls user B. When
user B hangs up a CDR for User A is generated. (no CDR for user B)
2018 Jan 15
3
[Bug 13222] New: rsync creates warning if time of destination file differs in fractional part of second and owner mismatches
https://bugzilla.samba.org/show_bug.cgi?id=13222
Bug ID: 13222
Summary: rsync creates warning if time of destination file
differs in fractional part of second and owner
mismatches
Product: rsync
Version: 3.1.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
2007 Oct 14
3
CDR
Hi
I have a question if there was a major change in CDR?
Few days ago I have upgraded to 1.4.12.1 from 1.4.4 and something bizarre
happened. After the upgrade I have no call details in the cdr table when the
call did not go through because of for example: Unable to create the channel
of type Sip - no route to destination. In such situation the call does not
exist in the cdr table while it was