similar to: Asterisk 1.6 call files Disposition=NO ANSWER

Displaying 20 results from an estimated 8000 matches similar to: "Asterisk 1.6 call files Disposition=NO ANSWER"

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
2007 Aug 19
1
CDR Disposition Value with ODBC
It looks like when you use odbc for CDR storage, rather than getting a Dispositon string like ANSWERED, CONGESTION etc, you'll get an integer (1,2,4,8). Does anyone know where I can find what strings (ANSWERED etc) these integers map to? Doug.
2007 Nov 07
2
Determination of billsec
How is the billsec field calculated in CDRs? I have a situation where billsec is being reported as 0 despite the call being answered and a conversation occurring. An example record follows: '2007-11-06 21:36:50', '6495566778', '6495566778', '0116495566778', '1100012_1', 'Local/0116495566778 at 1100012_1-887b,2',
2010 Jan 22
0
Asterisk 1.6 mysql 'NO ANSWER' disposition problem
Hi all! I have installed a quite old Asterisk 1.6.2.0-rc2 with latest DAHDI on Ubuntu 9.10 from repository. It is working now but mysql logging is very strange. All calls have logged in mysql cdr table, which is fine, but disposition is 'NO ANSWER' even if I had talked on phone. Duration is correct but billsec is zero. Any idea why? Unfortunately I cannot upgrade to newer version because
2008 Nov 22
5
CDR Desgin
I've taken the liberty of starting a new thread to discuss the design of the Asterisk CDR mechanism. The discussion has been kindly initiated by murf putting together a proposal: http://svn.digium.com/svn/asterisk/team/murf/RFCs. After reading the proposal I still don't think it's the right way to go. To my mind adding more channel variables increases the complexity in a situation
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
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
2009 Jul 27
1
disposition "answered" after authenticate??????????
Hi, I have the following dialplan. Problem is, if the user authenticates, * starts counting as billable seconds even if i hangup the phone before the called party answers..And also as disposition.. it accepts all calls authenticated as 'answered' If i commentout the authentication line everything works as it should be. How should i use authentication that, it should accept it as aswered by
2007 Apr 12
1
CDR(disposition)
Hello to everybody, I have a problem with the disposition filed that asterisk write in mysql table. What I notice is that for every outbound calls (for example to a mobile phone) I see in disposition field the string "ANSWERED" when I reject the call and also when I really answer the call, while in the variable DIALSTAUS I have the correct status of the call (BUSY, CHANUNAVAIL,
2006 Jan 22
2
Disposition codes in CDR
Is there any way to have more specific disposition codes in the CDR? Currently there are only 3 values: ANSWER, NO ANSWER, BUSY. In this way, when i call a cell phone that is switched off i get "NO ANSWER", while i would like to be able to log that the call is not answered because "The customer you have dialed is unavailable at the moment". The same for "non
2010 Nov 22
3
Is existing CDR in Asterisk is enough for complete billing
Hi everyone, I am facing lots for problem with CDRs in 1.6 and above versions,its shows wrong records when I do transfer(caller side and calee side),callforward,call parking.Is the present CDRs in 1.6 is enough for Complete billing.?What I need to do to make it proper.Please help me on this. Thanks Nikhil
2008 Nov 23
14
CDR Design
I've taken the liberty of starting a new thread to discuss the design of the Asterisk CDR mechanism. The discussion has been kindly initiated by murf putting together a proposal: http://svn.digium.com/svn/asterisk/team/murf/RFCs. After reading the proposal I still don't think it's the right way to go. To my mind adding more channel variables increases the complexity in a situation
2004 Dec 02
0
ForkCDR app call disposition ALWAYS says ANSWERED??????
Hi Guys, The ForkCDR is doing pretty well, except for the call disposition. The time stamps are great, but the disposition always reads answered, even when the call is busy or not answered at all. It should read BUSY and NO ANSWER. I can send a snippet of the CDR record with forked calls for an example if needed. I think the record is not forking properly, but is maintaining the disposition
2009 Jan 12
6
CDR Rewrite -- Questions to the users
Hello! Most are probably bored seeing another letter about this, but I've put in a fair amount work on a spec for rewriting the CDR system in Asterisk, and I have some questions: First, please look at what I've written so far: svn co http://svn.digium.com/svn/asterisk/team/murf/RFCs and look at the file "CDRfix2.rfc.txt" in the RFCs dir. The spec SIGNIFICANTLY alters the way
2008 May 27
2
ForkCDR
Hello, CDR fans! I'm looking at some issues brought forward over time: 12726/10668: someone wants me to revert the changes I made via bug 10668, last Sept; (that's they are messing him up. And I didn't do the change suggested in ForkCDR, for fear of lousing up folks depending on current behavior. Which probably sparked: 11721 :
2013 Apr 08
0
[Asterisk 1.6] Mysql cdr addon doen't write full channel infomation when disposition is Failed
Hi All, Currently i'm facing with a cdr issue, When i originate a call (outbound call) to uncorrect/unregistration user, asterisk inform me that call was failed but in mysl-cdr (cdr-csv also) records. Here are 2 samples +---------------------+------+-----+-----+----------+---------------------+------------+----------+-------------+-----------+ | calldate | clid | src | dst |
2007 Nov 01
2
hostname in MySQL CDR records
I would like to send the CDR records from all our machines around the world to a single database. But I need the hostname included with each record for monitoring purposes. Is there a better way than using the userfield and adding SetCDRUserfield for every call to set the userfield to the name of the host? Thanks...
2013 Jul 03
1
SIP. Call-limit dialstatus
Hi all. We have a problem with correct dialstatus and cdr(disposition) when using call-limit. When call-limit reached dialstatus is CHANUNAVAIL and CDR(disposition)='NO ANSWER' -- Executing [0014 at sub_pbxdialco:49] Dial("SIP/1295-000001f8", "SIP/0014,12,tTkK") in new stack == Using SIP RTP CoS mark 5 [2013-07-03 15:22:27] NOTICE[29728]: chan_sip.c:6003
2009 Mar 18
3
Manager API Originate CDR Problem, all is NO ANSWER
hi, all asterisk 1.4.24 , zaptel 1.4.10.1 , E1 Manager API Action : Action: Originate Channel: ZAP/G1/8888888 Callerid: 12345678 Context: callout Exten: s Priority: 1 extensions.conf [callout] exten => s,1,Answer() exten => s,n,Wait(10) exten => s,n,Hangup() when the phone 8888888 pick up , it will come to callout context, after hangup, one cdr generate, but the
2011 Aug 14
1
1.6.2.20 ${DIALSTATUS} disagrees with CDR(answered)
I am having a problem with ${DIALSTATUS} and )=CDR(disposition) disagreeing. Below is a dialplan snippet and the resulting CLI output. This is running in an 'h' extension. Noop(DIALSTATUS=${DIALSTATUS}) Noop(CDR(disposition)=${CDR(disposition)}) -- Executing [h at pbxmax-dial-simple:1] NoOp("SIP/msx_01-0000005b", "DIALSTATUS=ANSWER") in new stack