search for: cli_showusage

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

2007 Oct 30
1
chan_mobile
...eclared (first use in this function) chan_mobile.c:267: error: dereferencing pointer to incomplete type chan_mobile.c:267: error: request for member 'argc' in something not a structure or union chan_mobile.c:267: warning: comparison between pointer and integer chan_mobile.c:268: error: 'CLI_SHOWUSAGE' undeclared (first use in this function) chan_mobile.c:268: warning: return from incompatible pointer type chan_mobile.c:270: error: dereferencing pointer to incomplete type chan_mobile.c:270: error: request for member 'fd' in something not a structure or union chan_mobile.c:270: warnin...
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'.