similar to: Correct call duration when transfer a call

Displaying 20 results from an estimated 1000 matches similar to: "Correct call duration when transfer a call"

2006 Mar 20
3
Grabbing the billsec and duration after a hangup.
Hello, I am wondering if someone has got any ideas that can help solve this problem. I have a dial plan that you call into, and depending on certain conditions it calls out on a number grabbed from a database. Something like this : exten => s,n,Do something exten => s,n,Do something else exten => s,n,Dial(ZAP/g1/${OUTBOUND},${timeout}) I need to log the time the person
2007 Aug 01
0
Announcing free (GPL) VXML for Asterisk - Voiceglue
The first release of Voiceglue is now available. Voiceglue provides a VXML interpreter using Asterisk telephony and the OpenVXI VXML parsing suite. It is released under the GPL, and thus compatible with Asterisk and OpenVXI licensing. The first release is available at the project website: http://www.voiceglue.org There is also a mailing list for those interested in continued evolution of
2008 Oct 09
2
Asterisk 1.6.0 CDR billsec and duration not working from h extension
Can someone tell me what I am doing wrong? Why doesn't CDR(duration) or CDR(billsec) return the correct values? cdr.conf endbeforehexten=yes extensions.conf [macro-Dial] ; ${ARG1} - Dial String exten => s,1,Dial(${ARG1},,M(post-dial)) exten => h,1,NoOp(Call was hung up - ${CDR(duration)} seconds long, billed for ${CDR(billsec)} seconds) The log shows: -- Executing [h
2010 Aug 11
1
billsec exceeds duration on some calls
Hi I'm having a problem with Asterisk 1.6.2.9 with the MySQL cdr addon. With some calls, the value in the `billsec` field in the CDR is exceeding the value in the `duration` field. I didn't think this was supposed to happen? Our old installation (some ancient version, sorry not available) always had `billsec` <= `duration`. The problem does not seem to be evenly distributed
2010 Nov 16
0
billsec and duration issue
Hi I am using Asterisk-1.6.1.6. Recently I had converted billsec and duration fields in my postgres 8.4 database from integer to numeric. I wanted to have better accuracy in calculating duration of the call. When the call is answered I can see better precision (for example 298.758421 sec), The problem is when the call is not answered (disposition is no answer) the duration is close to expected
2010 Feb 25
0
CDR duration/billsec
Hello list, I'm having troubles implementing the ${CDR(duration)} & ${CDR(billsec)} variables in this scenario: PEER CALLS OUT -> CALL GOES TO PEER'S DEFAULT OUTGOING CONTEXT -> THE CALL IS SENT TO A MACRO AND GOES IN HANGUP -> THE CALL RETURNS TO EXTENSION h OF PEER'S DEFAULT OUTGOING CONTEXT (here I'm trying to print the variable)
2007 May 03
3
0 duration but non-zero billsec in mysql cdr
I was just going through my call records ( stored in mysql database by cdr_MYSQL module ) and saw a record having duration = 0 and billsec of more than 50 seconds . I did a query on cdr where duration < billsec and saw that there were infact some 250 records with duration less than billsecond ( table had around 4,00,000 records) . Did anyone came across this ? I also checked csv files and they
2014 Jun 29
0
Passing parameters to voiceglue.conf
Hi Freinds, I am trying to do the following. 1. Accept the call from call ifle. 2, Answer it 3. Extract the dial number and variables from the call file request. 4. Pass that parameters to voiceglue 5. Catch the parameters (dialnumber and cli) in voiceglue.conf 6. Point to the voice.xml file dynamically by matching number I want to make the line in voiceglue.conf as <DEST_NUMBER>
2007 Mar 20
3
wrong values in duration and billsec in CDR
Hi to all, I was looking in google and also in this mailing list, but I dont find the solution to my problem, so I subscribe me to the list in order to post this e-mail and find the solution. This is the scenario: GSM Phone ----- GSM Network ---- TDM2406E --- ASterisk 1.4.0 (*) -------- VoIP Provider ------- Sip Phone or H323 Phone The problem is that I am generating calls from SIP and also
2010 Feb 08
1
billsec is set to duration if call is not answered
The behaviour of my Asterisk appears to have changed suddenly without any apparent cause. The version is use is 1.4.27.1 When a call is not answered billsec is set to duration, and calls are charged. I can't see any change I could have made to cause this problem. Is it something already known in Asterisk? /voipfc
2008 Aug 21
1
OT - Asterisk-Stats - Billsec instead of Duration
Hi, To check telco billing, I'm usinfg Asterisk-Stats from http://www.areski.net/asterisk-stat-v2/about.php . How can you tweak this application to display graphics and data that use Billsec instead of Duration ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Aug 15
1
CDR billsec greater than duration
Hi all, I have a strange situation on a Asterisk 1.2.17 with FreePBX 2.2.1 Doing a select in the CDR table I noticed there are some calls with billsec greater than duration, duration is always 0 in those calls. How can this happens ? Am I missing something ? Tnx in advance Regards Edoardo Serra WeBRainstorm S.r.l.
2013 Jan 30
2
[LLVMdev] Publication Generation of TLM Testbenches Using Mutation Testing
Dear all, I would like to share a paper I co-authored with Prof. Alper Sen. This paper describes an algorithm to generate testbenches from SystemC models represented with LLVM IR. It was accepted and presented at International Conference on Hardware/Software Codesign and System Synthesis (CODES/ISSS), 2012. A link to the paper is accessible from acm or Alper's website:
2017 Jun 29
1
Changing ggplot2 legend key/title to custom text
Hi Petr and thanks for your reply, That's the problem I don't want to modify the labels of my legends but the title of the legend in itself inserting my custom text :) Take for example the 1st graph in this tutorial http://www.sthda.com/english/wiki/ggpubr-r-package-ggplot2-based-publication-ready-plots I want to change the "sex" in "sex subscript 2" or "
2004 Apr 18
2
I need a Wine-Config
2010 Feb 03
1
CDR / billsec / originate / local chan
Hi All, I have been running a environment with asterisk 1.4.20.1 for some time now with no issue but have recently added some extra functionality (enabled call recording via MixMonitor) and ran into some deadlock issues which seem to be well documented with earlier 1.4.x releases so have decided to take the plunge and upgrade. I decided to start testing with 1.6.2 but have run into a couple
2007 Aug 28
1
deadagi and billsec or answeredtime
Hello, I want to create php rate script and I'm using Deadagi. But I allways get billsec 0 , or nothing. Can you help me to solve this problem... My extension.conf: exten => _123,1,DeadAgi(rate.php) exten => _123,2,hangup And my simple test php script rate.php #!/usr/local/bin/php -q <?php include_once (dirname(__FILE__)."/phpagi.php"); $AGI = new AGI();
2006 Jun 26
2
Flac File Size
Hi, I have a big flac file, i can divide this flac file into chunks by visual basic code, i can add header to these chunks by copying first 1K to other chunks, but chunks can not play properly, i think i need to change filesize from file headers of these chunks, i can read samplerate and samples count from header, but i do not know how can i calculate file size without reading all file, what
2013 Feb 02
0
[LLVMdev] Publication Generation of TLM Testbenches Using Mutation Testing
Very interesting, thanks for the forward! If you're interested in having a link posted on llvm.org, please email the llvmdev mailing list. -Chris On Jan 30, 2013, at 9:42 AM, Marcelo Sousa <marceloabsousa at gmail.com> wrote: > Dear all, > > I would like to share a paper I co-authored with Prof. Alper Sen. This > paper describes an algorithm to generate testbenches from
2013 Sep 14
1
[LLVMdev] Publication: LLVMVF: A Generic Approach for Verification of Multicore Software
Dear all, I'm happy to share a recent publication on a bounded model checker for concurrent programs represented in LLVM IR that integrates the verification framework that I'm developing: Marcelo Sousa, and Alper Sen, LLVMVF: A Generic Approach for Verification of Multicore Software. Journal of Electronic Testing: Theory and Applications, September 2013. (