Custom cdr/log

Hi guys,

i need to create a custom file that log a particulary action from a caller. I tried the cdr_custom module and a logger.conf but the first log only at the end of the call and the second log every action and is a global log (i will divide for different ivr service). can anyone help me?

thank to all.

You can do this with a simple AGI script.

Regards.

Marco Bruni

thanks mbruni. i have another question. If i use an agi script for an ivr service
and i have a multiple access from various client. Can this situation create problems (confusion between two different call) for my log file?

I’m not sure what you mean with confusion but I think the * AGI script can write concurrently in the same file without problems and you should be able to distinguish each call, checking channel variables like UNIQUEID or CHANNEL.

Regards.

Marco Bruni