Re: [asterisk-users] CDR Question

2013-04-24 Thread Nyamul Hassan
Hi, On Sun, Apr 21, 2013 at 9:57 PM, jg wrote: > "lastdata" is the argument string of "lastapp". Since Hangup() does not > have any args, "lastdata" is empty. If you need to store things that are > not already stored, you can either use the "userfield" or add extra columns > to the cdr table, wh

Re: [asterisk-users] CDR Question

2013-04-21 Thread jg
"lastdata" is the argument string of "lastapp". Since Hangup() does not have any args, "lastdata" is empty. If you need to store things that are not already stored, you can either use the "userfield" or add extra columns to the cdr table, which depends to some degree on how you store the call d

Re: [asterisk-users] CDR Question

2013-04-21 Thread Nyamul Hassan
Yes, I do. I am not sure I understand how that helps. Regards HASSAN On Sun, Apr 21, 2013 at 10:36 AM, jg wrote: > But you do have a cdr with disposition "NO ANSWER", do you? > > -- > __**__**_ > -- Bandwidth and Colocation Provi

Re: [asterisk-users] CDR Question

2013-04-20 Thread jg
But you do have a cdr with disposition "NO ANSWER", do you? -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www

[asterisk-users] CDR Question

2013-04-20 Thread Nyamul Hassan
Hi, We have an asterisk box with Digium 4xE1 card running libss7. All is well, except for a CDR issue about incoming calls whose DNID (local numbers) are not valid. In the dialplan, we do a check if the incoming call has a particular prefix for DNID. If it does not, then we hangup the call with

Re: [asterisk-users] cdr question

2009-12-15 Thread Danny Nicholas
6:08 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] cdr question Hello, I'm using Asterisk 1.6.X version and I'm creating IVR. My question : is it possible create CDR record , before client is exiting from contexts ? My test dialplan is:

[asterisk-users] cdr question

2009-12-15 Thread Giedrius Augys
Hello, I'm using Asterisk 1.6.X version and I'm creating IVR. My question : is it possible create CDR record , before client is exiting from contexts ? My test dialplan is: context Sales { _X. => { Ringing(); Wait(4); Answer(); Playback(tt-monkeys); goto Techs|${EXTEN}|1; } } contex

Re: [asterisk-users] CDR question

2009-06-07 Thread Steve Murphy
Jim-- On Thu, Jun 4, 2009 at 1:40 AM, Jim Boykin wrote: > Hi, > > Asterisk does not post CDR when dial status is CHANUNAVAIL. CDR's are, at the current time, and always have been attached to the channel struct; so, if you don't create a channel, then there is nowhere to attach a CDR, and no w

[asterisk-users] CDR question

2009-06-04 Thread Jim Boykin
Hi, Asterisk does not post CDR when dial status is CHANUNAVAIL. Can someone tell me what are the conditions under which CDR is not posted? Thanks Jim ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing lis

Re: [asterisk-users] cdr question

