[asterisk-bugs] [JIRA] (ASTERISK-23626) CDR custom field is not inserted to DB when call is not answered
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Wed Apr 16 09:50:18 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-23626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-23626:
------------------------------------
Assignee: Marek Labonarski
Status: Waiting for Feedback (was: Triage)
Marek, you are using a deprecated, extended support module.
Can you reproduce this same issue using cdr_adaptive_odbc?
If you can, please also provide a full Asterisk log with VERBOSE and DEBUG messages showing the call happening.
https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information
> CDR custom field is not inserted to DB when call is not answered
> ----------------------------------------------------------------
>
> Key: ASTERISK-23626
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-23626
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Addons/cdr_mysql
> Affects Versions: 11.8.0
> Environment: Asterisk Now 3.0.1
> Reporter: Marek Labonarski
> Assignee: Marek Labonarski
>
> Hi,
> I am having following problem:
> {noformat}
> ${DST},${TEST_ITERATION_ID},${DEVICE_ID}
> {noformat}
> are passed to the dialplan by adding extra channel variables in originate command.
> {noformat}
> exten => s,n,Set(CDR(destination)=${DST})
> exten => s,n,Set(CDR(test_iteration_id)=${TEST_ITERATION_ID})
> exten => s,n,Set(CDR(device_id)=${DEVICE_ID})
> exten => s,n,Answer()
> exten => s,n,Wait(5)
> exten => s,n,HelloWorld()
> exten => s,n,Wait(5)
> exten => s,n,Hangup()
> {noformat}
> When call is answered, DB record is complete and contains default + extra user defined and set CDR variables.
> In case where call is not answered, only default CDR variables are inserted to database.
> I would be very thankful for help.
> Best Regards,
> Marek Labonarski
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list