[asterisk-dev] [Code Review] Support for sending CDRs to syslogd
Tilghman Lesher
tlesher at digium.com
Fri Jun 26 21:54:14 CDT 2009
> On 2009-06-26 17:24:16, vadim wrote:
> > /trunk/cdr/cdr_syslog.c, line 377
> > <http://reviewboard.digium.com/r/297/diff/2/?file=5759#file5759line377>
> >
> > I wonder should'nt the variable substitution be done in the context of the original channel? What happens with channel-specific variables?
They aren't allowed. The only variables which are valid within the context of a CDR are CDR() dialplan function calls. If you ask for the value of a channel variable within the context of a CDR, they are (properly) blank.
- Tilghman
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.digium.com/r/297/#review897
-----------------------------------------------------------
On 2009-06-26 12:13:56, Sean Bright wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.digium.com/r/297/
> -----------------------------------------------------------
>
> (Updated 2009-06-26 12:13:56)
>
>
> Review request for Asterisk Developers.
>
>
> Summary
> -------
>
> This is the implementation of a CDR backend that allows sending CDR records to syslogd.
>
> This patch was originally written by Brett Bryant and it was a modification to cdr_custom. After some discussion I rewrote it as a separate module and added the ability to specify multiple logging destinations. The setup instructions are included in the sample configuration file.
>
>
> This addresses bug 12876.
> https://issues.asterisk.org/view.php?id=12876
>
>
> Diffs
> -----
>
> /trunk/build_tools/menuselect-deps.in 203669
> /trunk/cdr/cdr_syslog.c PRE-CREATION
> /trunk/configs/cdr_syslog.conf.sample PRE-CREATION
> /trunk/configure.ac 203669
>
> Diff: http://reviewboard.digium.com/r/297/diff
>
>
> Testing
> -------
>
> Compiles. Sent a few test calls through and they were logged successfully to multiple "sinks" defined in cdr_syslog.conf.
>
>
> Thanks,
>
> Sean
>
>
More information about the asterisk-dev
mailing list