Re: [Asterisk-Users] RE: [Asterisk-Dev] SetVarCDR

2005-03-13 Thread Robert Rozman
Hi,
could anyone provide any working examples? I have same problem, I do 
redirect to s-${Dialstatus} when making outgoing calls and I also get s- 
into CDRs.

Thanks,
Rob.
- Original Message - 
From: William M. Sandiford [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Sent: Sunday, March 13, 2005 5:19 AM
Subject: [Asterisk-Users] RE: [Asterisk-Dev] SetVarCDR

I don't know...now I have a _X. in my CDR.
-Original Message-
From: Matthew Boehm [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 12, 2005 8:05 PM
To: Asterisk Developers Mailing List asterisk-dev@lists.digium.com
Subject: Re: [Asterisk-Dev] SetVarCDR
You must have some fux0red config 'cause using _X. works fine here. I 
haven't had an 's' in my CDRs for over several months now.

(continue this on the -users list.)
-Matthew

From: William M. Sandiford [EMAIL PROTECTED]
Reply-To: Asterisk Developers Mailing List
asterisk-dev@lists.digium.com Asterisk-Dev@lists.digium.com
Date: Sat, 12 Mar 2005 13:41:30 -0500
To: Asterisk Developers Mailing List asterisk-dev@lists.digium.com
Subject: RE: [Asterisk-Dev] SetVarCDR
Yes, but putting showing s in the dst is not what I want, I'm trying
to alter that.  Also your suggestion of using _X. didn't work either.
-Original Message-
From: Matthew Boehm [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 12, 2005 11:20 AM
To: Asterisk Developers Mailing List asterisk-dev@lists.digium.com
Subject: Re: [Asterisk-Dev] SetVarCDR
*buzzer* That's the sound I make when somebody lies to me.
  - Dr. Cox, Scrubs
I replied to your post on the -users list about this. Showing 's' in
the dst is programaticly correct behavior.
-Matthew

From: William M. Sandiford [EMAIL PROTECTED]
Reply-To: Asterisk Developers Mailing List
asterisk-dev@lists.digium.com Asterisk-Dev@lists.digium.com
Date: Fri, 11 Mar 2005 18:30:03 -0500
To: Asterisk Developers Mailing List asterisk-dev@lists.digium.com
Subject: RE: [Asterisk-Dev] SetVarCDR
This was asked to the -users list with no replies.  Since the
original post came from the CVS list and was obviously a recent
development change, I thought this list was appropriate.  My
apologies if it was not.
Out of curiosity, what are CDR variables for then?  Are they
read-only?
Regards,
Bill
-Original Message-
From: Tilghman Lesher [mailto:[EMAIL PROTECTED]
Sent: Friday, March 11, 2005 6:07 PM
To: Asterisk Developers Mailing List
Subject: Re: [Asterisk-Dev] SetVarCDR
On Friday 11 March 2005 16:40, William M. Sandiford wrote:
I found a reference to the application SetVarCDR in the following
post but I don't seem to have this available to me in my version of
*.
This is a -users question.  Please do not post usage questions to the
developers list.
I would like to change the value of the src and dst variables in the
CDR as I sometimes find that they don't have entirely accurate
information.  For example my dst field quite often has a value of
s because I do my call processing in the s extension.  This is no
good to me.
This isn't what CDR variables are for.  In fact, unless you have
coded your own custom cdr_*.c module, you probably shouldn't be using
them at all (at least until somebody codes a generic implementation).
--
Tilghman
___
Asterisk-Dev mailing list
Asterisk-Dev@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
___
Asterisk-Dev mailing list
Asterisk-Dev@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

___
Asterisk-Dev mailing list
Asterisk-Dev@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
___
Asterisk-Dev mailing list
Asterisk-Dev@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

___
Asterisk-Dev mailing list
Asterisk-Dev@lists.digium.com 
http://lists.digium.com/mailman

[Asterisk-Users] RE: [Asterisk-Dev] SetVarCDR

2005-03-12 Thread William M. Sandiford
I don't know...now I have a _X. in my CDR.


-Original Message-
From: Matthew Boehm [mailto:[EMAIL PROTECTED] 
Sent: Saturday, March 12, 2005 8:05 PM
To: Asterisk Developers Mailing List asterisk-dev@lists.digium.com
Subject: Re: [Asterisk-Dev] SetVarCDR


You must have some fux0red config 'cause using _X. works fine here. I haven't 
had an 's' in my CDRs for over several months now.

(continue this on the -users list.)

-Matthew


 From: William M. Sandiford [EMAIL PROTECTED]
 Reply-To: Asterisk Developers Mailing List 
 asterisk-dev@lists.digium.com Asterisk-Dev@lists.digium.com
 Date: Sat, 12 Mar 2005 13:41:30 -0500
 To: Asterisk Developers Mailing List asterisk-dev@lists.digium.com
 Subject: RE: [Asterisk-Dev] SetVarCDR
 
 Yes, but putting showing s in the dst is not what I want, I'm trying 
 to alter that.  Also your suggestion of using _X. didn't work either.
 
 
 -Original Message-
 From: Matthew Boehm [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 12, 2005 11:20 AM
 To: Asterisk Developers Mailing List asterisk-dev@lists.digium.com
 Subject: Re: [Asterisk-Dev] SetVarCDR
 
 
 *buzzer* That's the sound I make when somebody lies to me.
   - Dr. Cox, Scrubs
 
 I replied to your post on the -users list about this. Showing 's' in 
 the dst is programaticly correct behavior.
 
 -Matthew
 
 
 From: William M. Sandiford [EMAIL PROTECTED]
 Reply-To: Asterisk Developers Mailing List 
 asterisk-dev@lists.digium.com Asterisk-Dev@lists.digium.com
 Date: Fri, 11 Mar 2005 18:30:03 -0500
 To: Asterisk Developers Mailing List asterisk-dev@lists.digium.com
 Subject: RE: [Asterisk-Dev] SetVarCDR
 
 This was asked to the -users list with no replies.  Since the 
 original post came from the CVS list and was obviously a recent 
 development change, I thought this list was appropriate.  My 
 apologies if it was not.
 
 Out of curiosity, what are CDR variables for then?  Are they 
 read-only?
 
 Regards,
 Bill
 
 -Original Message-
 From: Tilghman Lesher [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 11, 2005 6:07 PM
 To: Asterisk Developers Mailing List
 Subject: Re: [Asterisk-Dev] SetVarCDR
 
 
 On Friday 11 March 2005 16:40, William M. Sandiford wrote:
 I found a reference to the application SetVarCDR in the following 
 post but I don't seem to have this available to me in my version of 
 *.
 
 This is a -users question.  Please do not post usage questions to the 
 developers list.
 
 I would like to change the value of the src and dst variables in the 
 CDR as I sometimes find that they don't have entirely accurate 
 information.  For example my dst field quite often has a value of 
 s because I do my call processing in the s extension.  This is no 
 good to me.
 
 This isn't what CDR variables are for.  In fact, unless you have 
 coded your own custom cdr_*.c module, you probably shouldn't be using 
 them at all (at least until somebody codes a generic implementation).
 
 --
 Tilghman
 ___
 Asterisk-Dev mailing list
 Asterisk-Dev@lists.digium.com 
 http://lists.digium.com/mailman/listinfo/asterisk-dev
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
 
 --
 No virus found in this incoming message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
  
 
 --
 No virus found in this outgoing message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
  
 ___
 Asterisk-Dev mailing list
 Asterisk-Dev@lists.digium.com 
 http://lists.digium.com/mailman/listinfo/asterisk-dev
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
 
 
 ___
 Asterisk-Dev mailing list
 Asterisk-Dev@lists.digium.com 
 http://lists.digium.com/mailman/listinfo/asterisk-dev
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
 
 --
 No virus found in this incoming message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
  
 
 --
 No virus found in this outgoing message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
  
 ___
 Asterisk-Dev mailing list
 Asterisk-Dev@lists.digium.com 
 http://lists.digium.com/mailman/listinfo/asterisk-dev
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev


___
Asterisk-Dev mailing list
Asterisk-Dev@lists.digium.com 
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 

Re: [Asterisk-Users] RE: [Asterisk-Dev] SetVarCDR

2005-03-12 Thread Matthew Boehm
You have this: ?

exten = _X.,1,Dial(SIP/mysipdevice,30)

And you are getting _X. In your cdr as DST? That is fux0red.

-Matthew


 From: William M. Sandiford [EMAIL PROTECTED]
 Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion
 asterisk-users@lists.digium.com
 Date: Sat, 12 Mar 2005 23:19:43 -0500
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 asterisk-users@lists.digium.com
 Subject: [Asterisk-Users] RE: [Asterisk-Dev] SetVarCDR
 
 I don't know...now I have a _X. in my CDR.
 
 
 -Original Message-
 From: Matthew Boehm [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 12, 2005 8:05 PM
 To: Asterisk Developers Mailing List asterisk-dev@lists.digium.com
 Subject: Re: [Asterisk-Dev] SetVarCDR
 
 
 You must have some fux0red config 'cause using _X. works fine here. I haven't
 had an 's' in my CDRs for over several months now.
 
 (continue this on the -users list.)
 
 -Matthew
 
 
 From: William M. Sandiford [EMAIL PROTECTED]
 Reply-To: Asterisk Developers Mailing List
 asterisk-dev@lists.digium.com Asterisk-Dev@lists.digium.com
 Date: Sat, 12 Mar 2005 13:41:30 -0500
 To: Asterisk Developers Mailing List asterisk-dev@lists.digium.com
 Subject: RE: [Asterisk-Dev] SetVarCDR
 
 Yes, but putting showing s in the dst is not what I want, I'm trying
 to alter that.  Also your suggestion of using _X. didn't work either.
 
 
 -Original Message-
 From: Matthew Boehm [mailto:[EMAIL PROTECTED]
 Sent: Saturday, March 12, 2005 11:20 AM
 To: Asterisk Developers Mailing List asterisk-dev@lists.digium.com
 Subject: Re: [Asterisk-Dev] SetVarCDR
 
 
 *buzzer* That's the sound I make when somebody lies to me.
   - Dr. Cox, Scrubs
 
 I replied to your post on the -users list about this. Showing 's' in
 the dst is programaticly correct behavior.
 
 -Matthew
 
 
 From: William M. Sandiford [EMAIL PROTECTED]
 Reply-To: Asterisk Developers Mailing List
 asterisk-dev@lists.digium.com Asterisk-Dev@lists.digium.com
 Date: Fri, 11 Mar 2005 18:30:03 -0500
 To: Asterisk Developers Mailing List asterisk-dev@lists.digium.com
 Subject: RE: [Asterisk-Dev] SetVarCDR
 
 This was asked to the -users list with no replies.  Since the
 original post came from the CVS list and was obviously a recent
 development change, I thought this list was appropriate.  My
 apologies if it was not.
 
 Out of curiosity, what are CDR variables for then?  Are they
 read-only?
 
 Regards,
 Bill
 
 -Original Message-
 From: Tilghman Lesher [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 11, 2005 6:07 PM
 To: Asterisk Developers Mailing List
 Subject: Re: [Asterisk-Dev] SetVarCDR
 
 
 On Friday 11 March 2005 16:40, William M. Sandiford wrote:
 I found a reference to the application SetVarCDR in the following
 post but I don't seem to have this available to me in my version of
 *.
 
 This is a -users question.  Please do not post usage questions to the
 developers list.
 
 I would like to change the value of the src and dst variables in the
 CDR as I sometimes find that they don't have entirely accurate
 information.  For example my dst field quite often has a value of
 s because I do my call processing in the s extension.  This is no
 good to me.
 
 This isn't what CDR variables are for.  In fact, unless you have
 coded your own custom cdr_*.c module, you probably shouldn't be using
 them at all (at least until somebody codes a generic implementation).
 
 --
 Tilghman
 ___
 Asterisk-Dev mailing list
 Asterisk-Dev@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-dev
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
 
 --
 No virus found in this incoming message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
  
 
 --
 No virus found in this outgoing message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
  
 ___
 Asterisk-Dev mailing list
 Asterisk-Dev@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-dev
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
 
 
 ___
 Asterisk-Dev mailing list
 Asterisk-Dev@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-dev
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
 
 --
 No virus found in this incoming message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
  
 
 --
 No virus found in this outgoing message.
 Checked by AVG Anti-Virus.
 Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 3/11/2005
  
 ___
 Asterisk-Dev mailing list
 Asterisk-Dev@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-dev
 To UNSUBSCRIBE or update options