search for: ast_cli_args

Displaying 4 results from an estimated 4 matches for "ast_cli_args".

2007 Oct 30
1
chan_mobile
...Then I obtain the following errors. (I've also tryed applying the patches I found at http://www.chan-mobile.org/?page_id=5 but with no better results. make[1]: Entering directory `/usr/src/asterisk-addons' [CC] chan_mobile.c -> chan_mobile.o chan_mobile.c:178: warning: 'struct ast_cli_args' declared inside parameter list chan_mobile.c:178: warning: its scope is only this definition or declaration, which is probably not what you want chan_mobile.c:179: warning: 'struct ast_cli_args' declared inside parameter list chan_mobile.c:180: warning: 'struct ast_cli_args' de...
2020 Sep 05
4
func_pjsip_aor.so: undefined symbol: ast_sip_location_retrieve_aor_contacts
...li_traverse_objects /usr/include/asterisk exists, with all the .h files, owned by root, permissions 644. For instance: grep ast_sip_cli_traverse_objects /usr/include/asterisk/* ... /usr/include/asterisk/res_pjsip_cli.h:char *ast_sip_cli_traverse_objects(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a); Do I need to preload some module? Any help appreciated.
2020 Sep 07
0
func_pjsip_aor.so: undefined symbol: ast_sip_location_retrieve_aor_contacts
...de/asterisk exists, with all the .h files, owned by root, > permissions 644. For instance: > > grep ast_sip_cli_traverse_objects /usr/include/asterisk/* > ... > /usr/include/asterisk/res_pjsip_cli.h:char > *ast_sip_cli_traverse_objects(struct ast_cli_entry *e, int cmd, struct > ast_cli_args *a); > > > Do I need to preload some module? > > Any help appreciated. > Your PJSIP has built requiring the res_statsd module, loading that before res_pjsip should allow it to load. If not you'd need to provide the new output. -- Joshua C. Colp Asterisk Technical Lead Sango...
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'.