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?