search for: my_load_config_string

Displaying 2 results from an estimated 2 matches for "my_load_config_string".

2007 Jul 13
3
asterisk-addons compilation "error: dereferencing pointer to incomplete type"
...ysql.c:222: error: dereferencing pointer to incomplete type ...lots more of these cdr_addon_mysql.c:225: error: dereferencing pointer to incomplete type ...lots more of these cdr_addon_mysql.c:227: error: dereferencing pointer to incomplete type ...lots more of these cdr_addon_mysql.c: In function `my_load_config_string': cdr_addon_mysql.c:279: warning: assignment makes pointer from integer without a cast cdr_addon_mysql.c: In function `my_load_module': cdr_addon_mysql.c:378: error: dereferencing pointer to incomplete type cdr_addon_mysql.c:382: error: dereferencing pointer to incomplete type cdr_addon_my...
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi, I need help with modifying cdr_addon_mysql.c I want to have more fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c and replace userfield with ex team (sed -e 's/userfield/team/g' ). When I try to recomplie menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... make[1]: Nothing to be done for `all'.