similar to: ResetCDR not working after forced hangup

Displaying 20 results from an estimated 2000 matches similar to: "ResetCDR not working after forced hangup"

2009 Jul 15
1
ResetCDR after GotoIf doesn't set dst correctly, Is this a bug?
(Both on Asterisk 1.2 and 1.4) I was struggling to find out why my CDR was recording dst = h after a call hangup. It was working fine until I added a GotoIf statement before ResetCDR to calculate some value for userfield column. Today I tested and found out that if ResetCDR is put after GotoIf (or after if in AEL), it doesn't record correct value in dst column, and isntead puts 'h'
2010 Dec 22
0
CDR on MySQL
What would it do if you exten => h,1,ResetCDR(w) exten => h,2,NoCDR() exten => h,3,DEADAGI(get-unqiueid.php) I have not tried it but in theory it should write the first CDR and then kill the write of the second NO ANSWER CDR. Let me know if it works for you as I may need to do it on some of my h exten code as well. Bryant ---------------------------------------- From:
2009 Dec 03
1
only the first ResetCDR works after upgrade to 1.6
Hello - I am upgrading from asterisk v1.2 to v1.6 and I am seeing a problem with recording CDRs using MySQL. Unlike all of the other postings and web pages I have found on this issue, my installation successfully stores the -first- CDR, but nothing after that. As background info, I will note that I don't use CDRs for billing, but more in a logging fashion, to record how a given call
2010 May 26
1
Jack in /usr/local/ means failure for asterisk
Hi, I have been headbanging with asterisk and Jack for a while, decited to ask other linuxists for an advice. The problem is that Jack is compiled from source (0.118) in /usr/local/, but menuselect says "XXX" for it (cannot enable it). I need jack... Otherwise I will inotify Monitor WAVs, what is bad :`( After installing jack from sources: Add system-wide
2010 May 06
1
Make the call finish after executing Dial(G())
Dear List, My Dial command: exten => _X.,n,Dial(SIP/PBX2/1234,60,G(connect-jack^${EXTEN}^1)) exten => h,1,.... [connect-jack] exten => _X.,1,NoOp(${CHANNEL}) ; Leg A exten => _X.,2,NoOp(${CHANNEL}) ; Leg B The problem is: after answering, [connect-jack] both priorities are executed, and right after executing them call drops. Log: -- Executing [123456 at NPDB2:76]
2010 Mar 09
0
DUNDI Sip authentication failure
Hi all, I'm new in asterisk and I got to set up a dundi config for my work. I have 2 PBX for the test, the two PBX are in the same local network PBX A : 192.168.199.23 PBX B : 192.168.199.21 my config files : (on PBX B , the config files on PBX A looks like it) /etc/asterisk/dundi.conf [general] bind=192.168.199.21 port=4520 cachetime=5 ttl=32 autokill=yes entityid=00:30:18:4C:33:53
2006 Jan 20
0
h extension
Hi, I want to count the number of open Zap channels on my server. [outgoingzap] exten => _0NXXXXXX,1,NoOp(Outgoing Local - 7 digs - ${EXTEN:1}) exten => _0NXXXXXX,2,Set(ZAP01=$[${ZAP01} + 1]|g) exten => _0NXXXXXX,3,Set(UPDATED=true) exten => _0NXXXXXX,4,Dial(${TRUNK}/${EXTEN},60) exten => _0NXXXXXX,6,Busy exten => _0NXXXXXX,7,Playback(thank-you) include => hangupcontext
2005 May 26
0
capi dial in/out configuration
Hi all, I've recentrly starting to play around with *, when all I wanted is to configure an fritz ISDN card with A@H. Currently I'm stuck at the phase of what do I do with capi after everything is installed. I'm trying to understand how to setup incoming and outgoing calls at A@H since I'm getting a bit lost with the default dial plan. It seems that * answers but disconnect
2013 Oct 04
1
multiple resetcdr calls have no effect
Hi All My dial plan has the following context: [sip-guest] exten => _!.,1, Answer exten => _!.,n, verbose(1,[${EXTEN}@${CONTEXT}]) exten => _!.,n, resetcdr(w) exten => _!.,n, resetcdr(w) exten => _!.,n, set(DNIS=${EXTEN}) exten => _!.,n, resetcdr(w) exten => _!.,n,
2005 Jan 04
0
the correct way to stop a CDR?
Hey gang, Currently I have this dialplan: exten => _9.,1,Dial(blah/blah) exten => h,1,ResetCDR(w) exten => h,2,NoCDR() exten => h,3,DeadAGI(rate_call.php) The AGI script takes the completed call, determines all that NPNAXX crap, finds the cost and then updates the CDR with the cost. Problem is, I keep getting these messages: Jan 4 13:25:36 WARNING[13689]: cdr.c:114
2005 Sep 19
0
Dial time limit doesn't work when calling party transfers
Hi, I'm using the AbsoluteTimeout and Dial (with L() option) commands to set a timeout for my calls, but when the calling user transfers a call the timeout doesn't work and the call last until hanging-up. If the call is not transfered the limit works just fine. ?How can I make this work? Thanks in advance. My asterisk version is 1-0-9-07 and here's an example of one of the macros
2005 Sep 28
0
problems accessing directory
Hi, I am trying to dial # or *411, in order to understand what the * box should answer me. In both cases, I only ear "Good-Bye" (italian , "arrivederci") dialing # -- Executing Wait("SIP/555-a2e5", "1") in new stack -- Executing AGI("SIP/555-a2e5", "directory||ext-local|lo") in new stack -- Launched AGI quitScript
2006 Jan 09
0
Call Rules
Hi, I apologise if this is not the correct place to post such a message. I use Asterisk@Home package and all seems to be going well. I have identified one problem and have not managed to find anyway to fix(modify) it. We have a menu option that diverts to a mobile. If the mobile is off the network sends back a message to that effect. Now, this mobile does not have voicemail and asterisk is
2009 Mar 30
2
Newbie trying to make calls outside via digium card and POTS line
Hello, This is my first asterisk installation, and having read up on the documentation, and trying several tutorials i'm unable to get my outbound route working. I'm certain it's an issue with my configuration and my inexperience with asterisk. So i have my POTS phone connected to my digium card, and when i make a call, I receive the "cannot be completed as dialed" message.
2008 May 05
2
ResetCDR() - v 1.4.19.1
Hello,I was using the ResetCDR() right after my IVR answered the calls to set them unanswered until or if somebody pick up the callI just upgraded to version 1.4.19.1 and now ... when the ResetCDR() function is called it seems to just erase the recordIs there another to set the status of the call unanswered ? is it a bug ?Thanks, -------------- next part -------------- An HTML attachment was
2005 Sep 14
1
TE110P - Asterisk@Home Install Problems
I am having problems sending and receiving calls over the T1. They never seem to connect - outbound keeps ringing, inbound gets busy. The T1 looks ok - no errors on the line. Any ideas on what is wrong? I have tried a variety of fxsks and fxoks configurations without avail. This is a single asterisk@home system with a single T1 card. Robbed Bit T1 ami, d4. ------------------inbound call
2006 Mar 26
0
hang up when pickup analog phone
Hello, I have a system with two cards: a HFC-PCI ISDN and a TDM21B (2 FXO and 1 FXS), running Asterisk 1.2.4-BRIstuffed-0.3.0-PRE-1l with freePBX beta5 dialplan. I have connected an analog phone to TDM FXS port, but when I pickup the phone to make a call, Asterisk "hangs up" the call. Let me explain: In another system, when I pickup the phone, Asterisk give me tone to dial: >---
2010 Jan 04
0
H323 Disconnects after 15+ minutes
I have posted my problem on the link below, but didn't get any answer. I am hoping someone here can help me with this issue. Here's my problem: I am using H323 to talk between Asterisk and Avaya IP Office 500. For some strange reason, when we are talking on a VoIP call, we get disconnected after 10+ minutes. We have two other Elastix box, but none of them are getting disconnected. From
2009 Sep 18
0
Queue Call Disconnection
There is an environment Setup uses Asterisk 1.2 and doesn't want to upgrade. There is an issue while a call goes to any queue we create, the call is being disconnected after 20 seconds and it is hangup. The following is the configuration: - vi /etc/asterisk/queues_additional.conf [8] wrapuptime=0 timeout=30 strategy=ringall servicelevel=5 retry=4 reportholdtime=No queue-youarenext=
2009 Oct 05
1
Drop calls when using Flash Operator Panel
Whenever I try to drag calls to the Parking Lot or On Hold, FOP would drop my calls. I have searched online and have found similar problem, such as the link below. I have tried their solution but still the FOP is not working correctly. I even installed the HUDLite server and is getting the same results. www.freepbx.org/forum/freepbx/users/flas...ot-transfering-calls Here is the log when I tried