[asterisk-bugs] [JIRA] (ASTERISK-22573) in Asterisk 12, cdr_mysql does not compile and makes the whole project fail

Matt Jordan (JIRA) noreply at issues.asterisk.org
Wed Sep 25 20:52:03 CDT 2013


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

Matt Jordan commented on ASTERISK-22573:
----------------------------------------

I have no idea what version of {{cdr.h}} that is, but {{ast_cdr_getvar}}'s first parameter is a {{struct ast_cdr*}} pointer:

{noformat}
void ast_cdr_getvar(struct ast_cdr *cdr, const char *name, char **ret, char *workspace, int workspacelen, int recur, int raw);
{noformat}

This looks to be a setup problem. As such, I'm closing this out as "Not a Bug".


                
> in Asterisk 12, cdr_mysql does not compile and makes the whole project fail
> ---------------------------------------------------------------------------
>
>                 Key: ASTERISK-22573
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22573
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Addons/cdr_mysql
>    Affects Versions: 12.0.0-alpha1
>         Environment: debian 64 bits
>            Reporter: Private Name
>            Assignee: Private Name
>         Attachments: cdr_mysql_errors.txt
>
>
> if I include cdr_mysql, the whole project does not compile 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list