Displaying 20 results from an estimated 30000 matches similar to: "Asterisk CDR "**Unknow**" as channel name"
2012 Oct 25
6
How to tie orders taken to specific CDR records
Our phone operators work off of an Asterisk queue. They take calls from
customers and take orders with our back end systems. What I need to be
able to do is tie the orders taken to the specific CDR record that
reflects the call from which the order originated.
The typical/sample CDR table doesn't have a primary key. I can add an
auto-generated PK, but the CDR is not written until 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
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
2019 Oct 08
0
Asterisk 13.29.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 13.29.0.
This release is available for immediate download at
https://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 13.29.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2019 Oct 08
0
Asterisk 16.6.0 Now Available
The Asterisk Development Team would like to announce the release of Asterisk 16.6.0.
This release is available for immediate download at
https://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 16.6.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following issues are resolved in this release:
2007 May 02
0
cdr on channel lacks end, not posted
hello,
I'm getting a lot of messages in the log file like :
May 2 17:12:07 NOTICE[15877] cdr.c: CDR on channel '
Local/1913@from-internal-a363,2' not posted
May 2 17:12:07 NOTICE[15877] cdr.c: CDR on channel '
Local/1913@from-internal-a363,2' lacks end
May 2 17:12:07 WARNING[15901] func_db.c: DB requires an argument,
DB(<family>/<key>)
May 2 17:12:07
2007 Jun 11
1
CDR on transfers of called ZAP channel
Hello list,
I have a problem with called ZAP channels making an attended-transfer
or blind-xfer. Signalling at the phones is ok, but the CDR of Asterisk
is wrong.
At the moment there is a bristuffed Asterisk 1.2.18 running with
bristuff-0.3.0-PRE-1y-g. Here is my dialplan, I simplified it a bit:
[default]
exten => 0123456789,1,Macro(dialpstn,${EXTEN})
[macro-dialpstn]
exten =>
2004 Aug 31
0
error: CDR on channel '<unknown>' has not started
Hi,
I installed asterisk-addons and configured it so that the cdr is done on a mysql
database. Everything was fine, until I originated outgoing calls using the
manager API. The call itself is performed perfectly, but when I hangup, I get
the following warning on asterisk CLI:
Aug 31 14:29:23 WARNING[-308995152]: cdr.c:331 ast_cdr_end: CDR on channel
'<unknown>' has not started
2009 Jul 15
0
Howto change CDR record on calling channel from called thread?
I'm tearing (what's left of) my hair out on this one :-(
<shortform>
How can I set the CDR(userfield) in the calling thread from the dialplan
(actually a macro called from a feature) in the called thread?
<long version>
I use mixmonitor to record calls driven by entries in the asterisk
database for selected phones. As part of this dialplan, I set the
CDR(userfield) to the
2007 Nov 07
1
CDR on channel not posted
Hi.
Asterisk 1.4.12.1.
I get a lot of message like this. Someone knows what this message mean? Do i
have to worry about it?
[Nov 7 15:24:25] NOTICE[31145]: cdr.c:434 ast_cdr_free: CDR on
channel 'Local/152 at local-f137,1' not posted
[Nov 7 15:24:25] NOTICE[31145]: cdr.c:434 ast_cdr_free: CDR on
channel 'Agent/152' not posted
[Nov 7 15:24:25] NOTICE[31247]: cdr.c:434
2007 May 23
1
CDR on channel 'IAX2/u92613106-3' already started
Hi all,
I'm having a problem with an asterisk server being unable to call certain
cellphones and answering machines. Anytime the person answers the phone
call, everything works well. But when the call goes to voicemail or an
answering machine, I get the error message below:
=====================================
*CLI> -- Attempting call on IAX2/u92613106/15551234567 for
2011 Apr 29
0
Local channel scenario flushes CDR before dialplan end
Hi,
There's a quite complex dialplan scenario and I found out that CDR of
main channel is flushed right after hangup on Local channel. I will try
to simplify my scenario:
[incoming]
exten => 555,1,Noop(do something before using local channel, fill some
variables, play IVR menus and so on)
same => n,Dial(Local/555 at office/n,,g)
same => n,Noop(Notice the option "/n" and
2011 Apr 16
0
Duplicate cdr records with channel local
Hi list,
I use AMI to originate calls for outbound campaigns via local channel. I use CDR records to have status of the calls such as : disposition, if call was answered by live human or answering machine, reason of call failure and make accounting based on total calls that have been made.
My problem is that I have more than one CDR records for a single call. One for the Leg A
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
2009 Aug 12
1
app_voicemail.so: undefinied symbol: global_app_buf
Hello,
I recently completed a fresh install of Asterisk
SVN-group-srtp-r183146M-/trunk , and I'm running into an issue getting the
voicemail application module to load. Output from debug shows:
-------------------------------
[Aug 11 22:00:01] NOTICE[20173]: loader.c:875 load_modules: 1 modules will
be loaded.
[Aug 11 22:00:01] WARNING[20173]: loader.c:376 load_dynamic_module: Error
loading
2007 Jul 30
0
Zombie (Masqueraded) Channel CDR Problem
Hi,
We are running asterisk 1.2.16 and need to connect two channels which
are already established. We are currently using app_meetme to achieve
that, but we are sometimes unhappy, as app_meetme provides functionality
that produces load that we do not need in our two party conferences. I
figured out that there is an alternative called app_changrab.
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 Dec 06
3
CDR Function in Hangup Channel
So... I'm trying to access CDR(duration) and CDR(billsec) inside h...
I keep getting 0. Can I access the CDR function inside a hangup extensions?
Asterisk 1.4.13
Thanks, Doug.
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now.
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
I am running CentOS 5 with Asterisk 1.4.14. I am trying to setup storage of voicemail messages into MySQL. It is my understanding that I can only do this via ODBC. I installed per http://www.voip-info.org/wiki/view/CentOS+5+and+Asterisk+1.4.x+installation unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel and mysql-connector-odbc. I reconfigured and built Asterisk, using menuconfig to
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