search for: conference_bridge

Displaying 5 results from an estimated 5 matches for "conference_bridge".

2014 Mar 12
0
module load Crash Asterisk 11.5.1 app_confbridge.c
...======================================= partial code of app_confbridge.c: ========================================================================= static const char *const app2 ="MyConfbridgeCount"; static int count_exec(struct ast_channel *chan, const char *data) { int res = 0; struct conference_bridge *conf=NULL; int count; char *localdata; char val[80] = "0"; struct ao2_iterator i; //struct conference_bridge *bridge = NULL; struct conference_bridge tmp; AST_DECLARE_APP_ARGS(args, AST_APP_ARG(confno); AST_APP_ARG(varname); ); ast_verb(3,"\n============Inside count_exec ========...
2014 Mar 13
0
Any Help ? user defined application .module load Crash Asterisk 11.5.1 app_confbridge.c
...======================================= partial code of app_confbridge.c: ========================================================================= static const char *const app2 ="MyConfbridgeCount"; static int count_exec(struct ast_channel *chan, const char *data) { int res = 0; struct conference_bridge *conf=NULL; int count; char *localdata; char val[80] = "0"; struct ao2_iterator i; //struct conference_bridge *bridge = NULL; struct conference_bridge tmp; AST_DECLARE_APP_ARGS(args, AST_APP_ARG(confno); AST_APP_ARG(varname); ); ast_verb(3,"\n============Inside count_exec ========...
2014 Mar 13
1
Any help Address 0xfffffffe out of bounds in app_confbridge.casterisk-11.5.1 using confbridge.conf
...s; } 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; char *localdata; char val[80] = "0"; struct ao2_iterator i; struct conference_bridge tmp; AST_DECLARE_APP_ARGS(args, AST_APP_ARG(confno); AST_APP_ARG(v...
2014 Mar 07
1
asterisk11.5.1 module not load why ? any help
...ch.capabilities); if (ast_channel_register(&record_tech)) { ast_log(LOG_ERROR, "Unable to register ConfBridge recorder.\n"); return AST_MODULE_LOAD_FAILURE; } /* Create a container to hold the conference bridges */ if (!(conference_bridges = ao2_container_alloc(CONFERENCE_BRIDGE_BUCKETS, conference_bridge_hash_cb, conference_bridge_cmp_cb))) { ast_verb(3, "Unable to Create a container to hold the conference bridges .\n"); return AST_MODULE_LOAD_FAILURE; } if (ast_registe...
2014 Apr 04
1
Confbridge options
Hi, I'm doing an evaluation of Confbridge (migrating from Meetme). Looking at: https://wiki.asterisk.org/wiki/display/AST/ConfBridge+10 Under the heading "User Profile Configuration Options" the option announce_only_user is present. The sample config looks like this: -- ;announce_only_user=yes ;Sets if the only user announcement should be played when a channel enters a empty