Displaying 20 results from an estimated 5000 matches similar to: "CDR billsec greater than duration"
2007 Mar 23
3
SIP/IAX peers UNREACHABLE and audio loss
Hi all,
I'm having a problem with some Asterisk servers interconnected with
each other using IAX (I also tried with SIP without solving the problem)
Sometimes, with apparently no reason, some peers become UNREACHABLE
(I have qualify=yes in iax.conf) and REACHABLE again as soon as
another qualify test is made.
Our users are also complaining about audio loss during their calls,
apparently
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
2007 Mar 31
4
Sponsored development - Monodirectional audio handling
Hi Guys,
we're needing a special implementation on Asterisk
Our intention is to contribute the development and share back the code
to Asterisk community
Here is what we need:
- An option to Asterisk Dial command which, if used, when calls is
answered gives monodirectional audio
(Caller should hear the called party but not vice-versa)
- A DTMF sequence (maybe handled in features.conf) for
2007 Apr 10
1
Dialplan help - MeetMe and call monitoring
Hi guys,
I need to realize a sort of automatic call monitoring dialplan.
This is exactly what I need:
- A user originate a call
- When the call is bridged (or just before) I need to invite
automatically a third party to the conversation that should hear the
audio channel but not speak (it's a monitoring application for a callcenter)
The person in charge of monitoring cannot use ChanSpy or
2007 May 06
2
Call waiting tone when calling a busy station?
Hello,
When dialling a SIP phone which is already in a call the caller hears a
"regular" ringing tone and does not know that the called party is engaged in
another call. Is there a supported way inside SIP to tell the calling party to
play a stuttered ringing tone?
Thanks! __Yehavi:
2007 Apr 30
2
Confference function
I would like to know if anyone here knows the answer to the following question
I need to implement the following conferencing feature for my agents.
1. Agent receives call from caller
2. Agent conferences a verification service
3. After finishing the verification, agent needs to drop third party (Verification service) and continue on the line with caller.
My problem
2007 Apr 19
2
CallerID masking
Hello all,
I currently have all outgoing calls set to mask the caller id so it will
always appear to be coming from our main number. The problem I'm having
though, is with both the call detail in mysql and with the automon
(recording) feature. It shows the originating number as the number I
masked it to, rather than the actual person calling. How can I go about
having both the destination see
2007 Apr 30
1
automatically close a meetme
I am looking for a way to automatically close a meetme conference
when either a user hangs up or through an agi call?
Some method that would automatically terminate the meetme.
Is there a way to do that?
Jerry
2007 May 01
3
Delay in Dial()
All,
Is there any syntax I can use to put a delay in two lines being dialed?
One is a SIP endpoint, the other is my cell phone. I'd like to have the
SIP phone ring for some arbitrary number of seconds before it is sent
off to the mobile phone. Using something like a Wait() within a Dial()
would be ideal.
Any suggestions?
- sf
2007 Apr 01
1
Asterisk 1.2 and res_perl - lock that leads to weird behaviour
Hi guys,
as I wrote in a previous thread I was experiencing dropped audio
(apparently randomly) and SIP + IAX peers getting REACHABLE /
UNREACHABLE without reason, servers were in the same LAN.
Investingating deeply in the problem I also noticed that 'show channels'
command on the CLI, sometimes were returning strange results, for
example it wasn0t showing some channels I was sure
2007 May 05
2
Queue Status
Hi
I've few queues configured in * box is there any what that before sending
call to a particular queue can we get the status of the queue that is how
many agents are available in this queue (logged in, paused, busy,
unavailable).
thanks
arun
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Apr 17
4
Using meetme like call
hi all, I have a little question about meetme in Asterisk.
One of my client ask me that all call can, if is necessary, become
conference for 3-4 user during conversation.
I think that are 2 way for make this:
1- all call (instead if the users are only 2) are conference
2- using n-way call
(http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO)
I decide to implement the first way because
2007 Mar 26
7
Two or More Bri Cards
hi all
we want to use Two single port Bri cards in Trixbox.
Any idea which card is having good support and performance repotation especially when using
two or more in Trixbox.
Regards
farooq
--
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();
2007 Nov 07
2
Determination of billsec
How is the billsec field calculated in CDRs?
I have a situation where billsec is being reported as 0 despite the call
being answered and a conversation occurring. An example record follows:
'2007-11-06 21:36:50', '6495566778', '6495566778', '0116495566778',
'1100012_1', 'Local/0116495566778 at 1100012_1-887b,2',
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
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
2004 Jul 02
3
CDR shows billsec=12 for all bridged calles.
Can someone help me, im using latest CVS, asterisk and cdr_mysql, when I
make a bridge call (using .call files in outgoing/) I always get
'billsec=12' in the cdr, both mysql and Master file even if the call lasted
longer, watching the Master file while making a call I see it updated at 12
seconds even while im still 'in' the DIAL app and the call continues on just
fine.
Iv looked
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
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