search for: cli_confbridge

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

2014 Mar 07
1
asterisk11.5.1 module not load why ? any help
...0, global_symbols=0, mod_count=0xbfaf4c48) at loader.c:1045 #7 0x0812ca2e in load_modules (preload_only=0) at loader.c:1198 #8 0x080895f7 in main (argc=4, argv=0xbfaf6164) at asterisk.c:41 ============================================================================ == static struct ast_cli_entry cli_confbridge[] = { AST_CLI_DEFINE(handle_cli_confbridge_list, "List conference bridges and participants"), AST_CLI_DEFINE(handle_cli_confbridge_kick, "Kick participants out of conference bridges"), AST_CLI_DEFINE(handle_cli_confbridge_mute, "Mute a participant&...
2014 Mar 12
0
module load Crash Asterisk 11.5.1 app_confbridge.c
...ar *) NULL); } return res; } static int load_module(void) { ast_verb(3 ,"==Inside load_module=="); res |= ast_register_application_xml(app2,count_exec); return res; } static int unload_module(void) { res |= ast_unregister_application(app2); return res; } static struct ast_cli_entry cli_confbridge[] = { AST_CLI_DEFINE(admincount_exec, "MyConfbrigdeCount Show Number of adminUser(s) in Conference." ), } =============core dumap================================================= Program terminated with signal 11, Segmentation fault. #0 __strlen_ia32 () at ../sysdeps/i386/i586/strlen.S:5...
2014 Mar 13
1
Any help Address 0xfffffffe out of bounds in app_confbridge.casterisk-11.5.1 using confbridge.conf
...OTICE,"\n==Inside load_module data malloc == \n" ); res |= ast_register_application_xml(app2,count_exec); return res; } static int unload_module(void) { res |= ast_unregister_application(app2); return res; } static struct ast_cli_entry cli_confbridge[] = { AST_CLI_DEFINE(count_exec, "MyConfbrigdeCount Show Number of adminUser(s) in Conference." ), } static int count_exec(struct ast_channel *chan, const char *data) { int res = 0; struct conference_bridge *conf=NULL; int count;...
2014 Mar 13
0
Any Help ? user defined application .module load Crash Asterisk 11.5.1 app_confbridge.c
...ar *) NULL); } return res; } static int load_module(void) { ast_verb(3 ,"==Inside load_module=="); res |= ast_register_application_xml(app2,count_exec); return res; } static int unload_module(void) { res |= ast_unregister_application(app2); return res; } static struct ast_cli_entry cli_confbridge[] = { AST_CLI_DEFINE(admincount_exec, "MyConfbrigdeCount Show Number of adminUser(s) in Conference." ), } =============core dumap================================================= Program terminated with signal 11, Segmentation fault. #0 __strlen_ia32 () at ../sysdeps/i386/i586/strlen.S:5...