[Home]

Summary:ASTERISK-15318: .call file does not create cdr
Reporter:Mark Yarbrough (western55)Labels:
Date Opened:2009-12-15 15:45:10.000-0600Date Closed:2009-12-15 16:25:18.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:CDR/cdr_csv
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When using a .call file, there is no CDR being generated...
Example .call file:

Channel: DAHDI/g1/14803463430
CallerID: Mark <4803463430>
MaxRetries: 0
WaitTime: 300
Context: autodialer
Extension: 100
Priority: 1
Archive: Yes


Extensions.conf file:
[autodialer]

 exten => _XXX,1,Answer()
 exten => _XXX,n,Wait(5)
 exten => _XXX,n,Hangup()

I'm using Context/Extension/Priority in the call file which should create a cdr but nothing show up. We get CDR from regular "non .call file" calls..
Comments:By: Leif Madsen (lmadsen) 2009-12-15 15:48:12.000-0600

This is likely a duplicate of ASTERISK-15296 which is likely already fixed in 1.6.1.12-rc1 -- please test that release and report back if another issue still exists.

By: Mark Yarbrough (western55) 2009-12-15 16:20:30.000-0600

Where do I get v1.6.1.12? Latest version @ asterisk.org is what I have installed. 1.6.1.11..

Where in /usr/local/src/asterisk-1.6.1.11/main/channel.c do I add that patch, I didn't find anything remotely close to it already existing in that file..

Thx
Mark

By: Leif Madsen (lmadsen) 2009-12-15 16:24:40.000-0600

I said 1.6.1.12-rc1, not 1.6.1.12.

http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.6.1.12-rc1.tar.gz

By: Leif Madsen (lmadsen) 2009-12-15 16:25:18.000-0600

Regardless, I'm closing this issue -- please us ASTERISK-15296 as I believe this is a duplicate of that.