similar to: Determination of billsec

Displaying 20 results from an estimated 130 matches similar to: "Determination of billsec"

2007 Nov 06
1
Extracting custom headers from SIP REFER
Asterisk 1.4.12 I wish to extract some custom headers from a SIP REFER message but am unable to do so. However I can extract them from an INVITE. The code is: exten => _.,n,Set(custom-id=${SIP_HEADER(custom-id)}) ; exten => _.,n,Set(custom-valid=${SIP_HEADER(custom-valid)}) ; Examples of the INVITE (works) and REFER (doesn't) messages are below. U 147.202.001.001:5060 ->
2010 Oct 31
1
billsec=0 when using Local channel
Hi, I've got a dialplan that transfers all outgoing calls to a Local channel before dialling out via SIP. I did this because sometimes i'm dialling two numbers at the same time and need to know which call is answered for billing purposes. However, I've just noticed that billsec is always equal to 0 even though i know the calls were answered. I now have to take the cdrs from my
2008 Aug 16
0
Getting cdr(billsec) 0 -- please help
Hi, Here is the scenario: Originating local channel using AMI. On answering the channel, it will goes to a context. Which start to playback a file. & after hangup at h extension I am caliing an agi script which insert CDR into DB. Now the problem is when I script hangsup during payback CDR(billsec) returns currect result. But when it hangsup after playback cdr(billsec) returns 0 . Please
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
2007 May 09
0
Bug no. 8680 (billsec is 0 even when the call is answered) in Asterisk 1.4.2
We recently installed Asterisk 1.4.2 Tried to make calls using the Originate command (Asterisk Manager Interface) All of the calls have zero billsec in the CDR. Stumbled upon this: http://bugs.digium.com/view.php?id=8680 so I guess the fix is not yet in 1.4.2. Is this fixed in 1.4.3/1.4.4? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Jun 29
0
Park function and billsec
When a call comes in and is parked using the Park() command it appears that the billing seconds do not include the time while the caller was parked. Is there a simple way to correct this with an option or setting in asterisk. This is not acceptable as we are loosing min when callers park calls. I am using 1.8.x release currently. Thanks zktech -------------- next part -------------- An HTML
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();
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:
2004 Aug 01
0
About CDR billsec when used TE410P
Dear All, Situation (1) is SIP agent -> Asterisk TE410P -> Telcom Mobile System PRI debug Message type: (just hear about Mobile System VoiceMail IVR introduction, hangup before beep tone) Message type: SETUP (5) Message type: CALL PROCEEDING (2) Message type: ALERTING (1) Message type: DISCONNECT (69) Message type: RELEASE (77) Message type: RELEASE COMPLETE (90) GSM Mobile still
2009 Oct 28
1
CDR(billsec)
Hi people, when I try to get the billsec in the dialplan, it is 0... but if after that I check the database, it is right (not 0). I'm trying to get it in the h extension, like: exten => h,1,Noop(End) exten => h,n,Noop(Time is ${CDR(billsec)}) .... Is it updated after the extension h is executed? In that case, how can I get the call duration in the h extension? Thanks, Anahi
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
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)
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
2006 May 03
1
dialing FXO gives wrong billsec
Hi all, I came across a new(to me that is) issue. I want to know from others what they have done to resolve this. I have a 4 port digium card with FXO's, and connected to each FXO is a premicell. When I dial the premicell, after about two seconds is says 'ZAP/1 answered', then it takes a few more seconds for the call to hit the cellular network, before the cellphone starts to ring.
2003 Jun 19
2
Billsec on CDR
I have an X100P and when I place calls to the PSTN which are not answered, the Billsec field of the CDR still logs the seconds that the phone rang. Can someone please confirm that this has to do with the ringcadance of the indications.conf file? Is there anything else I need to check ? Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
2009 Nov 16
2
Odd Local Channel and 0 billsec issue
Hi I've been noticing an odd issue with our servers (1.4.17) where a large number of one particular customer's (we operate a hosted VoIP platform) calls go through a Local channel rather than the SIP channel and whenever this happens our asterisk CDR is recording a billsec value of 0. Our outgoing calls to POTS are sent through a separate carrier and we get a daily CDR off them in
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
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
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