Autodial and cdr

Hello,

I’m using asterisk to autodial and deliver a message like this:

voip-info.org/wiki/view/Aste … er+message

The call works but I don’t get any cdr!!
I remember that with an old version of asterisk (maybe 1.2) it worked.

I use this call file
Channel: SIP/xxx/xxxxxx
MaxRetries: 0
RetryTime: 60
WaitTime: 45
Account: 1
Context: custom-23
Extension: s
Priority: 1

This is custom-23 extension

[custom-23]
exten => s,1,Set(TIMEOUT(response)=5)
exten => s,n,Answer
exten => s,n,Wait(1)
exten => s,n,Background(outboundmsgs/23)
exten => t,1,Hangup

To make cdr work I need to use a Local channel? How can I do it?

callblast.org/

A guy and I wrote this. It has a web interface, diaplan, perl script, the works. You can have multiple customers, multiple series (series would be the callouts and the message that plays), set the time you want it to go out. Upload list via webpage. Plus a whole lot more.

Give me by next weekend and that page I posted will have download links and information…its open source.