Displaying 20 results from an estimated 20000 matches similar to: "ForkCDR app call disposition ALWAYS says ANSWERED??????"
2007 May 15
2
Originate and ForkCDR()
Hi,
I'm tryng to place a call through Asterisk Manager Originate Action.
Since I want separate CDR for each of the two legs of the call, I'm
forking CDR with ForkCDR as the first Channel has picked up.
The problem is that, while the first CDR is fine, in the second one the
"answer" field is always empty, "billsec" field is 0 and "disposition"
field is
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 :
2008 Dec 07
0
Unexpected behaviour in ForkCDR
Dear members of the list;
I am writing in the hope to get some help with a very peculiar problem with
my new asterisk 1.6.0.1 installation. The same code runs on version 1.2
without problems, but it seems the behaviour has changed (also on 1.4.7,
which I tried).
Please consider the following extension:
exten => 1213,1,Answer
exten => 1213,n,Set(counter=X)
exten =>
2006 Nov 08
0
Warning: "Channel does not have a CDR" when doing ForkCDR
Gang,
I'm having this error pop up when I do a ForkCDR, and I'm not sure how
to get around it. Here are a few log lines:
Nov 8 10:37:08 VERBOSE[28079] logger.c: -- Executing
ForkCDR("Zap/49-1", "") in new stack
Nov 8 10:37:08 WARNING[28079] app_forkcdr.c: Channel does not have a
CDR
The scenario occurs like this:
I use a .call file to generate a call on
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
2008 Feb 18
1
ForkCdr in 1.4.*
Hello,
I'm looking for a way to restore old behaviour (before Arkadia patch
#0010668) of ForkCDR application in 1.4.18
I've done some research directly in the code (cdr.c & forkcdr.c), but
can't find any flag.
I am just f*c*ed or do you have something to suggest ? :)
Thank you for help.
Mathieu
2009 Jan 16
2
CDR problems -- two call legs create only one CDR. Using ForkCDR() not even working.
Hello,
When I bridge an incoming and outgoing call (attempting to simulate
call-forwarding) I'm only getting one CDR -- that of the outgoing call.
A (PSTN) calls B (residing on Asterisk) and the Asterisk calls C (cell phone
on PSTN) and bridges the call.
The only CDR created is from B to C. I have even tried using Answer() and
ForkCDR() to get two CDRs, but to no avail.
I am starting to
2009 May 19
0
cdr record disposition always FAILED
Hi All,
I know this was a bug a while back. I am using Asterisk 1.6.0.8 and logging
cdr's to MySQL. All records show FAILED for the disposition regardless of
what really happens. Please let me know if there is something more I could
post to help figure this out.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Sep 22
2
ForkCDR and asterisk 1.6.1
Hello,
In my 1.6.1.18-powered system, I've got the following dialplan (in
extensions.ael) :
Dial(SIP/foo,15);
if (${DIALSTATUS}="NOANSWER")
Dial(SIP/bar,15);
When SIP/baz dials peer SIP/foo which do not answer, I've got a single CDR
entry like this:
SIP/baz SIP/bar time_when_foo_started_to_ring
time_when_bar_ended_talking ANSWERED
How can I get two CDR entries :
2008 Nov 19
1
Asterisk 1.6 call files Disposition=NO ANSWER
Hi Guys,
Since moving to Asterisk 1.6, whenever I am using call files the call is
always logged with a disposition of NO ANSWER even though the call is
connected and answered. The duration displays the correct time. Can
anyone explain as to why when using call files the disposition is not
correct?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Jan 08
0
(no subject)
Hi, all
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 "mydatabase") via cdr_adaptive_odbc.
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
2014 Jan 08
0
Billsec 0 when using call file to Local channel via cdr_adapative_odbc
Hi, all
Sorry that forgot add mail subject last one.
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
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
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
2004 Sep 29
0
CDR Disposition for call queue's
Hi All,
Does anyone know how to discriminate between CDR disposition info for a
call that has been answered from a call queue, by a call queue, to one
that has hung up, or dropped prior to being routed to an agent? I've
set-up cdr_mysql, but all the disposition data states "Answered",
despite any combination of events I throw at it.
Any advice appreciated.
Cheers,
Lewis
2009 Mar 04
0
Master.csv - disposition value (based on?)
I need to get the effective time for a call and therefore I wonder if the disposition field in the Master.csv are based on the effective call time with an agent or does this value also including the callers holdtime in queue?
Many thanks!
Regards
Tobias Ste?n
_____________________________________________________
Please consider the environment before printing this e-mail
-------------- next
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 |
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