Displaying 20 results from an estimated 5000 matches similar to: "Losing CDR(accountcode)"
2008 Jun 24
2
Warning: CDRfix branches about to be merged into 1.4, 1.6.0, trunk!
This is just a note that the fixes in the CDRfix4 and CDRfix6 branches
are getting closer to being merged into 1.4, trunk, and 1.6.x.
If CDR's are important to you, and you ignore this notice, then
you deserve what you get!
These branches address various long-standing bugs, most of which are
regressions from 1.2. It is hoped that these fixes will solve most of
the
problems introduced by the
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
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
2009 May 29
2
regarding to field of accountcode
Hi,
I use realtime and I found that changing accountcode needed to
restart asterisk to activate that code and shown in CDR. Does it has
a way to update accountcode without restart asterisk?
ango
2009 Jul 13
2
How to Change size of CDR(accountcode) variable?
I've just found out that CDR(accountcode) variable can only be 20 characters
long, doesn't matter what size the MySQL column has for it.
I need to increase it to at least 30 characters. Any idea how this can be
accomplished?
--
Zeeshan A Zakaria
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jul 20
1
Preserving CDR(accountcode) in Local channels
Greetings list,
Whilst running through a routine check of some CDRs, I've noticed that the
originating channel's accountcode isn't preserved on creating a local
channel. For example, if we start with:
exten => 123,1,Set(CDR(accountcode)=foo)
exten => 123,n,Queue(bar,nrtw,,,)
And the queue 'bar' is defined as follows:
[bar]
member => Local/456 at outbound
member
2006 Oct 12
1
AccountCode set in sip.conf but not showing up in CDR
Hi All,
I'm running 1.2.9.1 and have a sip user setup with accountcode=4444 in
the context.
lab1*CLI> sip show peer 1234
* Name : 1234
Secret : <Set>
MD5Secret : <Not set>
Context : sip1004
Subscr.Cont. : <Not set>
Language :
Accountcode : 4444
AMA flags : Unknown
CallingPres : Presentation Allowed, Not Screened
Callgroup
2005 Feb 17
2
Accountcode and SIP Peers Part 2
Hi,
notice that i have Grandstream phones and i have the problem if i activate the
Send Anonymous function on them.
If i do not activate that option the ACCOUNTCODE is correctly populated. SO i
think it may be a bug of asterisk.
I'm using Asterisk CVS-HEAD-10/07/04-18:07:25 .
Thanks,
Bye,
Marcello
2005 Jun 05
1
Accountcode being ignored?
I have a sip.conf entry for a customer's PBX (IP based authentication) that
reads:
[customer]
type=friend
context=customer
host=x.x.x.x
accountcode=10000
disallow=all
allow=g729
When the customer makes a call to my * server, * recognizes the peer
correctly. However, for some reason, the AccountCode is blank. I have a
NoOp(${ACCOUNTCODE}) and the CLI shows:
-- Executing
2003 Aug 03
2
AGI accountcode.
I've setup cdr_mysql and am using AGI to authenticate users based on the
called-from # (callerid), use the AGI perl module. Looking at the info
stored in the caller detail, I see a field called "accountcode", is it
possible for me to set this field in AGI? I'd like to tie it to a
username, that I pull during my SQL authentication, so I can search the
cdr table based on a
2005 Oct 06
1
Billing: amaflags and accountcode
Hi all,
I have about 10 SIP phones for different users defined in sip.conf, each
with their own accountcode= entry. There is a global setting in sip.conf
that states amaflags=documentation
There are 3 IAX->PSTN gateways defined in iax.conf for outbound calls. These
do not have an accountcode=, but do have amaflags=billing defined in each.
The theory was that all calls should be logged, those
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
2004 Oct 05
2
Howto change ACCOUNTCODE in extensions.conf
Hi,
I want to assign different accountcodes (for billing)
according to the IP address and or the H.323 name
(chan_oh323).
I tried in extensions.conf something like
setVar(ACCOUNTCODE=userid)
but in cdr I find the accountcode set in oh323.conf.
Howto change it in extensions.conf?
Roger.
2009 Sep 03
1
setvar=CDR(accountcode)=${EXTEN} in sip.conf ???
Trying to do something like this in the sip.conf under my incoming provider
profiles:
setvar=CDR(accountcode)=${EXTEN}
It seems to show up in the CDR but it's showing up exactly like this
"${EXTEN}".
Is there a way to stuff the DNIS (number dialed) into the accountcode for
CDR?
I have already accomplished setting on a number by number basis, I just want
to do it globally for all
2011 Mar 05
1
Asterisk, Sent accountcode between 2 asterisk
Hi
I have two Asterisk Server:
The first server "A", all phone are connected
The Second server "B" only route call to a lot of SIP supplier
the server A sent:
; Destination: Non connu dans le DialPlan - Apparaitra en UNKNOW dans le CDR
exten => _X.,1,Set(CDR(CodeTier)=BUS-UNKNOW)
exten => _X.,2,Dial(IAX2/SERVERB/${EXTEN},180,rt)
exten =>
2003 Sep 08
2
cdr_mysql question: accountcode
Hello-
I'm using the "accountcode" field in cdr table to store some temporary
information used by my perl scripts. I'm finding that the field seems to be
truncated to 19 characters, even though the allocated field in the table is
larger (varchar(45)).
Anyone familiar with the asterisk sources know where I can make a change to
keep this from happening? ie: to allow more
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
2008 Jun 10
3
Asterisk : using setvar with IP Realtime and variable inheritance
Hi,
I have what I think is a relatively advanced question. Any help is
appreciated, even if it's not a complete answer.
I am using Asterisk in mostly realtime fashion, specifically SIP
registrations are in a MySQL table. This works fine (mostly). I also set a
few variables in the setvar column, like this:
callerid_internal=test <710>;did=5555551234
Again, this works
2009 Jan 06
5
Simple CDRs
Greyman--
I'm taking this discussion to the list.
Folks,
what we are talking about here, is me trying to get a grasp around
Greyman's (Aaron's) request for a bare-bones CDR generation
that describes just total connect time for channels, stripping
out all the details. Who cares about xfer, park, hold, etc.?
So in the following is our discussion about what *should* be
there, and in
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