Displaying 20 results from an estimated 3000 matches similar to: "CDR question"
2007 Jun 12
3
CDR changes in Trunk -- Transfers, CDRs, Life, and Everything
I have created an asterisk.org blog entry:
http://www.asterisk.org/node/48358
to describe what I will shortly be committing to trunk to correct the
weaknesses of CDRs, that asterisk users and developers have been
complaining about for quite some time.
Highlights: Restructuring the code and philosophy of CDRs.
Plans to eliminate the ForkCDR() application
Plans to create
2007 Sep 18
6
Limiting Simultaneous calls
Is there a way to limit simultaneous calls. I like to limit
simultaneous outgoing calls as more than few simulataneous calls are
charged by my voip providers. However, I do not want to have any such
restriction for internal calls.
Thanks
Jim
2010 Nov 22
3
Is existing CDR in Asterisk is enough for complete billing
Hi everyone,
I am facing lots for problem with CDRs in 1.6 and above
versions,its shows wrong records when I do transfer(caller side and
calee side),callforward,call parking.Is the present CDRs in 1.6 is
enough for Complete billing.?What I need to do to make it proper.Please
help me on this.
Thanks
Nikhil
2009 Jan 16
2
CDR problems -- two call legs create only one CDR. Using ForkCDR() not even working.
Hello,
When I bridge an incoming and outgoing call (attempting to simulate
call-forwarding) I'm only getting one CDR -- that of the outgoing call.
A (PSTN) calls B (residing on Asterisk) and the Asterisk calls C (cell phone
on PSTN) and bridges the call.
The only CDR created is from B to C. I have even tried using Answer() and
ForkCDR() to get two CDRs, but to no avail.
I am starting to
2007 Dec 27
3
CDR
Hi Steve,
> .. I'll try to sort all this out, and then I'll attack
this
> problem. Hopefully, I get it all into svn before the next release of
> 1.4...!
Just wondering if any new CDR functionality made it into the 1.4.16.2 release? I have looked through the ChangeLog for the 1.4.15 and 1.4.16.2 releases but didn't spot anything to do with changes in CDR handling.
I for one
2007 May 23
1
CDR on channel 'IAX2/u92613106-3' already started
Hi all,
I'm having a problem with an asterisk server being unable to call certain
cellphones and answering machines. Anytime the person answers the phone
call, everything works well. But when the call goes to voicemail or an
answering machine, I get the error message below:
=====================================
*CLI> -- Attempting call on IAX2/u92613106/15551234567 for
2008 May 27
2
ForkCDR
Hello, CDR fans!
I'm looking at some issues brought forward over time:
12726/10668: someone wants me to revert the changes I made via
bug 10668, last Sept; (that's
they are messing him up. And I didn't do the change
suggested in ForkCDR, for fear of lousing up
folks depending on current behavior. Which probably sparked:
11721 :
2006 Oct 13
2
Re: Generate Random Numbers in dialplan
On Fri, 2006-10-13 at 12:52:38 -0400, Jon Weisman <jweisman@ibell.net>
wrote:
> Hi All, Anyone know how to generate random numbers in the
> dial plan? I've tried using the RAND function but it doesnt
> work. Basically I need to generate a random 5 digit number
> everytime a particular extension is dialed and then save that
> into
2019 Mar 25
3
[Bug 1328] New: Please allow ipset add and del via the /proc/net/xt_ipset mechanism
https://bugzilla.netfilter.org/show_bug.cgi?id=1328
Bug ID: 1328
Summary: Please allow ipset add and del via the
/proc/net/xt_ipset mechanism
Product: ipset
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component:
2010 Nov 07
3
Why are the hackers scanning for these?
Hey, I'm going thru logs, and I see some very common and interesting things
that the hackers are looking for.
In a whole bunch of scans, I've noticed that the first guess or two for sip
accounts
is usually a 10-digit number. I'm asking myself, why these numbers? Are they
looking
for a voip trunk? Or is it just like a serial number for the scan? What?
Here's some examples:
2016 Sep 08
3
PJSIP Weirdness, or just my weirdness?
Hello!
Oh, wise ones, ponder with me over two of the surprises that
populate the universe!
I have a phone, that I sometimes cannot reach, connected via pjsip.
It can call other extensions just fine, it can call out over a
trunk to my cell, all is well, but getting a call? Forget it most of the
time.
Here is all the config relevant to that phone:
[murftest12]
type=aor
qualify_frequency=1992
2019 Jul 05
2
unsolved: Re: solved: how to create a working certificate for using TLS?
On 7/5/19 10:50 AM, Doug Lytle wrote:
> On 7/4/19 6:40 PM, hw wrote:
>> This has again, and for no reason, ceased to work again after
>> restarting asterisk. No matter what I try, I can't create a
>> certificate asterisk
>> would verify.
>
> Have you considered using LetsEncrypt for a valid certificate?
>
> Doug
>
>
What would be the point
2009 Feb 14
1
Asterisk CLI problem if run from /etc/inittab
Hi,
We are having a strange issue. If we run asterisk from /etc/inittab
and then connect using asterisk -r, we don't see any logs coming in
CLI. However logs are properly reported to /var/log/asterisk/messages
and system is working fine. Now, if we run from command line (asterisk
-f) and then usie asterisk -r, we properly see logs in CLI. This is
bit strange and not able to solve this
2014 Mar 11
1
Asterisk Authentication
Hi,
I am trying to setup asterisk so that anyone from any IP can call using any
callerid as long they have an account - also no registration is required.
However, it seems like asterisk tries to find peer based on either the IP
address or from header. What I really want is asterisk to find
account/peer based on username passed as part of the authentication and NOT
from the IP address or the
2008 Nov 23
14
CDR Design
I've taken the liberty of starting a new thread to discuss the design
of the Asterisk CDR mechanism. The discussion has been kindly
initiated by murf putting together a proposal:
http://svn.digium.com/svn/asterisk/team/murf/RFCs.
After reading the proposal I still don't think it's the right way to
go. To my mind adding more channel variables increases the complexity
in a situation
2009 Jan 12
6
CDR Rewrite -- Questions to the users
Hello!
Most are probably bored seeing another letter about this,
but I've put in a fair amount work on a spec for rewriting
the CDR system in Asterisk, and I have some questions:
First, please look at what I've written so far:
svn co http://svn.digium.com/svn/asterisk/team/murf/RFCs
and look at the file "CDRfix2.rfc.txt" in the RFCs dir.
The spec SIGNIFICANTLY alters the way
2008 Nov 22
5
CDR Desgin
I've taken the liberty of starting a new thread to discuss the design
of the Asterisk CDR mechanism. The discussion has been kindly
initiated by murf putting together a proposal:
http://svn.digium.com/svn/asterisk/team/murf/RFCs.
After reading the proposal I still don't think it's the right way to
go. To my mind adding more channel variables increases the complexity
in a situation
2007 May 25
1
CDR not recording accountcode on SIP Response 302 Call Forward From Phone
Hi All,
Call comes into Asterisk
Asterisk answers and Dials SIP Phone
SIP phone has call forward enabled to a long distance number
Asterisk receives a SIP response 302 "Moved Temporarily" back from phone
Asterisk then forwards inbound call to 'Local/number@context' thanks to phone
2 problems with the CDR:
1. intermittent 'bill sec' accuracy, sometimes 0 even when the
2006 Oct 14
1
Re: Generate Random Numbers in dialplan
On Sat, 2006-10-14 at 12:00 -0700,
asterisk-users-request@lists.digium.com wrote:
> Steve,
>
> Is RAND available in the latest trunk or do I need the 1.4
> beta?
>
> If I do show function RAND it says its not available.
>
> Thanks,
> Jon
Jon--
Forgive me, you didn't say which version you
2010 Dec 11
1
No more room in scheduler
Dears:
Really, later I faced problem in the asterisk system which is :
Message is shown when the unique id which is generated with each caller reach
9000 and something:
No more room in scheduler
Asked to delete sched id
.
.
after I restarted the server this message is not shown again till now (after 2 week)
>>>
My question:
What is the reason of this error and how can I solve the