2008-05-07 Thread Philipp Kempgen
ronald ramos schrieb: > Would just like to ask about cdr, i have an asterisk and i would like to bill > only outbound calls not extension to extension, when i'm looking at the CDR, > i can't figure out which fields i need to filter all outbound calls only. > > e.g if i dial 00. or 9XX (for

[asterisk-users] cdr question

2008-05-07 Thread ronald ramos
Hi, Would just like to ask about cdr, i have an asterisk and i would like to bill only outbound calls not extension to extension, when i'm looking at the CDR, i can't figure out which fields i need to filter all outbound calls only. e.g if i dial 00. or 9XX (for local pstn calls) those are

RE: [asterisk-users] CDR question with SIP/IAX trunks

2006-09-15 Thread Koopmann, Jan-Peter
Ok... I got it. Someone changed the CDRs to reflect CALLERID(ANI) instead of CALLERID(number) in 1.2.10. According to the release notes this was taken back in 1.2.12. I do not know why this was not done for IAX as well so it would have been consistent at least but well... I am either going to

RE: [asterisk-users] CDR question with SIP/IAX trunks

2006-09-15 Thread Koopmann, Jan-Peter
Sorry for replying to my own post: I just switch the connection from Asterisk A to Asterisk B from SIP to IAX without changing anything else (dialplans on both system are the same). Now the correct callerID is logged. The behaviour changed from 1.2.9 to 1.2.10 I suppose since this worked without

[asterisk-users] CDR question with SIP/IAX trunks

2006-09-15 Thread Koopmann, Jan-Peter
Hi, scenario: Call comes in via ISDN BRI on Asterisk A. Callerid (set by zapata) is let's say 0151123456789. In the incoming context I prepend a 0 to that callerid. My snom correctly displays 00151123456789. The call is also "forwarted" to Asterisk B. On the incoming context of Asterisk B I pr

Re: [Asterisk-Users] CDR question

2006-03-14 Thread Benchev
> > i'm trying without success to change the dst (destination) entry of the > > cdr. I'm using the following: > > exten=>_2006234500254.,2,SetVar(CDR(dst)=${EXTEN:10}) > > exten=>_2006234500254.,3,Dial(OH323/${EXTEN:[EMAIL PROTECTED],60,tr) > > I want to record into the cdr only the called number,

Re: [Asterisk-Users] CDR question

2006-03-14 Thread Benchev
On Tuesday 14 March 2006 17:15, Benchev wrote: > > i'm trying without success to change the dst (destination) entry of the > > cdr. I'm using the following: > > exten=>_2006234500254.,2,SetVar(CDR(dst)=${EXTEN:10}) > > exten=>_2006234500254.,3,Dial(OH323/${EXTEN:[EMAIL PROTECTED],60,tr) > > I want

Re: [Asterisk-Users] CDR question

2006-03-14 Thread Marc Patino Gómez
I tried it, it didn't work, and I tried without success the following exten=>_2006234500254.,2,SetVar(destination = ${EXTEN:10}) exten=>_2006234500254.,3,Dial(OH323/[EMAIL PROTECTED],60,tr) Any help will be welcome thanks Benchev wrote: i'm trying without success to change the dst (destinati

Re: [Asterisk-Users] CDR question

2006-03-14 Thread Benchev
> i'm trying without success to change the dst (destination) entry of the > cdr. I'm using the following: > exten=>_2006234500254.,2,SetVar(CDR(dst)=${EXTEN:10}) > exten=>_2006234500254.,3,Dial(OH323/${EXTEN:[EMAIL PROTECTED],60,tr) > I want to record into the cdr only the called number, but in the

[Asterisk-Users] CDR question

2006-03-14 Thread Marc Patino Gómez
Hi, i'm trying without success to change the dst (destination) entry of the cdr. I'm using the following: exten=>_2006234500254.,2,SetVar(CDR(dst)=${EXTEN:10}) exten=>_2006234500254.,3,Dial(OH323/${EXTEN:[EMAIL PROTECTED],60,tr) I want to record into the cdr only the called number, but in th

RE: [Asterisk-Users] CDR question

2005-01-08 Thread Joe Dennick
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Hill Sent: Friday, January 07, 2005 11:13 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] CDR question I use the CDR CVS file for logging my home phone system. Can I f

[Asterisk-Users] CDR question

2005-01-07 Thread John Hill
I use the CDR CVS file for logging my home phone system. Can I force write data to a CDR Field from an extensions macro? Say if the callerid was empty and I dumped the call to put data in the CDR to let me know that is what happened. Thanks --John ___ A

[Asterisk-Users] CDR Question

2004-11-19 Thread Ben Merrills
How can I tell the dialled number from CDR records? We need to be able to bill our provider based on the dialled number. Is this possible?   Ben Merrills   Griffin Internet T: 0870 8040862 F: 0870 8040805 W: www.griffin.com   ___ Ast

[Asterisk-Users] CDR question

2003-07-21 Thread Sergio Serrano Revuelto
Hi, I would like to know how suppress number for outside dialling in CDR table. For example, if I need press 9 key to make an outside call, I would like that the number in dst field in cdr table was the outside number without 9 key. It's possible? Thanks in advance, srsergio ___