[asterisk-bugs] [JIRA] (ASTERISK-28152) mysql two record

Mesut Altürk (JIRA) noreply at issues.asterisk.org
Thu Nov 15 00:55:47 CST 2018


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=245441#comment-245441 ] 

Mesut Altürk commented on ASTERISK-28152:
-----------------------------------------

Hello Kevin Harwell, thank you for your interest.

But there was no this behaviour on "asterisk 13.2.0" on "Addons/cdr_mysql" modul. I think it is wrong what it does now. Channel is not changing but it makes one CDR more. I'd call "ForkCDR" if i want it to create CDR. There is no any other code  that i can prevent it to create a second CDR. It does not create any CDR if i call "NoCDR". I think there should be a code for these situations like "NoTwoCDR" even it does not prevent.

Thank you.

> mysql two record
> ----------------
>
>                 Key: ASTERISK-28152
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28152
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: CDR/cdr_adaptive_odbc
>    Affects Versions: 13.23.1
>            Reporter: Mesut Altürk
>            Assignee: Unassigned
>         Attachments: debug_log_123456.txt, debug_log_cdr.txt, Ekran Alıntısı.JPG
>
>
> We have updated asterisk version from 13.2.0 to 13.23.1. In the following case, double-throwing records.
> *******extensions.conf*******
> [DLPN_DialPlan1]
> exten = 630,1,Queue(630,tkXx,,,,queue-set.php,)
> [macro-stdexten-record-test]
> exten => s,1,NoOp(Test)
> *******queue-set.php*******
> #!/usr/bin/php -q
> <?php
> require_once('phpagi.php');
> require_once('phpagi-asmanager.php');
> $agi=new AGI();
> $agi->exec("Macro","stdexten-record-test");
> ?>



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list