Displaying 20 results from an estimated 10000 matches similar to: "Error in Callback CDR"
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 Mar 13
2
queue log vs. cdr
Hi,
Surely, I must be overlooking something. If I run the
following SQL queries I don't get the same number of
rows. Is this coherent?
mysql> select * from queue_log where queuename =
'4010' and FROM_UNIXTIME(time) between 20080308000000
and 20080313145900 group by callid;
357 rows in set (0.01 sec)
mysql> select * from cdr where dst = 4010 and calldate
between 20080308000000
2008 Mar 17
1
asterisk.conf uniquename or sysname for uniqueid field in CDR
I set uniquename = MYHOST in asterisk.conf (under
[options]) so that my uniqueid data shows up as
MYHOST.time.seq.
First of all, I would like to know if uniquename (or
sysname?) will still be valid across future * versions
(mainly 1.6).
Secondly, is there a way to specify uniquename as an
asterisk option at the command line? (asterisk -h
doesn't show me anything regarding this feature)
2008 Jan 09
1
Help! channel_find_deadlocked: Avoided initial deadlock for ...
Hope someone can help.
I have a situation where asterisk is sending a SIP CANCEL message before the Dial() timeout has hit. It doesn't always do it.
Normally, we send an INVITE to the ITSP. They respond with a 100 Trying, then a 180 Ringing, or 183 Session Progress. It seems to be at this point that Asterisk starts the dial timer. Normally, when no more replies have been received by the dial
2008 Mar 13
1
Samba PDC DLAP manage script
Hello List
I'm newbie in the list, i'm trying to install PDC using samba+ldap i need to use idealx scripts for manage the users and groups, I installed this package and execute the configuration script (./configure.pl) but when i try to use any other script (the smb, ldap y slapd are configured and running) for test it throw the following error Can't locate Unicode/MapUTF8.pm in
2008 Jan 30
2
sipsock_read: BAD! BAD! BAD!
Does anyone know the cause of these BAD BAD BAD messages?
I think I lost all my calls when it happened too. We have nagios running against IAX and nagios reports that IAX is down. It would seem that the entire application locks up when this happens and calls are dropped.
Connected to Asterisk 1.2.14 currently running on flexo (pid = 26846)
Verbosity is at least 3
flexo*CLI> show channels
2008 Mar 10
2
dialstatus and cancelled calls
According to
http://www.voip-info.org/wiki-Asterisk+variable+DIALSTATUS
when a caller hangs up before the callee has time to
pick the phone up then DIALSTATUS should be CANCEL.
And it is.
However, the disposition field in the CDR table is "NO
ANSWER".
So if I analyze the CDR data I won't be able to
discriminate calls cancelled by the caller and calls
not answered by the callee
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
2008 Feb 28
2
New Interested services to be added for Telephoney Service Provider
Hi All;
We have a telephony service provider that is asking
what is new technology and services to be added with
the telephony service that can be used for VoIP and
PBX purposes.
Any suggestion to be added that can really give new
advantages and technologies specially in VoIP issues?
Anyone interested?
Regards
Bilal
2008 Jan 16
1
menu(s) won't compile because of missing header file
If you cd to the /menu directory and type 'make' it
fails with this error:
libmenu/help.c:17:57: error: loadfile.h: No such file
or directory
libmenu/help.c: In function 'showhelp':
libmenu/help.c:99: warning: implicit declaration of
function 'loadfile'
make: *** [libmenu/help.o] Error 1
The problem can be averted by adding the proper header
location the file
2008 Jan 08
2
help need
Hi All
We received following error .Please help us to sort out.
WARNING[3281]: frame.c:1426 speex_samples: Had error while reading wideband frames for speex samples.
Regards
Nirukshitha
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
2008 Jan 21
1
FXS damaged at TDM22B
Hi All;
If one of my FXS port damaged at TDM22B because we
connected the Telephone Line cable to the FXS port
while it should be connected to the FXO port, then can
I order S110M FXS Module and fix it instead of the
damaged FXS? (This if we assume my problem that really
the FXS port damaged).
Rregards
Bilal
2008 Mar 28
2
wrong extension status when call-limit=1 is used
Without call-limit defined, when a sip extension calls
another sip extension then "show hints" shows that
both are InUse (as expected). When one of them hangs
up, both hints status become "Idle" (as expected).
With call-limit=1 for each SIP extension:
the caller is always Idle while the callee is InUse.
Is this behavior normal?
Doesn't sound right because if, during the
2008 Mar 02
1
Speex: complexity, VBR, ABR, CBR, quality
Hi All;
If someone used speex and has experience with its
settings, then who can help to explain the following:
1) When it is recommended to use VBR (vbr => true)?
2) If there relation between setting the vbr => true
and the abr value (for example to be 0 or 1 or 10) and
the relation between this value and abr (true /
false).
3) Any relation between the quality value and the abr
value?
2006 Nov 09
1
Problem with CDR interpretation
Hello,
I have problem with interpretation of CDR entries.
What happened?
-------------
There was:
1. at 09:00:26 we received call from unknown caller (no callerid) to
secretary with extension 17
2. secretary answered and after some conversation called to extension 18
to check if she could transfer customer call
3. at 09:02:55 extension 18 answered and call was forwarded
4. call was very long
2008 Mar 26
2
Broadcast/Announce app
Does anyone have use for a broadcast/annouce app?
I wrote SystemAnnounce which will play a specified file to all active channels (in an UP or bridged state). This was originally to tell users to get off the system, but there are several other uses...
I also wrote a new CallPickup and CallPark app, both of which work more as expected (supply actual extension numbers, etc).
Let me know if there
2008 Mar 08
5
MEMDISK and ABIOSDSK
Does anyone know if the ABIOSDSK service in XP would "find" and a HDD image pushed to ram by MEMDISK??
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
2008 Jan 17
6
Voicemail systems- flow charts, digit/key cards, etc
Does anyone have flow charts or digit/key cards for some of the more popular voicemail systems out there?
(shows which digits/keys to press, where it takes you, etc.)
I need to create some of the new voicemail system.
Send 'em my way if you have them.
nt_jnewman at yahoo.com
Justin
____________________________________________________________________________________
Looking for last
2008 Oct 27
1
CDR Records are not working
Hello Asterisk-Users,
For some reason my CDR records for disposition and billsec are not working
correctly.
I always receive a 0 for billsec and the disposition is always at "NO
ANSWER', even when I grab the calls.
I experience this with Asterisk 1.6.0.1 and Asterisk 1.4.22.
Here is information on how I do the call:
-----------------------------------------------------------------
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,